Skip to content

Commit

Permalink
Pull translations from transifex.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertoe committed Jan 31, 2015
1 parent 9f33c1e commit be3041e
Show file tree
Hide file tree
Showing 22 changed files with 10,629 additions and 2,761 deletions.
2 changes: 1 addition & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[darkcoin.darkcoin_ents]
[darkcoin.tx]
file_filter = src/qt/locale/darkcoin_<lang>.ts
source_file = src/qt/locale/darkcoin_en.ts
source_lang = en
Expand Down
6 changes: 6 additions & 0 deletions src/qt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,26 @@ DIST_SUBDIRS = . test
# darkcoin qt core #
QT_TS = \
locale/darkcoin_ar.ts \
locale/darkcoin_bs.ts \
locale/darkcoin_cs.ts \
locale/darkcoin_de.ts \
locale/darkcoin_en.ts \
locale/darkcoin_en_US.ts \
locale/darkcoin_es.ts \
locale/darkcoin_fr.ts \
locale/darkcoin_fr_FR.ts \
locale/darkcoin_hu_HU.ts \
locale/darkcoin_id_ID.ts \
locale/darkcoin_it.ts \
locale/darkcoin_lv_LV.ts \
locale/darkcoin_nl.ts \
locale/darkcoin_nl_BE.ts \
locale/darkcoin_nl_NL.ts \
locale/darkcoin_pl.ts \
locale/darkcoin_pt.ts \
locale/darkcoin_ru.ts \
locale/darkcoin_ru_lv.ts \
locale/darkcoin_sk.ts \
locale/darkcoin_sv.ts \
locale/darkcoin_tr.ts \
locale/darkcoin_vi_VN.ts \
Expand Down
6 changes: 6 additions & 0 deletions src/qt/bitcoin.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,26 @@
</qresource>
<qresource prefix="/translations">
<file alias="ar">locale/darkcoin_ar.qm</file>
<file alias="bs">locale/darkcoin_bs.qm</file>
<file alias="cs">locale/darkcoin_cs.qm</file>
<file alias="de">locale/darkcoin_de.qm</file>
<file alias="en">locale/darkcoin_en.qm</file>
<file alias="en_US">locale/darkcoin_en_US.qm</file>
<file alias="es">locale/darkcoin_es.qm</file>
<file alias="fr">locale/darkcoin_fr.qm</file>
<file alias="fr_FR">locale/darkcoin_fr_FR.qm</file>
<file alias="hu_HU">locale/darkcoin_hu_HU.qm</file>
<file alias="id_ID">locale/darkcoin_id_ID.qm</file>
<file alias="it">locale/darkcoin_it.qm</file>
<file alias="lv_LV">locale/darkcoin_lv_LV.qm</file>
<file alias="nl">locale/darkcoin_nl.qm</file>
<file alias="nl_BE">locale/darkcoin_nl_BE.qm</file>
<file alias="nl_NL">locale/darkcoin_nl_NL.qm</file>
<file alias="pl">locale/darkcoin_pl.qm</file>
<file alias="pt">locale/darkcoin_pt.qm</file>
<file alias="ru">locale/darkcoin_ru.qm</file>
<file alias="ru_lv">locale/darkcoin_ru_lv.qm</file>
<file alias="sk">locale/darkcoin_sk.qm</file>
<file alias="sv">locale/darkcoin_sv.qm</file>
<file alias="tr">locale/darkcoin_tr.qm</file>
<file alias="vi_VN">locale/darkcoin_vi_VN.qm</file>
Expand Down
Loading

0 comments on commit be3041e

Please sign in to comment.