fix: missing translations
This commit is contained in:
parent
a9ee4039c6
commit
c378b9485c
6
Makefile
6
Makefile
@ -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 \
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user