forked from pool/python-weblate-language-data
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 379e51a2c7 | |||
| abd1482740 | |||
| 3365514867 | |||
| c718d08b94 | |||
| e7e36c5912 | |||
| 2ba1c85c28 | |||
| 21d9d54de1 | |||
| 66629a5b58 | |||
| ab9152ba05 | |||
| ab17cd655d | |||
| 5dd79c8e7c | |||
| c50b920f4d |
@@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 17:37:36 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 2025.9
|
||||
* enable RTL flag for pa_PK
|
||||
* include list of additional decimal tags
|
||||
* add Milang language
|
||||
* mark Armenian as case insensitive
|
||||
* avoid using deprecated pkg_resources
|
||||
* add Interslavic language
|
||||
* add Aranese (oc_ES)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 06:50:56 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 2025.8
|
||||
* Use BCP 47 language tag for tlh_Piqd
|
||||
* Add Hokkien writing systems
|
||||
* Adds Hungarian (hu) to DOCUMENTATION_LANGUAGES in docs.py
|
||||
* add tamil language
|
||||
* correctly copy date when udating POT files
|
||||
* add alias for zh_SIMPLIFIED
|
||||
* update list of RTL languages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 29 11:55:47 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 2025.5
|
||||
* avoid using deprecated setuptools helpers
|
||||
* add license classifiers to pyproject.toml
|
||||
* fix: sync Arabic plural rules
|
||||
* feat: add list of case-insentive languages
|
||||
* add Viossa
|
||||
* extend CLDR plurals definitions
|
||||
* many translation fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 16:49:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2024.14:
|
||||
* Translations update from Hosted Weblate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 17:27:49 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 2024.13
|
||||
* fix: remove duplicate plural definitions for Qt
|
||||
* fix: wrong plural counts for some numbers
|
||||
* see GitHub commits for the full changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 10:32:48 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 2024.6
|
||||
* updated language names
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 13:55:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-weblate-language-data
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,11 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define modname weblate-language-data
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
%define modname weblate_language_data
|
||||
Name: python-weblate-language-data
|
||||
Version: 2024.3
|
||||
Version: 2025.9
|
||||
Release: 0
|
||||
Summary: Language Data for Weblate
|
||||
License: MIT
|
||||
@@ -28,7 +27,7 @@ URL: https://github.com/WeblateOrg/language-data
|
||||
Source0: https://files.pythonhosted.org/packages/source/w/%{modname}/%{modname}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module translate-toolkit >= 3.1}
|
||||
BuildRequires: %{python_module translate-toolkit}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f6f955524f0f3312b75dd402d13bb613db3032c29db07d58c912b5496131317
|
||||
size 1500122
|
||||
3
weblate_language_data-2025.9.tar.gz
Normal file
3
weblate_language_data-2025.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b24e777862cf49f6287b8f8113123120d905b7fbdcbe42083b9eb5d61c31f6e5
|
||||
size 2853958
|
||||
Reference in New Issue
Block a user