﻿<?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%3AIT%2FDoc%2FHow_to%2FLocalize_the_Interface</id>
	<title>Dev:IT/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%3AIT%2FDoc%2FHow_to%2FLocalize_the_Interface"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:IT/Doc/How_to/Localize_the_Interface&amp;action=history"/>
	<updated>2026-07-14T10:04:00Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:IT/Doc/How_to/Localize_the_Interface&amp;diff=101659&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:IT/Doc/How_to/Localize_the_Interface&amp;diff=101659&amp;oldid=prev"/>
		<updated>2018-06-28T19:40:33Z</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日 (木) 19:40時点における版&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:IT/Doc/How_to/Localize_the_Interface&amp;diff=101658&amp;oldid=prev</id>
		<title>87.6.105.50: Created page with '=Internationalizazzione dell'interfaccia=  Le tabelle dell'interfaccia e i consigli hanno bisogno di essere internationalizzati.  500px  Come fa…'</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:IT/Doc/How_to/Localize_the_Interface&amp;diff=101658&amp;oldid=prev"/>
		<updated>2010-12-29T18:25:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;=Internationalizazzione dell&amp;#039;interfaccia=  Le tabelle dell&amp;#039;interfaccia e i consigli hanno bisogno di essere internationalizzati.  &lt;a href=&quot;/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB:Interface.fr.png&quot; title=&quot;ファイル:Interface.fr.png&quot;&gt;center|500px&lt;/a&gt;  Come fa…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Internationalizazzione dell'interfaccia=&lt;br /&gt;
&lt;br /&gt;
Le tabelle dell'interfaccia e i consigli hanno bisogno di essere internationalizzati.&lt;br /&gt;
&lt;br /&gt;
[[Image:Interface.fr.png|center|500px]]&lt;br /&gt;
&lt;br /&gt;
Come fare:&lt;br /&gt;
&lt;br /&gt;
#Prendi un file di traduzione esistente (es. German):&lt;br /&gt;
:{{Note|1=Note|2=I file .PO in SVN sono obsoleti e hanno molte stringhe inutili e altre che non sono incluse. Così, prendi tutti i file .PO e riuniscili (vedi GNU gettext binaries) in uno, poi puliscilo e inizia a lavorarci. Questo non ti darà una lista traducibile GUI piena di stringhe, ma sarà quanto più completa possibile.}}&lt;br /&gt;
##Da Blender source distribution - &amp;lt;code&amp;gt;po/de.po&amp;lt;/code&amp;gt;&lt;br /&gt;
##A websvn: http://projects.blender.org/plugins/scmsvn/viewcvs.php/trunk/blender/po/?root=bf-blender&lt;br /&gt;
#Rinominalo da ‘&amp;lt;code&amp;gt;de.po&amp;lt;/code&amp;gt;’ a ‘&amp;lt;code&amp;gt;XX.po&amp;lt;/code&amp;gt;’ dove XX è il codice del tuo paese.&lt;br /&gt;
Codici dei vari paesi: http://www.gnu.org/software/gettext/manual/gettext.html#Country-Codes&lt;br /&gt;
#Il file .po consiste in messaggi di ids (in Inglese) e stringhe di messaggi (tradotte), es.:&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;Inizia il rendering&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Traduci tutti quelli dei msgstr ('''non''' quelli del msgid!).&lt;br /&gt;
#Compila il file .po in un file .mo con msgfmt (from gettext).&lt;br /&gt;
#Copia il file .mo compilato in: ‘&amp;lt;code&amp;gt;.blender/locale/XX/LC_MESSAGES/blender.mo&amp;lt;/code&amp;gt;’ (XX = il codice del tuo paese).&lt;br /&gt;
#Modifica ‘&amp;lt;code&amp;gt;.blender/.Blanguages&amp;lt;/code&amp;gt;’&lt;br /&gt;
#Provalo.&lt;br /&gt;
#Manda il tuo file .po via Email a bf-committers@blender.org&lt;br /&gt;
{{clr}}&lt;/div&gt;</summary>
		<author><name>87.6.105.50</name></author>
		
	</entry>
</feed>