Skip to content

Commit

Permalink
modified: frappe/geo/languages.json
Browse files Browse the repository at this point in the history
	deleted:    frappe/locale/main.pot
	new file:   frappe/locale/ru.po

	modified:   frappe/geo/languages.json
	deleted:    frappe/locale/main.pot
	new file:   frappe/locale/ru.po

	modified:   frappe/locale/ru.po

	modified:   frappe/translations/ru.csv

	new file:   frappe/locale/main.pot

	modified:   frappe/locale/ru.po

	updated:   frappe/locale/ru.po

	modified:   frappe/locale/ru.po

	modified:   frappe/locale/ru.po

fix: tz aware vs naive comparison

(cherry picked from commit 3c83b10)
Signed-off-by: Akhil Narang <[email protected]>

chore(release): Bumped to Version 15.45.1

* tz aware vs naive comparison ([9d1ccd2](frappe@9d1ccd2))

updated russian translations
  • Loading branch information
metalmon committed Oct 26, 2024
1 parent e6131c5 commit 9a67344
Show file tree
Hide file tree
Showing 6 changed files with 42,897 additions and 9,670 deletions.
2 changes: 1 addition & 1 deletion frappe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
)
from .utils.lazy_loader import lazy_import

__version__ = "15.45.0"
__version__ = "15.45.1"
__title__ = "Frappe Framework"

controllers = {}
Expand Down
2 changes: 1 addition & 1 deletion frappe/geo/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
},
{
"code": "ru",
"name": "\u0440\u0443\u0441\u0441\u043a\u0438\u0439"
"name": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439"
},
{
"code": "rw",
Expand Down
Loading

0 comments on commit 9a67344

Please sign in to comment.