diff options
author | Robert Göhler <github@ghlr.de> | 2023-08-27 21:14:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 21:14:39 +0200 |
commit | 093055473bb6acba323db69e8e4cbc4c8ac5edca (patch) | |
tree | 54b261d0577c48a53695d6cf8392cb130ed2ae0a /localazy.json | |
parent | 02aafc3df3abebb58832c62ded26c495363ebb3a (diff) | |
parent | 355b459f22544c97bd0332ff06dee1d39a05ac07 (diff) | |
download | vyos-documentation-093055473bb6acba323db69e8e4cbc4c8ac5edca.tar.gz vyos-documentation-093055473bb6acba323db69e8e4cbc4c8ac5edca.zip |
Merge pull request #1066 from rebortg/localazy-3
Setup translation with localazy
Diffstat (limited to 'localazy.json')
-rw-r--r-- | localazy.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/localazy.json b/localazy.json index eb6b430a..03191f49 100644 --- a/localazy.json +++ b/localazy.json @@ -1,11 +1,12 @@ { - "upload": { + "upload": { "type": "pot", - "folder": "docs/_build/gettext", + "folder": "docs/_build/gettext", "files": { "pattern": "**.pot", - "excludes": [ + "excludes": [ "changelog/*.pot", + "changelog.pot", "coverage.pot" ], "path": "${path}" |