diff options
| -rw-r--r-- | src/i18n.go | 2 | ||||
| -rw-r--r-- | src/rosetta/bg/messages.gotext.json | 20 | ||||
| -rw-r--r-- | src/rosetta/el/messages.gotext.json | 20 | ||||
| -rw-r--r-- | src/rosetta/en/messages.gotext.json | 28 | ||||
| -rw-r--r-- | src/rosetta/nl/messages.gotext.json | 20 | 
5 files changed, 45 insertions, 45 deletions
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 @@ -257,6 +257,16 @@              "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",              "translation": "" @@ -367,16 +377,6 @@              "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",              "translation": "" 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 @@ -257,6 +257,16 @@              "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",              "translation": "" @@ -367,16 +377,6 @@              "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",              "translation": "" 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 @@ -359,6 +359,20 @@              "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",              "translation": "Location Codes", @@ -513,20 +527,6 @@              "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",              "translation": "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 @@ -257,6 +257,16 @@              "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",              "translation": "" @@ -367,16 +377,6 @@              "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",              "translation": ""  |