mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Auth: Add "Create Account" to translation files #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
cc38922cbe
commit
fd51d930bf
42 changed files with 138 additions and 15 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "Merging backend translations..."
|
||||
for file in ./assets/locales/**/*.po; do msgmerge --previous --no-location --no-wrap --update "${file}" ./assets/locales/messages.pot; done
|
||||
for file in ./assets/locales/**/*.po; do msgmerge --previous --no-fuzzy-matching --no-location --no-wrap --update "${file}" ./assets/locales/messages.pot; done
|
||||
|
||||
echo "Merging frontend translations..."
|
||||
for file in ./frontend/src/locales/*.po; do msgmerge --previous --no-location --no-wrap --update "${file}" ./frontend/src/locales/translations.pot; done
|
||||
for file in ./frontend/src/locales/*.po; do msgmerge --previous --no-fuzzy-matching --no-location --no-wrap --update "${file}" ./frontend/src/locales/translations.pot; done
|
||||
|
||||
echo "Done."
|
||||
Loading…
Add table
Add a link
Reference in a new issue