ramifice 0.8.9__py3-none-any.whl → 0.8.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ramifice/utils/translations.py +4 -3
- {ramifice-0.8.9.dist-info → ramifice-0.8.10.dist-info}/METADATA +1 -1
- {ramifice-0.8.9.dist-info → ramifice-0.8.10.dist-info}/RECORD +5 -5
- {ramifice-0.8.9.dist-info → ramifice-0.8.10.dist-info}/WHEEL +0 -0
- {ramifice-0.8.9.dist-info → ramifice-0.8.10.dist-info}/licenses/LICENSE +0 -0
ramifice/utils/translations.py
CHANGED
@@ -5,12 +5,11 @@ The module contains the following variables:
|
|
5
5
|
- `CURRENT_LOCALE` - Code of current language.
|
6
6
|
- `DEFAULT_LOCALE` - Language code by default.
|
7
7
|
- `LANGUAGES` - List of codes supported by languages.
|
8
|
-
- `
|
9
|
-
- `
|
8
|
+
- `gettext` - The object of the current translator.
|
9
|
+
- `ngettext` - The object of the current translator.
|
10
10
|
|
11
11
|
The module contains the following functions:
|
12
12
|
|
13
|
-
- `get_translator` - Get an object of translation for the desired language.
|
14
13
|
- `change_locale` - To change the current language and translation object.
|
15
14
|
|
16
15
|
CKEditor supported languages:
|
@@ -28,6 +27,8 @@ __all__ = (
|
|
28
27
|
"CURRENT_LOCALE",
|
29
28
|
"LANGUAGES",
|
30
29
|
"change_locale",
|
30
|
+
"gettext",
|
31
|
+
"ngettext",
|
31
32
|
)
|
32
33
|
|
33
34
|
import copy
|
@@ -71,14 +71,14 @@ ramifice/utils/errors.py,sha256=iuhq7fzpUmsOyeXeg2fJjta8yAuqlXLKsZVMpfUhtHE,1901
|
|
71
71
|
ramifice/utils/fixtures.py,sha256=4vUFyIiEcqtkS5bAqwBWwXUKny3akbyWbI1j9450sBg,3211
|
72
72
|
ramifice/utils/migration.py,sha256=3rGebK-df0EBvq2QKIP9URnm3TPZLI97GXUf4EZRNsM,11134
|
73
73
|
ramifice/utils/tools.py,sha256=EPFINdgAJgewwQ9OErLEX8_z-_soQckyX7FsA7eRvyQ,3147
|
74
|
-
ramifice/utils/translations.py,sha256=
|
74
|
+
ramifice/utils/translations.py,sha256=h8B9AdqFu2V-8eg8DMwLpa9pib8IMv59SyPSDuyxchM,4305
|
75
75
|
ramifice/utils/unit.py,sha256=kfVlPHeVhVsli6jw5tV5yHC23QhAsTEL_V2rwHtDE20,2479
|
76
76
|
ramifice/utils/mixins/__init__.py,sha256=GrxJDsw73bEkitIh0-0BCxNnUK-N5uRXMCRlaPoaz1o,265
|
77
77
|
ramifice/utils/mixins/add_valid.py,sha256=9GV0XwprHl4yNRQty3InKij8oqO-9WZgWiQTfh0CVH0,439
|
78
78
|
ramifice/utils/mixins/hooks.py,sha256=oZXO2v9zsEzpf2w3L04YjigGKyk6c8PzCWBneqGi2CQ,943
|
79
79
|
ramifice/utils/mixins/indexing.py,sha256=bpQaQCLIhk6SmjEwZssAXhabsdXV8MFihlKhHHxO--w,358
|
80
80
|
ramifice/utils/mixins/json_converter.py,sha256=HMU4gDnrUS0oW3vT-mWAruvNJGn37Pv2A4CKnOBnrJA,1159
|
81
|
-
ramifice-0.8.
|
82
|
-
ramifice-0.8.
|
83
|
-
ramifice-0.8.
|
84
|
-
ramifice-0.8.
|
81
|
+
ramifice-0.8.10.dist-info/METADATA,sha256=CvH9io_z3tA8tvXlOyXRqFIcT5lWabVct11yeQW_a9g,20328
|
82
|
+
ramifice-0.8.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
83
|
+
ramifice-0.8.10.dist-info/licenses/LICENSE,sha256=LrEL0aTZx90HDwFUQCJutORiDjJL9AnuVvCtspXIqt4,1095
|
84
|
+
ramifice-0.8.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|