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:
...
[o:nextcloud:p:nextcloud:r:client-fileprovider]file_filter = shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Localizable.xcstrings
source_file = shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Localizable.xcstrings
source_lang = en
type = XCSTRINGS
[o:nextcloud:p:nextcloud:r:client-fileproviderui]file_filter = shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Localizable.xcstrings
source_file = shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Localizable.xcstrings
source_lang = en
type = XCSTRINGS
⚙️ Validate your repository and translation strings:
👤 App repository
To be done by you
nextcloud-botwith write permissionsl10n/.gitkeepwith empty content.l10nignoreto exclude compiled JS files and thirdparty code, e.g. ignoring compiled javascript assets and composer PHP dependencies in the vendor/ directory:.tx/configwith the following content, replace{{APPID}}with your app id 3 times:Hint:
Desktop client is dependent on the Iso codes of the operating, thats why de_de => de should not be relveant
🏗️ Sysadmin team
👀 Ensure access:
nextcloud-botwith admin permissions⚙️ Ensure repository setup and run initial source validation:
➕ Add
"Owner Repository",into https://github.com/nextcloud/docker-ci/edit/master/translations/config.json🔑 SSH into translation machine:
ssh [email protected]↩️ Change dir:
cd /srv/docker-ci⬇️ Pull:
git pull origin master🧑💻 Run the first sync manually:
🔣 Translation team