mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
tweak translation collection to be weblate-friendly
This tweaks the script for collecting translation keys so that it changes the existing file minimally, and matches the formatting output by weblate. I'm not sure what is the best way to handle keys that are no longer needed. I think it may be best to delete these within weblate, but will need to experiment to see (I'm a weblate newbie). I think I saw keys reappear from weblate if not deleted there.
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
"Special Rules": "Special Rules",
|
||||
"Type a message...": "Type a message...",
|
||||
"User Attributes": "User Attributes",
|
||||
"View As": "View As"
|
||||
"View As": "View As",
|
||||
"Seed rules": "Seed rules",
|
||||
"When adding table rules, automatically add a rule to grant OWNER full access.": "When adding table rules, automatically add a rule to grant OWNER full access."
|
||||
},
|
||||
"AccountPage": {
|
||||
"API": "API",
|
||||
@@ -332,7 +334,8 @@
|
||||
"Add Column": "Add Column"
|
||||
},
|
||||
"FilterBar": {
|
||||
"SearchColumns": "Search columns"
|
||||
"SearchColumns": "Search columns",
|
||||
"Search Columns": "Search Columns"
|
||||
},
|
||||
"GridOptions": {
|
||||
"Grid Options": "Grid Options",
|
||||
@@ -761,5 +764,17 @@
|
||||
"NTextBox": {
|
||||
"false": "false",
|
||||
"true": "true"
|
||||
},
|
||||
"ACLUsers": {
|
||||
"Example Users": "Example Users",
|
||||
"Users from table": "Users from table",
|
||||
"View As": "View As"
|
||||
},
|
||||
"TypeTransform": {
|
||||
"Apply": "Apply",
|
||||
"Cancel": "Cancel",
|
||||
"Preview": "Preview",
|
||||
"Revise": "Revise",
|
||||
"Update formula (Shift+Enter)": "Update formula (Shift+Enter)"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user