ramifice 0.5.10__py3-none-any.whl → 0.5.11__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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ramifice
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.11
|
4
4
|
Summary: ORM-like API MongoDB for Python language.
|
5
5
|
Project-URL: Homepage, https://github.com/kebasyaty/ramifice
|
6
6
|
Project-URL: Documentation, https://kebasyaty.github.io/ramifice/
|
@@ -271,7 +271,7 @@ LANGUAGES = frozenset(("en", "ru")) # For Ramifice by default = ["en", "ru"]
|
|
271
271
|
```shell
|
272
272
|
cd project_name
|
273
273
|
# Add your custom translations:
|
274
|
-
uv run pybabel extract -o config/translations/custom.pot
|
274
|
+
uv run pybabel extract -o config/translations/custom.pot src
|
275
275
|
uv run pybabel init -i config/translations/custom.pot -d config/translations/custom -l en
|
276
276
|
uv run pybabel init -i config/translations/custom.pot -d config/translations/custom -l ru
|
277
277
|
...
|
@@ -279,7 +279,7 @@ uv run pybabel init -i config/translations/custom.pot -d config/translations/cus
|
|
279
279
|
uv run pybabel compile -d config/translations/custom
|
280
280
|
|
281
281
|
# Update your custom translations:
|
282
|
-
uv run pybabel extract -o config/translations/custom.pot
|
282
|
+
uv run pybabel extract -o config/translations/custom.pot src
|
283
283
|
uv run pybabel update -i config/translations/custom.pot -d config/translations/custom
|
284
284
|
# Hint: Do not forget to check the translations for existing languages.
|
285
285
|
uv run pybabel compile -d config/translations/custom
|
@@ -79,7 +79,7 @@ ramifice/utils/mixins/add_valid.py,sha256=TLOObedzXNA9eCylfAVbVCqIKE5sV-P5AdIN7a
|
|
79
79
|
ramifice/utils/mixins/hooks.py,sha256=33jvJRhfnJeL2Hd_YFXk3M_7wjqHaByU2wRjKyboL6s,914
|
80
80
|
ramifice/utils/mixins/indexing.py,sha256=Z0427HoaVRyNmSNN8Fx0mSICgAKV-gDdu3iR5qYUEbs,329
|
81
81
|
ramifice/utils/mixins/json_converter.py,sha256=WhigXyDAV-FfILaZuwvRFRIk0D90Rv3dG5t-mv5fVyc,1107
|
82
|
-
ramifice-0.5.
|
83
|
-
ramifice-0.5.
|
84
|
-
ramifice-0.5.
|
85
|
-
ramifice-0.5.
|
82
|
+
ramifice-0.5.11.dist-info/METADATA,sha256=gTxPqTmy6_69QXkdYgR30QYXrOsgUC5w__zOxNnXukg,21454
|
83
|
+
ramifice-0.5.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
84
|
+
ramifice-0.5.11.dist-info/licenses/LICENSE,sha256=LrEL0aTZx90HDwFUQCJutORiDjJL9AnuVvCtspXIqt4,1095
|
85
|
+
ramifice-0.5.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|