8d4df820cc
- export updated .po files for consumption - add a script to pull and push translations
7 lines
141 B
Python
7 lines
141 B
Python
load("//qt/po:gettext.bzl", "compile_all_po_files")
|
|
|
|
compile_all_po_files(
|
|
name = "locale",
|
|
visibility = ["//qt:__subpackages__"],
|
|
)
|