- 24 Aug, 2023 1 commit
-
-
Ian Hickson authored
-
- 11 Apr, 2023 1 commit
-
-
Tae Hyung Kim authored
Internal bug: b/256596915 Turns out we need to regenerate date localizations in order for the `intl` package to be setup properly within Flutter. This PR fixes the script (since it assumes the use of the old `.packages` way of handling packages), and regenerates the `generated_date_localizations.dart` file.
-
- 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
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis 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
-
- 08 Jul, 2021 1 commit
-
-
Christopher Fujino authored
-
- 14 Jun, 2021 1 commit
-
-
Abhishek Ghaskata authored
migrate localization to null safety
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Apr, 2021 1 commit
-
-
Christopher Fujino authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 12 Nov, 2020 1 commit
-
-
Darren Austin authored
Migrate flutter_localizations to null safety.
-
- 06 Nov, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 15 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Oct, 2020 1 commit
-
-
Shi-Hao Hong authored
* Expose date symbols and patterns for en_US in framework
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 03 Sep, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 31 Aug, 2020 1 commit
-
-
Shi-Hao Hong authored
* synthetic packages by default in gen_l10n tool * Refactor default path for synthetic package * Remove unused import * Code cleanup * Further improvements to help text * Refactor synthetic package path * Remove newlines * Test cleanup * clean up logic in inputs and outputs list function * Update l10n.yaml usage * only add option if value is non-null * Update stocks app as proof of concept for synthetic package usage * Address nits * print pubspec contents * add print statements * Do not allow null value for useSyntheticPackage * + * + * + * + * Cleanup * Add test * Fix text * Dont parse pubspec directly * Test using context * WIP: generate synthetic packages on pub get -- needs tests * Allow null value * Update null handling * Refactor to properly handle null case * Fix yamlMap condition * Fix yaml node for real * WIP: struggling to write tests * WIP - take absolute path as an option * Add tests * Use environment project directory for synthetic package generation pathway * Fix typo * Improve help text * Update defaults * Remove unauthorized path import * Fix pathing issues at synthetic package generation * Fix typo in test * Use path.join so projectDir matches up based on OS * Fix Windows pathing in test * Remove unnecessary replaceApp code for projectDir.path * Use globals.fs.currentDirectory.path in resident_runner_test.dart * Fix merge conflict * Add test to ensure that synthetic package is generated on pub get * Fix resident_runner_test.dart tests * Fix tests * Use package:file instead of dart:io * WIP - exploration * Remove synthetic package use from stocks example * Update integration test to not use synthetic packages * Remove trailing whitespace * flutter pub get runs synth package generation * Remove more print statements * Add license header * WIP - minimally working pub.get * Use own MockBuildSystem * Modify test and implementation to be a little cleaner * Fix flutter pub get invocation * Use synthetic packages in stocks app * Revert "Use synthetic packages in stocks app" This reverts commit 45bf24903c3d4a2a5fd5481d7d6bc36c4a348703. * Add environment and buildSystem params to flutter test * Address code review feedback * + * Isolate codegen into its own API * Fix imports * Slight refactor * Add one more test for no l10n.yaml file * Remove unneeded mock class and import in pub_get_test.dart * More code review feedback * Remove unnecessary imports * Remove `return await`s that I missed * use arrow functions instead
-
- 13 Aug, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 11 Aug, 2020 1 commit
-
-
Shi-Hao Hong authored
* Regenerate _no.arb and _nb.arb from scratch * Revert no <--> nb synonym logic
-
- 09 Jul, 2020 1 commit
-
-
Shi-Hao Hong authored
* Normalize Pashto incomplete translations * Add comment to README.md about incomplete Pashto support
-
- 14 May, 2020 1 commit
-
-
Darren Austin authored
Updated gen_missing_localizations to copy the english strings instead of using 'TBD' for other locales. (#57053)
-
- 07 May, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 02 May, 2020 1 commit
-
-
Shi-Hao Hong authored
* Run encode kn character encoding tool when gen_localizations is run * Add test that ensures *_kn.arb files are properly encoded/escaped in order to be checked in * Fix *_no.arb test to not incorrectly pass
-
- 28 Apr, 2020 2 commits
-
-
Shi-Hao Hong authored
* Fix breaking change introduced by gen_l10n output-dir option
-
Shi-Hao Hong authored
* Add new output-dir option for gen_l10n tool
-
- 09 Apr, 2020 2 commits
-
-
Per Classon authored
-
Shi-Hao Hong authored
* Generate methods using template resources if they do not exist in other locales * Added a flag to either output of messages that have not been translated with detail into a file, or display a summary on the terminal. * Add integration test for fallback message usage
-
- 03 Apr, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 26 Mar, 2020 1 commit
-
-
gaaclarke authored
-
- 11 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
* Expose --header and --header-file arguments for gen_l10n
-
- 25 Feb, 2020 1 commit
-
-
Hans Muller authored
-