fix: missing translations
All checks were successful
repod / xml (push) Successful in 14s
repod / php (push) Successful in 51s
repod / nodejs (push) Successful in 1m46s

This commit is contained in:
Michel Roux 2024-01-10 20:21:49 +01:00
parent a9ee4039c6
commit c378b9485c
3 changed files with 12 additions and 5 deletions

View File

@ -160,18 +160,18 @@ dev: build
docker stop repod || true docker stop repod || true
docker rm repod || true docker rm repod || true
docker build -t repod . docker build -t repod .
docker run -itd --name repod -v $(CURDIR):/var/www/html/apps/repod -p 80:80 repod docker run -itd --rm --name repod -v $(CURDIR):/var/www/html/apps/repod -p 80:80 repod
npm run watch npm run watch
# Generate translations # Generate translations
.PHONY: l10n .PHONY: l10n
l10n: l10n:
docker run \ docker run --rm \
-v $(CURDIR):/app \ -v $(CURDIR):/app \
--entrypoint php \ --entrypoint php \
nextcloudci/translations \ nextcloudci/translations \
/translationtool.phar create-pot-files /translationtool.phar create-pot-files
docker run \ docker run --rm \
-v $(CURDIR):/app \ -v $(CURDIR):/app \
--entrypoint php \ --entrypoint php \
nextcloudci/translations \ nextcloudci/translations \

View File

@ -19,6 +19,9 @@ msgstr ""
msgid "RePod" msgid "RePod"
msgstr "RePod" msgstr "RePod"
msgid "Podcast"
msgstr "Podcast"
msgid "🔊 Browse, manage and listen to podcasts" msgid "🔊 Browse, manage and listen to podcasts"
msgstr "🔊 Parcourir, gérer et écouter vos podcasts" msgstr "🔊 Parcourir, gérer et écouter vos podcasts"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Nextcloud 3.14159\n" "Project-Id-Version: Nextcloud 3.14159\n"
"Report-Msgid-Bugs-To: translations\\@example.com\n" "Report-Msgid-Bugs-To: translations\\@example.com\n"
"POT-Creation-Date: 2024-01-10 16:47+0000\n" "POT-Creation-Date: 2024-01-10 19:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -22,10 +22,14 @@ msgid "RePod"
msgstr "" msgstr ""
#: /app/specialAppInfoFakeDummyForL10nScript.php:3 #: /app/specialAppInfoFakeDummyForL10nScript.php:3
msgid "🔊 Browse, manage and listen to podcasts" msgid "Podcast"
msgstr "" msgstr ""
#: /app/specialAppInfoFakeDummyForL10nScript.php:4 #: /app/specialAppInfoFakeDummyForL10nScript.php:4
msgid "🔊 Browse, manage and listen to podcasts"
msgstr ""
#: /app/specialAppInfoFakeDummyForL10nScript.php:5
msgid "" msgid ""
"# Features\n" "# Features\n"
"- 🔍 Browse and subscribe huge collection of podcasts\n" "- 🔍 Browse and subscribe huge collection of podcasts\n"