Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/translation_strings_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ The second example reduces the number of pluralized words that translators have

During a string freeze (often before a major release), no translation strings are to be added, modified or removed.

This can be checked by executing `make translate` in the `src` directory, then verifying that `bitcoin_en.ts` remains unchanged.
This can be checked by executing `make translate` in the `src` directory, then verifying that `dash_en.ts` remains unchanged.
2 changes: 2 additions & 0 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ QT_TS = \
qt/locale/dash_fr.ts \
qt/locale/dash_it.ts \
qt/locale/dash_ja.ts \
qt/locale/dash_nl.ts \
qt/locale/dash_pl.ts \
qt/locale/dash_pt.ts \
qt/locale/dash_pt_BR.ts \
qt/locale/dash_ru.ts \
qt/locale/dash_sk.ts \
qt/locale/dash_sv.ts \
Expand Down
2 changes: 1 addition & 1 deletion src/qt/askpassphrasedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void AskPassphraseDialog::accept()
"<br><br><b>" +
tr("IMPORTANT: Any previous backups you have made of your wallet file "
"should be replaced with the newly generated, encrypted wallet file. "
"Previous backups of the unencrypted wallet file contain the same HD seed and"
"Previous backups of the unencrypted wallet file contain the same HD seed and "
"still have full access to all your funds just like the new, encrypted wallet.") +
"</b></qt>");
} else {
Expand Down
1 change: 1 addition & 0 deletions src/qt/dash_locale.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<file alias="fr">locale/dash_fr.qm</file>
<file alias="it">locale/dash_it.qm</file>
<file alias="ja">locale/dash_ja.qm</file>
<file alias="ja">locale/dash_nl.qm</file>
<file alias="pl">locale/dash_pl.qm</file>
<file alias="pt">locale/dash_pt.qm</file>
<file alias="ru">locale/dash_ru.qm</file>
Expand Down
193 changes: 111 additions & 82 deletions src/qt/dashstrings.cpp

Large diffs are not rendered by default.

786 changes: 467 additions & 319 deletions src/qt/locale/dash_bg.ts

Large diffs are not rendered by default.

788 changes: 467 additions & 321 deletions src/qt/locale/dash_de.ts

Large diffs are not rendered by default.

1,375 changes: 783 additions & 592 deletions src/qt/locale/dash_en.ts

Large diffs are not rendered by default.

3,358 changes: 2,081 additions & 1,277 deletions src/qt/locale/dash_es.ts

Large diffs are not rendered by default.

855 changes: 501 additions & 354 deletions src/qt/locale/dash_fi.ts

Large diffs are not rendered by default.

786 changes: 467 additions & 319 deletions src/qt/locale/dash_fr.ts

Large diffs are not rendered by default.

3,799 changes: 2,648 additions & 1,151 deletions src/qt/locale/dash_it.ts

Large diffs are not rendered by default.

Loading