mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Add extraction of strings to be translated as part of build process for ui_next. Also, sets the source locale. See: https://lingui.js.org/tutorials/cli.html#configuring-source-locale closes: https://github.com/ansible/awx/issues/7451
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
{
|
|
"localeDir": "src/locales/",
|
|
"srcPathDirs": ["src/"],
|
|
"format": "po",
|
|
"sourceLocale": "en"
|
|
}
|