verify i18n extraction has been run before committing

This commit is contained in:
Athou
2026-02-10 11:07:50 +01:00
parent 15c8289a01
commit fee47427cf
4 changed files with 7409 additions and 6944 deletions

View File

@@ -0,0 +1,3 @@
export default {
"src/**/*.{js,jsx,ts,tsx}": () => ["npm run i18n:extract", "git diff --exit-code commafeed-client/src/locales/en/messages.po"],
}