From 493ff20931f5133025540841a248a0763bff78df Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 13 Jun 2025 22:00:10 +0200 Subject: Use ‘gotext update’ instead of ‘gotext extract’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n.go | 2 +- src/rosetta/bg/messages.gotext.json | 20 ++++++++++---------- src/rosetta/el/messages.gotext.json | 20 ++++++++++---------- src/rosetta/en/messages.gotext.json | 28 ++++++++++++++-------------- src/rosetta/nl/messages.gotext.json | 20 ++++++++++---------- 5 files changed, 45 insertions(+), 45 deletions(-) (limited to 'src') diff --git a/src/i18n.go b/src/i18n.go index b2769ab..3dca028 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -1,4 +1,4 @@ -//go:generate go tool gotext -srclang=en -dir=rosetta extract -lang=bg,el,en,nl . +//go:generate go tool gotext -srclang=en -dir=rosetta update -lang=bg,el,en,nl . //go:generate ../exttmpl package app diff --git a/src/rosetta/bg/messages.gotext.json b/src/rosetta/bg/messages.gotext.json index 8a10385..608b3ae 100644 --- a/src/rosetta/bg/messages.gotext.json +++ b/src/rosetta/bg/messages.gotext.json @@ -256,6 +256,16 @@ "message": "Icelandic", "translation": "" }, + { + "id": "%d Euro", + "message": "%d Euro", + "translation": "" + }, + { + "id": "Printer code on a %d euro bill", + "message": "Printer code on a %d euro bill", + "translation": "" + }, { "id": "Location Codes", "message": "Location Codes", @@ -366,16 +376,6 @@ "message": "Bulgaria", "translation": "" }, - { - "id": "%d Euro", - "message": "%d Euro", - "translation": "" - }, - { - "id": "Printer code on a %d euro bill", - "message": "Printer code on a %d euro bill", - "translation": "" - }, { "id": "Euro Banknotes", "message": "Euro Banknotes", diff --git a/src/rosetta/el/messages.gotext.json b/src/rosetta/el/messages.gotext.json index 38d54f7..41d2b25 100644 --- a/src/rosetta/el/messages.gotext.json +++ b/src/rosetta/el/messages.gotext.json @@ -256,6 +256,16 @@ "message": "Icelandic", "translation": "" }, + { + "id": "%d Euro", + "message": "%d Euro", + "translation": "" + }, + { + "id": "Printer code on a %d euro bill", + "message": "Printer code on a %d euro bill", + "translation": "" + }, { "id": "Location Codes", "message": "Location Codes", @@ -366,16 +376,6 @@ "message": "Bulgaria", "translation": "" }, - { - "id": "%d Euro", - "message": "%d Euro", - "translation": "" - }, - { - "id": "Printer code on a %d euro bill", - "message": "Printer code on a %d euro bill", - "translation": "" - }, { "id": "Euro Banknotes", "message": "Euro Banknotes", diff --git a/src/rosetta/en/messages.gotext.json b/src/rosetta/en/messages.gotext.json index e2651b1..7570d37 100644 --- a/src/rosetta/en/messages.gotext.json +++ b/src/rosetta/en/messages.gotext.json @@ -358,6 +358,20 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "%d Euro", + "message": "%d Euro", + "translation": "%d Euro", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Printer code on a %d euro bill", + "message": "Printer code on a %d euro bill", + "translation": "Printer code on a %d euro bill", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Location Codes", "message": "Location Codes", @@ -512,20 +526,6 @@ "translatorComment": "Copied from source.", "fuzzy": true }, - { - "id": "%d Euro", - "message": "%d Euro", - "translation": "%d Euro", - "translatorComment": "Copied from source.", - "fuzzy": true - }, - { - "id": "Printer code on a %d euro bill", - "message": "Printer code on a %d euro bill", - "translation": "Printer code on a %d euro bill", - "translatorComment": "Copied from source.", - "fuzzy": true - }, { "id": "Euro Banknotes", "message": "Euro Banknotes", diff --git a/src/rosetta/nl/messages.gotext.json b/src/rosetta/nl/messages.gotext.json index 8fdd868..8474cfc 100644 --- a/src/rosetta/nl/messages.gotext.json +++ b/src/rosetta/nl/messages.gotext.json @@ -256,6 +256,16 @@ "message": "Icelandic", "translation": "" }, + { + "id": "%d Euro", + "message": "%d Euro", + "translation": "" + }, + { + "id": "Printer code on a %d euro bill", + "message": "Printer code on a %d euro bill", + "translation": "" + }, { "id": "Location Codes", "message": "Location Codes", @@ -366,16 +376,6 @@ "message": "Bulgaria", "translation": "" }, - { - "id": "%d Euro", - "message": "%d Euro", - "translation": "" - }, - { - "id": "Printer code on a %d euro bill", - "message": "Printer code on a %d euro bill", - "translation": "" - }, { "id": "Euro Banknotes", "message": "Euro Banknotes", -- cgit v1.2.3