anki/qt/aqt/data/locale/BUILD.bazel
Damien Elmes 8d4df820cc update i18n scripts
- export updated .po files for consumption
- add a script to pull and push translations
2020-11-11 21:08:06 +10:00

7 lines
141 B
Python

load("//qt/po:gettext.bzl", "compile_all_po_files")
compile_all_po_files(
name = "locale",
visibility = ["//qt:__subpackages__"],
)