SomberNight
b0e2e89395
i18n: document not to use old-style (%) string formatting
3 years ago
SomberNight
4293d6eca0
kivy: settings: better handling of "default" language
4 years ago
Caio Costa
397e43373f
Removes inaccurate "brasilian" language
...
The option "brasilian" is inaccurate since we brazilians do speak Portuguese.
We don't consider "brasilian" as a language, so I believe this change I've made is a more accurate option for this public.
4 years ago
SomberNight
210ff647fa
i18n: don't translate empty string
...
see #7158
```
$ ./contrib/pull_locale
Found 260 files to translate
Generate template
electrum/gui/qt/installwizard.py:265: warning: Empty msgid. It is reserved by GNU gettext:
gettext("") returns the header entry with
meta information, not the empty string.
electrum/gui/qt/channels_list.py:49: warning: Empty msgid. It is reserved by GNU gettext:
gettext("") returns the header entry with
meta information, not the empty string.
```
5 years ago
SomberNight
9a88c13b3d
translations: add note that f-strings cannot be translated
...
and replace current usage
6 years ago
Ilya Shalyapin
4c8103af3b
move get_default_language to gui.qt.util
7 years ago
Ilya Shalyapin
d840804818
use system language by default
7 years ago
Janus
097ac144d9
file reorganization with top-level module
8 years ago
Johann Bauer
2e899bc38f
Add missing languages to settings dialog
8 years ago
Justin Turner Arthur
9a0aa9b478
Remove Python 2 support imports.
8 years ago
ThomasV
216e9403be
cleanup six (no python2 support)
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
ThomasV
305843999e
Relicensing
10 years ago
ThomasV
b29038073d
add new languages to i18n
11 years ago
ThomasV
b5ac7f2a7c
simplify setup.py using package_data
11 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
11 years ago
ThomasV
b305dd4a89
make wordlist use default language if available
11 years ago
rdymac
4cdbcf0c1b
Changed - to _ as mentioned in #458
...
Changed - to _ as mentioned in #458
12 years ago
rdymac
bdb471da33
pt-PT Portuguese
...
pt-PT Portuguese
12 years ago
thgh
e3475b1f91
Move to Crowdin platform
12 years ago
ThomasV
004aa4b640
separate directories for GUIs
12 years ago
thomasv
7d0e491a07
adding new languages
13 years ago
thomasv
a563091f30
separate core and gui in different modules
13 years ago
thomasv
98cce2af0d
move language list to i18n.py
13 years ago
thomasv
1f71e5e225
call set_language only if gui is used.
13 years ago
thomasv
66fa7b610b
option to set gui language from command line
13 years ago
thomasv
09714636ef
version 0.50: localisation using gettext
14 years ago