Difference between revisions of "Internationalization"

From Bitcoin Wiki
Jump to: navigation, search
(Windows)
(Updated)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== Bitcoin and '''internationalization''' (i18n) ==
 
== Bitcoin and '''internationalization''' (i18n) ==
 +
Bitcoin is a global currency.  Support for [[wikipedia:Internationalization_and_localization|internationalization and localization]] follows:
  
 
===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===
The [[Original_Bitcoin_client|original bitcoin client]] software supports ten languages, as-of version 0.3.20<ref>[http://www.bitcoin.org/smf/index.php?topic=3773.msg53445#msg53445 Bitcoin Translation Room]</ref>
+
The [[Original_Bitcoin_client|original bitcoin client]] software supports ten languages, as-of version 0.3.20<ref>[https://bitcointalk.org/index.php?topic=3773.0;all Bitcoin Translation Room]</ref>
 
 
====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====
+
Changes can be made on [https://www.transifex.com/bitcoin/bitcoin/ Transifex] and generated source files are stored in src/qt/locale/ and compiled into Qt executable.
The software looks for:
 
* /usr/share/locale/<langcode>/LC_MESSAGES/bitcoin.mo
 
* /usr/local/share/locale/<langcode>/LC_MESSAGES/bitcoin.mo
 
  
====Mac====
+
===Bitcoin forum - bitcointalk===
?
+
Local subforums are available on [[BitcoinTalk]]: https://bitcointalk.org/index.php#5
  
 
==References==
 
==References==
 
<references />
 
<references />

Latest revision as of 20:43, 10 December 2015

Bitcoin and internationalization (i18n)

Bitcoin is a global currency. Support for internationalization and localization follows:

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]

Changes can be made on Transifex and generated source files are stored in src/qt/locale/ and compiled into Qt executable.

Bitcoin forum - bitcointalk

Local subforums are available on BitcoinTalk: https://bitcointalk.org/index.php#5

References