This repository was archived by the owner on Aug 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[Tooling] Add automation lane to fetch translations #105
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4e35972
Add automation to fetch translation strings
iangmaia 2b83ef1
Add XML translation files
iangmaia 67a258a
Update translations
iangmaia 56b55ab
Disable `ExtraTranslation` Android Lint check
iangmaia dca3a98
Also disable `MissingTranslation` Android Lint check
iangmaia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: ar | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: de | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: es | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n > 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: fr | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n > 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: id | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: it | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: he_IL | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=1; plural=0; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: ja_JP | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=1; plural=0; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: ko_KR | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: nl | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=(n > 1); | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: pt_BR | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: ru | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: 2025-07-29 15:31:37+0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: sv_SE | ||
| --> | ||
| <resources> | ||
| <string name="login_authorization_denied_title">Du måste logga in på Gravatar.com</string> | ||
| <string name="login_profile_load_failure_alternative_cta">Prova med ett annat konto</string> | ||
| <string name="login_profile_load_failure_cta">Försök igen</string> | ||
| <string name="login_profile_load_failure_generic_message">Det var ett problem att ladda in din profil.</string> | ||
| <string name="login_profile_load_failure_title">Kan inte ladda din profil</string> | ||
| <string name="login_retrieving_token_failure_message">Något gick fel</string> | ||
| <string name="log_in">Logga in</string> | ||
| <string name="your_globally_recognized_avatar">Din globalt igenkända profilbild.</string> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=(n > 1); | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: tr | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=1; plural=0; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: zh_CN | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=1; plural=0; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: zh_TW | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!--Warning: Auto-generated file, do not edit.--> | ||
| <resources xmlns:tools="http://schemas.android.com/tools"> | ||
| <string-array name="available_languages" translatable="false" tools:ignore="InconsistentArrays"> | ||
|
||
| <item>en_US</item> | ||
| <item>ar</item> | ||
| <item>de</item> | ||
| <item>es</item> | ||
| <item>fr</item> | ||
| <item>iw</item> | ||
| <item>in</item> | ||
| <item>it</item> | ||
| <item>ja</item> | ||
| <item>ko</item> | ||
| <item>nl</item> | ||
| <item>pt_BR</item> | ||
| <item>ru</item> | ||
| <item>sv</item> | ||
| <item>tr</item> | ||
| <item>zh_CN</item> | ||
| <item>zh_TW</item> | ||
| </string-array> | ||
| </resources> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: ar | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: de | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: es | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n > 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: fr | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n > 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: id | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: it | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: he_IL | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=1; plural=0; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: ja_JP | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=1; plural=0; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: ko_KR | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=n != 1; | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: nl | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=2; plural=(n > 1); | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: pt_BR | ||
| --> | ||
| <resources> | ||
| </resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- | ||
| Translation-Revision-Date: +0000 | ||
| Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); | ||
| Generator: GlotPress/2.4.0-alpha | ||
| Language: ru | ||
| --> | ||
| <resources> | ||
| </resources> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Nothing to change here, just me ranting)
That reminds me that this file (generated by our
gp_download_translationshelper fromrelease-toolkit) is quite obsolete now…That shows the legacy of those helpers 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh thanks for the context 👍 I was curious why this file was being generated in the first place; just checked a few projects that still have it, and imagined it might still be used elsewhere 😅