Cupertino localization step 12 try 2: push translation for all supported languages#32513
Cupertino localization step 12 try 2: push translation for all supported languages#32513xster merged 3 commits intoflutter:masterfrom
Conversation
There was a problem hiding this comment.
The selectAllButtonLabel should be exactly as the iOS SO because it overrides it. In this language the System uses Upper Case only in the first word.
| "selectAllButtonLabel": "Selecionar Tudo" | |
| "selectAllButtonLabel": "Selecionar tudo" |
vincevargadev
left a comment
There was a problem hiding this comment.
The German translations don't match exactly. I recommended some changes and posted some screenshots to show how the material labels differ from the cupertino labels.
There was a problem hiding this comment.
I used the default podcast app to check the German "paste" label for iOS
There was a problem hiding this comment.
| "anteMeridiemAbbreviation": "VORM.", | |
| "anteMeridiemAbbreviation": "AM", |
|
Thanks for your feedbacks, they are migrated back into the translation console. |
|
@fkorotkov can you help us take a look? It seems like the windows bots are having some issues |
|
@xster Sorry, just noticed the GitHub notification. It should be working now. Sorry for the inconvenience! Don't hesitate to ping [email protected] next time for quicker response. |
Added cupertino localizations in order to not run into flutter/flutter#13452
More or less the same as #31644 but some of the date format related strings were wrong
Fixes #13452