Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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-lateststeps:
- uses: actions/checkout@v3
- name: Upload translationsuses: simplelocalize/upload@v2.1with:
apiKey: <YOUR_API_KEY>uploadPath: ./{lang}/translations.jsonuploadFormat: single-language-jsonuploadOptions: "PUBLISH_AFTER_IMPORT,REPLACE_TRANSLATION_IF_FOUND"# optionallanguageKey: en # optional, it accepts only one language key