az_locale/az_locale/public/js
Ali c57de8e6fa Translate UOM Category (az, ru) + fix extras override
Add UOM Category to the translated-doctype pipeline so its values (shown
as the `category` column of UOM Conversion Factor) render in az/ru:
- force translated_doctype=1 on the DocType JSON (update_doctype.py)
- list-view subject formatter (translate_listview_subjects.js + hooks)
- 11 missing category names + override of two upstream mistranslations:
  "Force" (was a verb) and "Area" (was "region") in extras.po (az, ru)

Fix _merge_extras: babel's Catalog.__setitem__ only merges metadata for an
existing key and never overwrites the translation string, so extras could
add new msgids but never correct an existing upstream one. Force the string
so "extras wins on conflict" actually holds (this is what made the "Area"
override take effect).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 10:08:51 +00:00
..
translate_listview_subjects.js Translate UOM Category (az, ru) + fix extras override 2026-06-16 10:08:51 +00:00