diff --git a/docs/forum/bitcoin-forum/193.md b/docs/forum/bitcoin-forum/193.md new file mode 100644 index 0000000..7acbaf4 --- /dev/null +++ b/docs/forum/bitcoin-forum/193.md @@ -0,0 +1,34 @@ +--- +layout: forum +title: 'Re: Website and software translationss' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 193 +date: 2010-07-15 18:37:13 UTC +original: https://bitcointalk.org/index.php?topic=151.msg3242#msg3242 +--- + +# Re: Website and software translations + +--- + +``` +Re: Website and software translations +July 15, 2010, 06:37:13 PM + +I uploaded an updated bitcoin.po for 0.3.1 attached to this message: +http://bitcointalk.org/index.php?topic=151.msg1259#msg1259 + +please use it if you're starting a new translation. + +If you already have a po file, poedit can update it. +- Get the src directory from the 0.3.1 release candidate posted in the development forum, any version will do: +http://bitcointalk.org/index.php?topic=383.0 +- Make a subdirectory under src: locale/??/LC_MESSAGES +(?? could be anything really, "en" or your language 2-letter code) +- Put your .po file there +- Open it with poedit +- In poedit, Catalog->Update from sources + +The key is that the src directory with the sourcefiles needs to be 3 directories up from the .po file. +```