-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
👤 App repository
To be done by you
- Link to your repository: https://github.com/nextcloud/server/tree/master/apps/files_reminders
- Create file
l10n/.gitkeepwith empty content Add l10n for files_reminders server#39820 - Create file
.tx/configwith the following content, replace{{APPID}}with your app id 3 times: Add l10n for files_reminders server#39820
🏗️ Sysadmin team
- 👀 Ensure access:
- Nextcloud organisation repository: Add
nextcloud-botwith admin permissions - Other repositories:
- Ensure the invite was accepted
- Ensure the app certificate is linked to the same repository/author https://github.com/nextcloud/app-certificate-requests
- Nextcloud organisation repository: Add
- ⚙️ Ensure repository setup:
-
.tx/config -
l10n/.gitkeep -
.l10ignore
-
- ➕ Add
"Owner Repository",into https://github.com/nextcloud/docker-ci/edit/master/translations/config.json- Pull request:
- 🔑 SSH into translation machine:
ssh root@transifex-sync.nextcloud.com - ↩️ Change dir:
cd /srv/docker-ci - ⬇️ Pull:
git pull origin master - 🧑💻 Run the first sync manually:
docker run -v /srv/cronie-data/transifexrc:/root/.transifexrc \
-v /srv/cronie-data/gpg:/gpg \
-v /srv/cronie-data/ssh/id_rsa:/root/.ssh/id_rsa \
--rm -i ghcr.io/nextcloud/continuous-integration-translations-app \
AUTHOR APPID🔣 Translation team
- Transifex: New resource should appear
- Transifex: Do translations and check sync to repo
- Add resource to wiki
Reactions are currently unavailable