- 04 Apr, 2023 1 commit
-
-
chunhtai authored
Adds i18n to widget layer
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 20 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 09 May, 2022 1 commit
-
-
Greg Spencer authored
When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part. Also, added menuBarMenuLabel for an accessibility label for menu bar menus. I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
-
- 27 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 30 Jun, 2021 1 commit
-
- 28 Jun, 2021 1 commit
-
- 27 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 14 Jun, 2021 1 commit
-
-
Abhishek Ghaskata authored
migrate localization to null safety
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Apr, 2021 1 commit
-
-
Christopher Fujino authored
-
- 31 Oct, 2020 1 commit
-
-
Shi-Hao Hong authored
* Fix failing tests from introducing raw string generation in gen_l10n tool
-
- 26 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Oct, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit ae06c19a.
-
Alexandre Ardhuin authored
-
- 08 Apr, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 06 Apr, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Apr, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 26 Mar, 2020 1 commit
-
-
gaaclarke authored
-
- 17 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 05 Feb, 2020 1 commit
-
-
Hans Muller authored
-
- 31 Jan, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 28 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 24 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 12 Nov, 2019 1 commit
-
-
Shi-Hao Hong authored
* Sort Localization generation output - When creating locales that were assumed from existing locales, the file that is used is non-deterministic. This adds a sort to the iterator to ensure that the same existing locale is used to generate the assumed locale - When generating material, cupertino and date localizations, the generated getters were not sorted. This introduces an alphabetic sort * remove main.dart.snapshot
-
- 29 Jul, 2019 1 commit
-
-
Hans Muller authored
-
- 12 Jun, 2019 1 commit
-
-
- 25 May, 2019 1 commit
-
-
Chris Bracken authored
Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell
-
- 24 Apr, 2019 1 commit
-
-
xster authored
Cupertino localization step 8: create a gen_cupertino_localizations and generate one for cupertino english and french (#29824)
-
- 10 Apr, 2019 1 commit
-
-
xster authored
Cupertino localization step 7: modularize material specific things out of gen_localizations.dart (#29822)
-
- 29 Mar, 2019 1 commit
-
-
xster authored
Cupertino localization step 3: in-place move some material tools around to make room for cupertino (#29644)
-
- 15 Mar, 2019 1 commit
-
-
xster authored
-