Skip to content

Commit

Permalink
Merge pull request #383 from cofacts/fix-ttag-validate
Browse files Browse the repository at this point in the history
Fix ttag validate
  • Loading branch information
johnson-liang authored Jan 9, 2024
2 parents f9c5eb1 + 7118906 commit 9800f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -1053,4 +1053,4 @@ msgstr "我選 ${ displayTextWhenChosen }"
msgid ""
"Someone on the internet replies to the message first reported on ${ "
"articleDate }:"
msgstr "網路上有人這樣回應這則 ${date} 回報的訊息:"
msgstr "網路上有人這樣回應這則 ${articleDate} 回報的訊息:"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:fix": "eslint --fix .",
"lint": "eslint .",
"i18n:extract": "for pofile in $(ls -d i18n/*.po | grep -v en_US.po); do npx ttag update ${pofile} src/; done;",
"i18n:validate": "ttag validate i18n/*.po",
"i18n:validate": "for pofile in $(ls -d i18n/*.po | grep -v en_US.po); do npx ttag validate ${pofile}; done;",
"clean": "run-s clean:*",
"clean:server": "rm -rf build",
"clean:liff": "rm -rf liff",
Expand Down

0 comments on commit 9800f76

Please sign in to comment.