- 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).
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Jan, 2018 1 commit
-
-
Greg Spencer authored
This script will update release metadata in the cloud, and copy the already-built package to the right location and name on cloud storage. The release metadata will be located in gs://flutter_infra/releases/releases.json, and the published packages will end up in gs://flutter_infra/releases/<channel>/<platform>/flutter_<platform>_<version><archive suffix>, where <channel>, <platform>, <version>, and <archive suffix> are determined by the script. At the moment, it only supports dev rolls, but (once we know how those will work) should easily support beta rolls as well.
-