- 26 Jun, 2020 1 commit
-
-
Shi-Hao Hong authored
* Update the arb filename parsing to account for underscores * Generalize the locale searching algorithm * Update filename and @@locale behavior to require them to match
-
- 16 Jun, 2020 2 commits
-
-
Per Classon authored
After Dart VM change we are now required to use loadLibrary on an import whenever it is imported as deferred. See: https://dart-review.googlesource.com/c/sdk/+/149613
-
Christopher Fujino authored
-
- 11 May, 2020 1 commit
-
-
Christopher Fujino authored
-
- 08 May, 2020 2 commits
-
-
Christopher Fujino authored
-
Shi-Hao Hong authored
-
- 07 May, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 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
-
- 16 Apr, 2020 1 commit
-
-
Christopher Fujino authored
-
- 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
-
- 08 Apr, 2020 1 commit
-
-
Shi-Hao Hong 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
-
- 11 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
* Expose --header and --header-file arguments for gen_l10n
-
- 29 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 25 Feb, 2020 1 commit
-
-
Hans Muller authored
-
- 20 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Feb, 2020 3 commits
-
-
Shi-Hao Hong authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* unnecessary escapes fixes * replace some strings with raw strings * update regexp * address review comments
-
- 31 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 29 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 28 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 17 Jan, 2020 1 commit
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
- 16 Jan, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Hans Muller authored
-
- 10 Jan, 2020 1 commit
-
-
Shi-Hao Hong authored
* Add currency formatting for l10n tool, fix positional vs named params
-
- 08 Jan, 2020 2 commits
-
-
Shi-Hao Hong authored
-
Shi-Hao Hong authored
-
- 30 Dec, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add preferred-supported-locales option to gen_l10n.dart executable
-
- 21 Dec, 2019 1 commit
-
-
Shi-Hao Hong authored
* Handle simple placeholders in plurals * Handle Date plural placeholders * Improve variable names * Turn assert into exceptions, add tests
-
- 17 Dec, 2019 1 commit
-
-
Shi-Hao Hong authored
* Implement date parsing for the gen_l10n tool
-
- 13 Dec, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add tests for sorting arbPathString, supportedLocales and supportedLanguageCodes alphabetically * Plural arbPathStrings * Factor out singleZhMessageArbFileString * Make translations more accurate and generic
-
- 06 Dec, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add tests to gen_l10n.dart tool * Separate out LocalizationsGenerator class to improve testability of code * Add testing dependencies to dev/tools * Integrate dev/tools testing to flutter CI * Restructure dev/tools folder for testing * Fix license headers
-
- 06 Feb, 2018 1 commit
-
-
Greg Spencer authored
This changes the publishing of archives so that it happens on the chrome_infra bots when they build a packaged branch instead of as part of the dev_roll process. It uses the tagged version in the branch, and leaves the git repo that it clones checked out on the branch and hash used to build the package. It updates metadata located at gs://flutter_infra/releases/releases_.json (where is one of macos, linux, or windows) once published, since it would be complex to do the proper locking to keep them all in one shared .json file safely. A separate [change to the chrome_infra bots](https://chromium-review.googlesource.com/c/chromium/tools/build/+/902823) was made to instruct them to build packaged for the dev, beta, and release branches (but not master anymore).
-