﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3AFR%2FDoc%2FHow_to%2FLocalize_the_Interface</id>
	<title>Dev:FR/Doc/How to/Localize the Interface - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3AFR%2FDoc%2FHow_to%2FLocalize_the_Interface"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:FR/Doc/How_to/Localize_the_Interface&amp;action=history"/>
	<updated>2026-09-20T13:40:39Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:FR/Doc/How_to/Localize_the_Interface&amp;diff=89075&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:FR/Doc/How_to/Localize_the_Interface&amp;diff=89075&amp;oldid=prev"/>
		<updated>2018-06-28T18:42:21Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 18:42時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:FR/Doc/How_to/Localize_the_Interface&amp;diff=89074&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Bot: Automated text replacement  (-{{Languages/FlagsRow}} +); cosmetic changes</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:FR/Doc/How_to/Localize_the_Interface&amp;diff=89074&amp;oldid=prev"/>
		<updated>2011-09-23T20:06:04Z</updated>

		<summary type="html">&lt;p&gt;Bot: Automated text replacement  (-{{Languages/FlagsRow}} +); cosmetic changes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Internationalisation de l’interface=&lt;br /&gt;
Les textes de l’interface (nom des contrôles, info-bulles, …) doivent être traduits dans le maximum de langues possibles. Pour ce faire&amp;amp;nbsp;:&lt;br /&gt;
&lt;br /&gt;
# Récupérez un fichier de traduction existant (par ex. le français)&amp;amp;nbsp;:&lt;br /&gt;
:{{Note|1=Note|2=Les fichiers .po dans le SVN sont obsolètes et ont de nombreux textes inutilisés, et d’autres manquant. Donc, récupérez tous les fichiers .po et rassemblez-les (''merge'', voyez l’aide du programme GNU gettext) en un seul, puis nettoyez-le et commencer à travailler dessus. Cela ne vous donnera pas une interface totalement traduite, mais ce sera aussi complet que possible.}}&lt;br /&gt;
## Depuis la distribution des sources de Blender –&amp;amp;nbsp;&amp;lt;code&amp;gt;po/fr.po&amp;lt;/code&amp;gt;&lt;br /&gt;
## Depuis le websvn: http://projects.blender.org/plugins/scmsvn/viewcvs.php/trunk/blender/po/?root=bf-blender&lt;br /&gt;
# Renommez-le de “&amp;lt;code&amp;gt;fr.po&amp;lt;/code&amp;gt;” en “&amp;lt;code&amp;gt;XX.po&amp;lt;/code&amp;gt;”, où “xx” est le code de votre langue (voyez cette page&amp;amp;nbsp;: http://www.gnu.org/software/gettext/manual/gettext.html#Country-Codes).&lt;br /&gt;
# Le fichier .po est constitué d’ids de messages (“&amp;lt;code&amp;gt;msgid&amp;lt;/code&amp;gt;”, la version originale, en anglais), et de leur traductions (“&amp;lt;code&amp;gt;msgstr&amp;lt;/code&amp;gt;”), par ex.&amp;amp;nbsp;:&lt;br /&gt;
:&amp;lt;code&amp;gt;msgid &amp;quot;Start the rendering&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;msgstr &amp;quot;Démarrer le rendu&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Traduisez tous les “&amp;lt;code&amp;gt;msgstr&amp;lt;/code&amp;gt;” ('''pas''' les “&amp;lt;code&amp;gt;msgid&amp;lt;/code&amp;gt;”&amp;amp;nbsp;!).&lt;br /&gt;
# Compilez le fichier .po en un fichier .mo, avec msgfmt (fait partie de gettext).&lt;br /&gt;
# Copiez le fichier .mo compilé dans&amp;amp;nbsp;: “&amp;lt;code&amp;gt;.blender/locale/XX/LC_MESSAGES/blender.mo&amp;lt;/code&amp;gt;” (XX = votre code-langue).&lt;br /&gt;
# Modifiez “&amp;lt;code&amp;gt;.blender/.Blanguages&amp;lt;/code&amp;gt;”.&lt;br /&gt;
# Testez.&lt;br /&gt;
# “Emaillez” votre fichier .po à bf-committers@blender.org&lt;br /&gt;
&lt;br /&gt;
{{Note|1=Note|2=Voici un [[Media:Meta.fr fr.po|fichier .po traduit en français]], par eon (version de juillet 2007), vous pouvez l’utiliser pour franciser Blender comme décrit ci-dessus…}}&lt;br /&gt;
{{clr}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>