mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-17 13:52:14 +01:00
Enhance translation sync script with ignore list management
Refactors and extends .github/scripts/sync_translations.py to support reading, updating, and cleaning up ignored translation keys via scripts/ignore_locales.toml. Now, when a previously ignored key is translated, it is automatically removed from the ignore list. Also updates the de-DE translation.json to move the 'mobile' section and adjusts formatting in ignore_locales.toml.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Keys and paths to ignore for locale synchronization checks.
|
||||
# The structure mirrors scripts/ignore_translation.toml and is consumed by
|
||||
# .github/scripts/sync_translations.py.
|
||||
|
||||
[ar_AR]
|
||||
ignore = [
|
||||
'lang.div',
|
||||
@@ -319,7 +320,8 @@ ignore = [
|
||||
]
|
||||
|
||||
[fa_IR]
|
||||
ignore = []
|
||||
ignore = [
|
||||
]
|
||||
|
||||
[fr_FR]
|
||||
ignore = [
|
||||
|
||||
Reference in New Issue
Block a user