15
0

Compare commits

8 Commits

Author SHA256 Message Date
9bf203ea17 Accepting request 1308645 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1308645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-translation-finder?expand=0&rev=18
2025-10-02 17:22:33 +00:00
ac1047f970 - update to 2.23
* Added support for Markdown files.
  * Ignore some metadata dirs.
  * Added --hint to the command line interface.
  * Fixed false matches for appstore metadata with hint.
  * Automatically detect FormatJS files.
  * Improved detection of Android strings.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-translation-finder?expand=0&rev=38
2025-10-02 13:37:50 +00:00
28e9afc1d2 Accepting request 1276691 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1276691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-translation-finder?expand=0&rev=17
2025-05-12 14:50:45 +00:00
d3b98fde83 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-translation-finder?expand=0&rev=36
2025-05-12 05:58:25 +00:00
9024525d57 Accepting request 1225384 from devel:languages:python
- update to 2.19:
  * Fixed crasn on corrupt YAML files.

OBS-URL: https://build.opensuse.org/request/show/1225384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-translation-finder?expand=0&rev=16
2024-11-21 14:14:28 +00:00
90b5176901 - update to 2.19:
* Fixed crasn on corrupt YAML files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-translation-finder?expand=0&rev=34
2024-11-20 17:49:16 +00:00
3c019a660c Accepting request 1224218 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1224218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-translation-finder?expand=0&rev=15
2024-11-15 14:41:55 +00:00
1bc877dd83 - update to 2.18
* Added support for Format.JS files.
  * Offer bilingual configuration for CSV.
  * Fixed crash on corrupted Transifex configuration.
  * Improved app store metadata detection.
  * Improved template detection for text files.
  * Improved detection of iOS translation files.
  * Added type annotations.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-translation-finder?expand=0&rev=32
2024-11-14 14:05:59 +00:00
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 2 06:40:43 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 2.23
* Added support for Markdown files.
* Ignore some metadata dirs.
* Added --hint to the command line interface.
* Fixed false matches for appstore metadata with hint.
* Automatically detect FormatJS files.
* Improved detection of Android strings.
-------------------------------------------------------------------
Mon May 12 05:57:57 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-translation-finder
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2019-2021 Matthias Fehring <buschmann23@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%define modname translation-finder
Name: python-translation-finder
Version: 2.19
Version: 2.23
Release: 0
Summary: Translation Files Finder
License: GPL-3.0-or-later

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58f0090b4d3d1b8482a8893f60ed3eb523ef2d10de7b48c687e9d1f08b164f43
size 94711

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7063750bd10912d1eeed3ba422ec4576d1c56647e9dc690869945323226831d
size 96034