mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Translations: Update English backend messages in default.po #2083
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "Merging backend translations..."
|
||||
for file in ./assets/locales/**/*.po; do msgmerge --update "${file}" ./assets/locales/messages.pot; done
|
||||
for file in ./assets/locales/**/*.po; do msgmerge --previous --no-location --no-wrap --update "${file}" ./assets/locales/messages.pot; done
|
||||
|
||||
echo "Merging frontend translations..."
|
||||
for file in ./frontend/src/locales/*.po; do msgmerge --update "${file}" ./frontend/src/locales/translations.pot; done
|
||||
for file in ./frontend/src/locales/*.po; do msgmerge --previous --no-location --no-wrap --update "${file}" ./frontend/src/locales/translations.pot; done
|
||||
|
||||
echo "Done."
|
||||
Reference in New Issue
Block a user