Add i18n support

Make the "Running on.." string translatable and copy the extraction and
conversion of JSX and PO files from Cockpit.
This commit is contained in:
Martin Pitt 2018-06-19 11:00:30 +02:00
parent f0c27eabf7
commit b2e79200da
8 changed files with 220 additions and 3 deletions

2
.gitignore vendored
View file

@ -10,3 +10,5 @@ Test*FAIL*
bots/
test/common/
test/images/
*.pot
POTFILES*