Skip to content

Commit

Permalink
taxonomy: italian translations and jam/marmalade separation (#10872)
Browse files Browse the repository at this point in the history
Adding more Italian translations, and fix some jam/marmalade references
  • Loading branch information
McCio authored Oct 9, 2024
1 parent 3c18781 commit def91e0
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 100 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: ensure branch origin/main is fetched
run: git fetch --no-tags --prune --progress --no-recurse-submodules --depth=5 origin main
- name: build taxonomies (should use cache)
run: make build_taxonomies
run: make build_taxonomies GITHUB_TOKEN="${{ secrets.TAXONOMY_CACHE_GITHUB_TOKEN }}"
- name: check taxonomies
run: make check_taxonomies
- name: check perltidy
Expand All @@ -117,7 +117,7 @@ jobs:
- name: tests
run: |
make codecov_prepare
make COVER_OPTS='-e HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,tests/"' tests
make COVER_OPTS='-e HARNESS_PERL_SWITCHES="-MDevel::Cover=+ignore,tests/"' tests GITHUB_TOKEN="${{ secrets.TAXONOMY_CACHE_GITHUB_TOKEN }}"
- name: generate coverage results
# even if tests failed
if: always()
Expand Down
2 changes: 1 addition & 1 deletion taxonomies/countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44957,7 +44957,7 @@ ig: Obodoézè Nà Ofú
ilo: Nagkaykaysa a Pagarian
io: Unionita Rejio
is: Bretland
it: Regno Unito, Regno Unito di Gran Bretagna e Irlanda del Nord, Gran Bretagna, Inghilterra, UK
it: Regno Unito, Regno Unito di Gran Bretagna e Irlanda del Nord, Gran Bretagna, UK
ja: イギリス, 英国
jbo: ritygu'e
jv: Britania Raya
Expand Down
Loading

0 comments on commit def91e0

Please sign in to comment.