seitime-frappe/frappe/desk/form
Raffael Meyer f0155674a5
refactor!: remove redundant sending of translations (#22962)
* chore!: remove redundant translation

* refactor!: remove "get_translated_dict" hook

Instead, include the results from
`frappe.geo.country_info.get_translated_dict` in `get_all_translations`.

* test: money_in_words uses translated currency

... and now we have translations.

* Revert "test: money_in_words uses translated currency"

This reverts commit e07d594ac1ce4b120c0fceb5d23377cb981fe820.

* refactor!: stop translating timezone and currency

* refactor: rename `get_translated_dict`

... to `get_translated_countries`
2023-11-02 20:04:14 +05:30
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
assign_to.py fix: ignore duplicate perm check on assign hooks (#22832) 2023-10-20 06:18:19 +00:00
document_follow.py refactor: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00
linked_with.py perf: Ignore amended_from link fields in link field checks 2023-10-31 15:03:08 +05:30
load.py perf: fetch user info in one query 2023-09-18 11:16:20 +05:30
meta.py refactor!: remove redundant sending of translations (#22962) 2023-11-02 20:04:14 +05:30
save.py fix: cypress and add check for __islocal 2023-10-17 17:19:53 +05:30
test_form.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
utils.py fix: handle image extraction while editing comment 2023-03-16 16:00:06 +05:30