Difference between revisions of "Internationalization"

From Bitcoin Wiki
Jump to: navigation, search
(Windows)
(Add section for Bitcoin.it Wiki)
Line 3: Line 3:
 
===Bitcoin.org===
 
===Bitcoin.org===
 
The [http://www.bitcoin.org homepage] the Bitcoin project website has many [[Bitcoin.org translations|translations]].   
 
The [http://www.bitcoin.org homepage] the Bitcoin project website has many [[Bitcoin.org translations|translations]].   
 +
 +
===Bitcoin.it Wiki===
 +
The multi-lingual scheme for this Wiki is described on [[Bitcoin.it Wiki]].
  
 
===Bitcoin client===
 
===Bitcoin client===

Revision as of 18:08, 20 March 2011

Bitcoin and internationalization (i18n)

Bitcoin.org

The homepage the Bitcoin project website has many translations.

Bitcoin.it Wiki

The multi-lingual scheme for this Wiki is described on Bitcoin.it Wiki.

Bitcoin client

The original bitcoin client software supports ten languages, as-of version 0.3.20[1]

Windows

When the program runs, it looks in the directory of the EXE for the file:

 locale\<langcode>\LC_MESSAGES\bitcoin.mo

<langcode> is the two letter code of the language your OS is set to, like "de" or "nl".

Linux

The software looks for:

  • /usr/share/locale/<langcode>/LC_MESSAGES/bitcoin.mo
  • /usr/local/share/locale/<langcode>/LC_MESSAGES/bitcoin.mo

Mac

?

References