[Grit] Change 'OTHER'-gender pak files to be just the default file.

Ie, now we'll have "x.pak", "x_FEMININE.pak", "x_MASCULINE.pak", and "x_NEUTER.pak".

Bug: 416291329
Change-Id: Ia9afbb19863993c1a7b57af16ce8bcd6f35a8564
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6546244
Owners-Override: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Glenn Hartmann <hartmanng@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1460225}
NOKEYCHECK=True
GitOrigin-RevId: 09cc696f7ea3203447fd4ec253c65db14a4d5b9e
5 files changed
tree: d668001ee61019ec901ade0da56ede09778fa799
  1. grit/
  2. preprocess_tests/
  3. .gitignore
  4. BUILD.gn
  5. grit.py
  6. grit_args.gni
  7. grit_info.py
  8. grit_rule.gni
  9. MANIFEST.in
  10. minimize_css.py
  11. minimize_css_unittest.py
  12. OWNERS
  13. pak_util.py
  14. pak_util_unittest.py
  15. preprocess_if_expr.gni
  16. preprocess_if_expr.py
  17. preprocess_if_expr_test.py
  18. PRESUBMIT.py
  19. README.md
  20. repack.gni
  21. setup.py
  22. stamp_grit_sources.py
  23. xtb_util.py
README.md

GRIT (Google Resource and Internationalization Tool)

This is a tool for projects to manage resources and simplify the localization workflow.

See the user guide for more details on using this project: https://dev.chromium.org/developers/tools-we-use-in-chromium/grit/grit-users-guide

History

This code previously used to live at https://code.google.com/p/grit-i18n/source/checkout which still contains the project‘s history. https://chromium.googlesource.com/external/grit-i18n/ is a git mirror of the SVN repository that’s identical except for the last two commits. The project is now developed in the Chromium project directly.

There is a read-only mirror of just this directory at https://chromium.googlesource.com/chromium/src/tools/grit/ if you don't want to check out all of Chromium.