Skip to content

Commit

Permalink
docs: Add the translation update script and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaro committed Nov 28, 2024
1 parent de2c4ac commit e24cb57
Show file tree
Hide file tree
Showing 4 changed files with 903 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ vite.config.ts.timestamp-*

# autogenereated by langium-cli
generated/

# translation
/translation/po/en.pot
7 changes: 7 additions & 0 deletions scripts/translation.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

if [ ! -f translation/po/en.pot ]; then
touch translation/po/en.pot
fi

po4a translation/po4a.cfg
Loading

0 comments on commit e24cb57

Please sign in to comment.