mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +00:00
feat: add package.json i18n scripts
This commit is contained in:
parent
ea5e9cf944
commit
f158c369c3
@ -50,7 +50,9 @@
|
||||
"dev-server": "encore dev-server",
|
||||
"dev": "encore dev",
|
||||
"watch": "encore dev --watch",
|
||||
"build": "encore production --progress"
|
||||
"build": "encore production --progress",
|
||||
"ttag:po2json": "cd translations; for i in $(find . -name \"*.po\"); do ttag po2json $i > ../public/locales/$i.json; done; cd ..",
|
||||
"ttag:extract": "ttag extract assets/**/*.{ts,tsx} -o translations/translations.pot"
|
||||
},
|
||||
"dependencies": {
|
||||
"remove": "^0.1.5"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user