Skip to content

Commit

Permalink
Merge pull request #274 from janezd/multilingual
Browse files Browse the repository at this point in the history
Slovenian translation and multilingual configuration
  • Loading branch information
janezd authored Nov 22, 2024
2 parents 24d2ee1 + fe43443 commit 4022285
Show file tree
Hide file tree
Showing 11 changed files with 852 additions and 157 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-translations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check translations

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
test-translations:
uses: biolab/orange-ci-cd/.github/workflows/test-translations.yml@master
with:
package-dir: orangecontrib/network
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
recursive-include orangecontrib *.pyx *.cpp *.net *.py *.tab *.png *.svg *.tsv
recursive-include doc *.bat *.json *.md *.png *.py *.rst Makefile
recursive-include i18n *.jaml *.yaml

include *.py *.txt *.rst *.pypi *.md *.ini .coveragerc
include COPYING
Expand Down
Loading

0 comments on commit 4022285

Please sign in to comment.