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 rm repod || true
|
||||
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
|
||||
|
||||
# Generate translations
|
||||
.PHONY: l10n
|
||||
l10n:
|
||||
docker run \
|
||||
docker run --rm \
|
||||
-v $(CURDIR):/app \
|
||||
--entrypoint php \
|
||||
nextcloudci/translations \
|
||||
/translationtool.phar create-pot-files
|
||||
docker run \
|
||||
docker run --rm \
|
||||
-v $(CURDIR):/app \
|
||||
--entrypoint php \
|
||||
nextcloudci/translations \
|
||||
|
@ -19,6 +19,9 @@ msgstr ""
|
||||
msgid "RePod"
|
||||
msgstr "RePod"
|
||||
|
||||
msgid "Podcast"
|
||||
msgstr "Podcast"
|
||||
|
||||
msgid "🔊 Browse, manage and listen to podcasts"
|
||||
msgstr "🔊 Parcourir, gérer et écouter vos podcasts"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Nextcloud 3.14159\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -22,10 +22,14 @@ msgid "RePod"
|
||||
msgstr ""
|
||||
|
||||
#: /app/specialAppInfoFakeDummyForL10nScript.php:3
|
||||
msgid "🔊 Browse, manage and listen to podcasts"
|
||||
msgid "Podcast"
|
||||
msgstr ""
|
||||
|
||||
#: /app/specialAppInfoFakeDummyForL10nScript.php:4
|
||||
msgid "🔊 Browse, manage and listen to podcasts"
|
||||
msgstr ""
|
||||
|
||||
#: /app/specialAppInfoFakeDummyForL10nScript.php:5
|
||||
msgid ""
|
||||
"# Features\n"
|
||||
"- 🔍 Browse and subscribe huge collection of podcasts\n"
|
||||
|
Loading…
Reference in New Issue
Block a user