mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
chore(i18n): add deck.gl Geojson, dttm, p1/p5/p95/p99 to do-not-translate registry
These surfaced during the Persian review as identity passthroughs (machine 'translations' equal to the English source): the percentile statistic labels p1/p5/p95/p99, the datetime column abbreviation dttm, and the proper-noun viz name 'deck.gl Geojson'. They must stay literal, so add them to the registry; apply_do_not_translate.py stamps the MACHINE_READ-DO_NOT_TRANSLATE marker into messages.pot, which propagates to every catalog. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
def156df51
commit
f62560f9ea
@@ -51,3 +51,9 @@ step-after
|
||||
step-before
|
||||
superset.example.com
|
||||
your-project-1234-a1
|
||||
deck.gl Geojson
|
||||
dttm
|
||||
p1
|
||||
p5
|
||||
p95
|
||||
p99
|
||||
|
||||
@@ -15861,6 +15861,7 @@ msgstr ""
|
||||
msgid "deck.gl Contour"
|
||||
msgstr ""
|
||||
|
||||
#. MACHINE_READ-DO_NOT_TRANSLATE
|
||||
msgid "deck.gl Geojson"
|
||||
msgstr ""
|
||||
|
||||
@@ -15909,6 +15910,7 @@ msgstr ""
|
||||
msgid "documentation"
|
||||
msgstr ""
|
||||
|
||||
#. MACHINE_READ-DO_NOT_TRANSLATE
|
||||
msgid "dttm"
|
||||
msgstr ""
|
||||
|
||||
@@ -16249,15 +16251,19 @@ msgstr ""
|
||||
msgid "p-value precision"
|
||||
msgstr ""
|
||||
|
||||
#. MACHINE_READ-DO_NOT_TRANSLATE
|
||||
msgid "p1"
|
||||
msgstr ""
|
||||
|
||||
#. MACHINE_READ-DO_NOT_TRANSLATE
|
||||
msgid "p5"
|
||||
msgstr ""
|
||||
|
||||
#. MACHINE_READ-DO_NOT_TRANSLATE
|
||||
msgid "p95"
|
||||
msgstr ""
|
||||
|
||||
#. MACHINE_READ-DO_NOT_TRANSLATE
|
||||
msgid "p99"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user