seitime-frappe/frappe/desk
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
..
doctype feat: added "Dashboard Chart" button (#22960) 2023-10-30 18:30:03 +05:30
form refactor!: remove redundant sending of translations (#22962) 2023-11-02 20:04:14 +05:30
form_tour Revert "fix: defer first tour until awesomebar is triggered" 2023-09-15 19:04:55 +05:30
page fix: Respect "Do Not Track" settings 2023-11-01 15:07:27 +05:30
report chore: remove eslint-disable* 2023-07-14 15:41:20 +05:30
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
calendar.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
desk_page.py chore: remove dead code 2023-04-27 17:50:26 +05:30
desktop.py refactor: defer unnecessary json-dumping of messages 2023-10-16 18:13:50 +05:30
gantt.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
leaderboard.py refactor: inline immediately returned variable 2023-08-08 18:09:49 +02:00
like.py fix!: Drop unused link_doctype, link_name (#21788) 2023-07-24 14:22:07 +05:30
link_preview.py refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
listview.py fix: validate fieldname in get_group_by_count (#21932) 2023-08-06 17:33:34 +05:30
notifications.py chore: handle invalid connections conf for internal links (#22486) 2023-09-20 11:14:51 +00:00
query_report.py fix: keyerror on reports with subtotal 2023-10-08 17:22:29 +05:30
reportview.py refactor: use reportview get_count implementation 2023-10-16 18:13:50 +05:30
search.py refactor!: Link field search (#22745) 2023-10-16 15:41:02 +05:30
treeview.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
utils.py fix: translate exported filename 2023-07-11 16:29:00 +05:30