mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
feat: add i18n formatting to make translation in mobile makefile (#20807)
add i18n formatting to `make translation` in mobile makefile
This commit is contained in:
parent
f317cbe221
commit
03a8b6cb38
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ migration:
|
|||
dart run drift_dev make-migrations
|
||||
|
||||
translation:
|
||||
npm --prefix ../web run format:i18n
|
||||
dart run easy_localization:generate -S ../i18n
|
||||
dart run bin/generate_keys.dart
|
||||
dart format lib/generated/codegen_loader.g.dart
|
||||
|
|
|
|||
Loading…
Reference in a new issue