Skip to content

Upload localization files

Actions
Upload localization files to SimpleLocalize translation editor
v2.1
Latest
Star (1)

Upload translation files

This Github Action uses official SimpleLocalize CLI.

Learn more: https://simplelocalize.io/docs/integrations/github-actions/

Usage

name: 'My project'
on:
  push:
    branches: [ main, master ]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Upload translations
        uses: simplelocalize/[email protected]
        with:
          apiKey: <YOUR_API_KEY>
          uploadPath: ./{lang}/translations.json
          uploadFormat: single-language-json
          uploadOptions: "PUBLISH_AFTER_IMPORT,REPLACE_TRANSLATION_IF_FOUND" # optional
          languageKey: en # optional, it accepts only one language key

Upload localization files is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Upload localization files to SimpleLocalize translation editor
v2.1
Latest

Upload localization files is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.