Skip to content

Commit

Permalink
Update iso-codes to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Atem18 committed Jan 2, 2023
1 parent eb182b8 commit 294444f
Show file tree
Hide file tree
Showing 197 changed files with 261 additions and 92 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install Poetry
run: python -m pip install poetry --user
- name: Install dependencies
run: poetry install
- name: Install dev dependencies
run: pip install -r dev-requirements.txt
- name: Build package
run: poetry build
run: hatch build
- name: Publish distribution 📦 to Test PyPI
uses: pypa/[email protected]
with:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install Poetry
run: python -m pip install poetry --user
- name: Install dependencies
run: poetry install
- name: Install dev dependencies
run: pip install -r dev-requirements.txt
- name: Build package
run: poetry build
run: hatch build
- name: Publish distribution 📦 to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/[email protected]
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install Poetry
run: python -m pip install poetry --user
- name: Install dev dependencies
run: poetry install
run: pip install -r dev-requirements.txt
- name: Run Tox
run: poetry run tox -e py
run: tox -e py
48 changes: 1 addition & 47 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -455,50 +455,4 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Libraries

If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).

To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.

<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA

Also add information on how to contact you by electronic and paper mail.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:

Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random
Hacker.

<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice

That's all there is to it!
END OF TERMS AND CONDITIONS
Empty file removed conftest.py
Empty file.
217 changes: 217 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
#
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --extra=dev --output-file=dev-requirements.txt --resolver=backtracking pyproject.toml
#
anyio==3.6.2
# via httpcore
attrs==22.2.0
# via pytest
black==22.12.0
# via isocodes (pyproject.toml)
certifi==2022.12.7
# via
# httpcore
# httpx
click==8.1.3
# via
# black
# hatch
# mkdocs
# userpath
commonmark==0.9.1
# via rich
distlib==0.3.6
# via virtualenv
editables==0.3
# via hatchling
exceptiongroup==1.1.0
# via pytest
filelock==3.9.0
# via
# tox
# virtualenv
flake8==5.0.4
# via isocodes (pyproject.toml)
ghp-import==2.1.0
# via mkdocs
h11==0.14.0
# via httpcore
hatch==1.6.3
# via isocodes (pyproject.toml)
hatchling==1.12.1
# via hatch
httpcore==0.16.3
# via httpx
httpx==0.23.2
# via hatch
hyperlink==21.0.0
# via hatch
idna==3.4
# via
# anyio
# hyperlink
# rfc3986
importlib-metadata==4.2.0
# via
# click
# flake8
# hatchling
# keyring
# markdown
# mkdocs
# pluggy
# pytest
# tox
# virtualenv
iniconfig==1.1.1
# via pytest
jaraco-classes==3.2.3
# via keyring
jinja2==3.0.3
# via
# mkdocs
# mkdocs-material
# mkdocstrings
keyring==23.9.3
# via hatch
markdown==3.3.4
# via
# mkdocs
# mkdocs-autorefs
# mkdocs-material
# mkdocstrings
# pymdown-extensions
markupsafe==2.1.1
# via
# jinja2
# mkdocstrings
mccabe==0.7.0
# via flake8
mergedeep==1.3.4
# via mkdocs
mkdocs==1.2.4
# via
# isocodes (pyproject.toml)
# mkdocs-autorefs
# mkdocs-material
# mkdocstrings
mkdocs-autorefs==0.4.1
# via mkdocstrings
mkdocs-material==8.2.7
# via isocodes (pyproject.toml)
mkdocs-material-extensions==1.1.1
# via mkdocs-material
mkdocstrings==0.19.1
# via isocodes (pyproject.toml)
more-itertools==9.0.0
# via jaraco-classes
mypy==0.991
# via isocodes (pyproject.toml)
mypy-extensions==0.4.3
# via
# black
# mypy
packaging==22.0
# via
# hatch
# hatchling
# mkdocs
# pytest
# tox
pathspec==0.10.3
# via
# black
# hatchling
pexpect==4.8.0
# via hatch
platformdirs==2.6.2
# via
# black
# hatch
# virtualenv
pluggy==1.0.0
# via
# hatchling
# pytest
# tox
ptyprocess==0.7.0
# via pexpect
py==1.11.0
# via tox
pycodestyle==2.9.1
# via flake8
pyflakes==2.5.0
# via flake8
pygments==2.14.0
# via
# mkdocs-material
# rich
pymdown-extensions==9.9
# via
# mkdocs-material
# mkdocstrings
pyperclip==1.8.2
# via hatch
pytest==7.2.0
# via isocodes (pyproject.toml)
python-dateutil==2.8.2
# via ghp-import
pyyaml==6.0
# via
# mkdocs
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
rfc3986[idna2008]==1.5.0
# via httpx
rich==13.0.0
# via hatch
shellingham==1.5.0
# via hatch
six==1.16.0
# via
# python-dateutil
# tox
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
tomli==2.0.1
# via
# black
# hatchling
# mypy
# pytest
# tox
tomli-w==1.0.0
# via hatch
tomlkit==0.11.6
# via hatch
tox==3.28.0
# via isocodes (pyproject.toml)
typed-ast==1.5.4
# via
# black
# mypy
typing-extensions==4.4.0
# via
# anyio
# black
# h11
# importlib-metadata
# mypy
# platformdirs
# rich
userpath==1.8.0
# via hatch
virtualenv==20.16.2
# via
# hatch
# tox
watchdog==2.2.1
# via mkdocs
zipp==3.11.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions isocodes/share/iso-codes/json/iso_3166-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1746,9 +1746,9 @@
"alpha_2": "TR",
"alpha_3": "TUR",
"flag": "🇹🇷",
"name": "Turkey",
"name": "Türkiye",
"numeric": "792",
"official_name": "Republic of Turkey"
"official_name": "Republic of Türkiye"
},
{
"alpha_2": "TV",
Expand Down
Binary file modified isocodes/share/locale/ach/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/af/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/am/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ar/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/as/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ast/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/az/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/bar/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/be/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/be/LC_MESSAGES/iso_3166-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/be/LC_MESSAGES/iso_4217.mo
Binary file not shown.
Binary file modified isocodes/share/locale/be/LC_MESSAGES/iso_639-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/bg/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/bn/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/bn_IN/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/br/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/bs/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/byn/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ca/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ce/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ch/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/chr/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ckb/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/crh/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/cs/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/csb/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/cv/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/cy/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/da/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/de/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/de/LC_MESSAGES/iso_3166-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/de/LC_MESSAGES/iso_639-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/dv/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/dz/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/el/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/eo/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/es/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/es/LC_MESSAGES/iso_639-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/et/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/eu/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/fa/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ff/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/fi/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/fil/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/fo/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/fr/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/frp/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/fur/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/fy/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ga/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/gez/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/gl/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/gn/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/gu/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/gv/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ha/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/he/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/hi/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/hi/LC_MESSAGES/iso_639-3.mo
Binary file not shown.
Binary file modified isocodes/share/locale/hr/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/hr/LC_MESSAGES/iso_3166-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/hr/LC_MESSAGES/iso_4217.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ht/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/hu/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/hy/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ia/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/id/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/io/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/is/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/is/LC_MESSAGES/iso_4217.mo
Binary file not shown.
Binary file modified isocodes/share/locale/is/LC_MESSAGES/iso_639-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/is/LC_MESSAGES/iso_639-3.mo
Binary file not shown.
Binary file modified isocodes/share/locale/it/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/iu/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ja/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/jam/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file added isocodes/share/locale/ka/LC_MESSAGES/iso_15924.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ka/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions isocodes/share/locale/ka/LC_MESSAGES/iso_3166_2.mo
Binary file added isocodes/share/locale/ka/LC_MESSAGES/iso_4217.mo
Binary file not shown.
Binary file added isocodes/share/locale/ka/LC_MESSAGES/iso_639-2.mo
Binary file not shown.
Binary file added isocodes/share/locale/ka/LC_MESSAGES/iso_639-3.mo
Binary file not shown.
Binary file added isocodes/share/locale/ka/LC_MESSAGES/iso_639-5.mo
Binary file not shown.
1 change: 1 addition & 0 deletions isocodes/share/locale/ka/LC_MESSAGES/iso_639.mo
1 change: 1 addition & 0 deletions isocodes/share/locale/ka/LC_MESSAGES/iso_639_3.mo
1 change: 1 addition & 0 deletions isocodes/share/locale/ka/LC_MESSAGES/iso_639_5.mo
Binary file modified isocodes/share/locale/kab/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ki/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/kk/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/km/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/kmr/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/kn/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ko/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/kv/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/kw/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ky/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/lo/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/lt/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/lv/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/mai/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/mhr/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/mi/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/mk/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ml/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/mn/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/mo/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/mr/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ms/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/mt/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/my/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/na/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/nah/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/nb/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ne/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/nl/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/nl/LC_MESSAGES/iso_3166-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/nn/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/nso/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/nv/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/oc/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/oc/LC_MESSAGES/iso_639-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/or/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/pa/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file not shown.
Binary file added isocodes/share/locale/pa_PK/LC_MESSAGES/iso_3166-2.mo
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions isocodes/share/locale/pa_PK/LC_MESSAGES/iso_3166_2.mo
Binary file not shown.
1 change: 1 addition & 0 deletions isocodes/share/locale/pa_PK/LC_MESSAGES/iso_639.mo
Binary file modified isocodes/share/locale/pi/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/pl/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/pl/LC_MESSAGES/iso_3166-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ps/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/pt/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/pt_BR/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ro/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ru/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/rw/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/sc/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/si/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/sk/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/sl/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/so/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/son/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/sq/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/sr/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/sr@latin/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/sv/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/sv/LC_MESSAGES/iso_3166-2.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ta/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/te/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/tg/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/th/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ti/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/tig/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/tk/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/tl/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/tr/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/tr/LC_MESSAGES/iso_4217.mo
Binary file not shown.
Binary file modified isocodes/share/locale/tr/LC_MESSAGES/iso_639-2.mo
Binary file not shown.
Binary file added isocodes/share/locale/tr/LC_MESSAGES/iso_639-5.mo
Binary file not shown.
1 change: 1 addition & 0 deletions isocodes/share/locale/tr/LC_MESSAGES/iso_639_5.mo
Binary file modified isocodes/share/locale/tt/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/tt@iqtelif/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ug/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/uk/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/uk/LC_MESSAGES/iso_639-3.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ur/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/uz/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/ve/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/vi/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/wa/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/wal/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/wo/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/xh/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/yo/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/zh_CN/LC_MESSAGES/iso_15924.mo
Binary file not shown.
Binary file modified isocodes/share/locale/zh_CN/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/zh_CN/LC_MESSAGES/iso_4217.mo
Binary file not shown.
Binary file modified isocodes/share/locale/zh_CN/LC_MESSAGES/iso_639-3.mo
Binary file not shown.
Binary file modified isocodes/share/locale/zh_HK/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/zh_TW/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file modified isocodes/share/locale/zu/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions isocodes/share/pkgconfig/iso-codes.pc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prefix=/workspaces/isocodes/isocodes
prefix=/Users/atem/Repos/isocodes/isocodes
domains=iso_639-2 iso_639-3 iso_639-5 iso_3166-1 iso_3166-2 iso_3166-3 iso_4217 iso_15924

Name: iso-codes
Description: ISO country, language, script and currency codes and translations
Version: 4.11.0
Version: 4.12.0
4 changes: 2 additions & 2 deletions isocodes/share/xml/iso-codes/iso_3166-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1350,8 +1350,8 @@ Source: <http://www.iso.org/iso/country_codes>
alpha_2_code="TR"
alpha_3_code="TUR"
numeric_code="792"
name="Turkey"
official_name="Republic of Turkey" />
name="Türkiye"
official_name="Republic of Türkiye" />
<iso_3166_entry
alpha_2_code="TV"
alpha_3_code="TUV"
Expand Down
Loading

0 comments on commit 294444f

Please sign in to comment.