You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add .l10nignore to exclude compiled JS files and thirdparty code, e.g. ignoring compiled javascript assets and composer PHP dependencies in the vendor/ directory:
js/
vendor/
Create file .tx/config with the following content, replace {{APPID}} with your app id 3 times:
[main]host = https://www.transifex.com
lang_map = hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja, bg_BG: bg, cs_CZ: cs, fi_FI: fi
[o:nextcloud:p:nextcloud:r:{{APPID}}]file_filter = translationfiles/<lang>/{{APPID}}.po
source_file = translationfiles/templates/{{APPID}}.pot
source_lang = en
type = PO
👤 App repository
To be done by you
nextcloud-bot
with write permissionsl10n/.gitkeep
with empty content.l10nignore
to exclude compiled JS files and thirdparty code, e.g. ignoring compiled javascript assets and composer PHP dependencies in the vendor/ directory:.tx/config
with the following content, replace{{APPID}}
with your app id 3 times:🏗️ Sysadmin team
nextcloud-bot
with admin permissions.tx/config
l10n/.gitkeep
.l10nignore
"Owner Repository",
into https://github.com/nextcloud/docker-ci/edit/master/translations/config.jsonssh [email protected]
cd /srv/docker-ci
git pull origin master
🔣 Translation team
The text was updated successfully, but these errors were encountered: