-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit 144df89
Clean localization data files before pulling from Transifex
The localization of the UI strings specific to the Arduino IDE application is done via the Transifex localization
platform. A scheduled workflow pulls the data from Transifex weekly and submits a pull request for the updates.
Previously, the script used to pull the data did not clean the data files before pulling. This meant that a vestigial
file would accumulate in the repository whenever a language was removed from the Transifex project.
The accumulation is avoided by deleting the data files for the locales managed on Transifex (all locales other than the
source English locale) before downloading the data from Transifex.1 parent e17472e commit 144df89
1 file changed
+11
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | + | ||
5 | + | ||
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
| |||
106 | 108 |
| |
107 | 109 |
| |
108 | 110 |
| |
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
109 | 120 |
| |
110 | 121 |
| |
111 | 122 |
| |
|
0 commit comments