Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #1586

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/src/debug/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="app_name">Débogage de Catima</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/debug/res/values-pt-PT/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
4 changes: 4 additions & 0 deletions fastlane/metadata/android/pt-PT/changelogs/132.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Aperfeiçoar o fluxo de trabalho "Adicionar cartão"
- Melhorias no fluxo de validação
- Reparo de caso extremo causador de estado inválido da IU ao alternar a exibição do arquivo
- Use tema ou cor do cartão para a barra de navegação (Android 8.1+)
2 changes: 1 addition & 1 deletion fastlane/metadata/android/pt-PT/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Catima
Catima — Carteira de Cartão Fidelidade
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving this MR open for a bit in the hope this gets updated to something fitting in 30 characters because Google Play limit (Weblate was misconfigured)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this affects 3 existing languages:

$ for x in fastlane/metadata/android/*/title.txt; do t="$(< $x)"; (( ${#t} > 30 )) && echo $x; done
fastlane/metadata/android/ast/title.txt
fastlane/metadata/android/hr/title.txt
fastlane/metadata/android/pl-PL/title.txt

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, going to have to wipe the suffixes if it doesn't get updated because otherwise the metadata upload to Google Play will fail