Skip to content

Commit

Permalink
Merge pull request #952 from openfoodfacts/master
Browse files Browse the repository at this point in the history
[pull] master from openfoodfacts:master
  • Loading branch information
hangy committed Feb 18, 2021
2 parents f3fac32 + 45070eb commit 0e3e5a2
Show file tree
Hide file tree
Showing 13 changed files with 2,201 additions and 2,515 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/crowdin.yml
@@ -1,8 +1,13 @@
name: Crowdin Sync

#on:
# push:
# branches: [ * ]

on:
push:
branches: [ master ]
pull_request:
branches:
- master

jobs:
synchronize-with-crowdin:
Expand Down Expand Up @@ -31,7 +36,7 @@ jobs:
# Use this option to download translations for a single specified language
# download_language: # optional
# Skip untranslated strings in exported files (does not work with .docx, .html, .md and other document files)
skip_untranslated_strings: true
#skip_untranslated_strings: true
# Omit downloading not fully downloaded files
skip_untranslated_files: true
# Include approved translations only in exported files. If not combined with --skip-untranslated-strings option, strings without approval are fulfilled with the source language
Expand Down

0 comments on commit 0e3e5a2

Please sign in to comment.