From 2090d9d188b71adee53c66d800a60ad4bad25eb2 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:29:04 +0000 Subject: [PATCH 1/3] import basque translations (#20) * import galician translations * import basque translations * import basque translations --- locale/eu/radio.voc | 3 +++ locale/eu/somafm.voc | 2 ++ translations/eu/vocabs.json | 11 +++++++++++ 3 files changed, 16 insertions(+) create mode 100644 locale/eu/radio.voc create mode 100644 locale/eu/somafm.voc create mode 100644 translations/eu/vocabs.json diff --git a/locale/eu/radio.voc b/locale/eu/radio.voc new file mode 100644 index 0000000..3635b16 --- /dev/null +++ b/locale/eu/radio.voc @@ -0,0 +1,3 @@ +internet irrati +irrati +web irrati \ No newline at end of file diff --git a/locale/eu/somafm.voc b/locale/eu/somafm.voc new file mode 100644 index 0000000..2d297d6 --- /dev/null +++ b/locale/eu/somafm.voc @@ -0,0 +1,2 @@ +soma fm +somafm \ No newline at end of file diff --git a/translations/eu/vocabs.json b/translations/eu/vocabs.json new file mode 100644 index 0000000..9ecd5a2 --- /dev/null +++ b/translations/eu/vocabs.json @@ -0,0 +1,11 @@ +{ + "somafm.voc": [ + "soma fm", + "somafm" + ], + "radio.voc": [ + "irrati", + "internet irrati", + "web irrati" + ] +} \ No newline at end of file From d8453eb71f9807eb4422f9e5031c609a7bd638cb Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 2 Dec 2024 18:29:17 +0000 Subject: [PATCH 2/3] Increment Version to 0.1.5a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 7b0dd49..0cf0272 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 4 -VERSION_ALPHA = 0 +VERSION_BUILD = 5 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From e5eebf6a3a99df6de8345f7ffe4363316b072a34 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 2 Dec 2024 18:29:42 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f5b45..fc4bc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.1.4a1](https://github.com/OpenVoiceOS/ovos-skill-somafm/tree/0.1.4a1) (2024-12-02) +## [0.1.5a1](https://github.com/OpenVoiceOS/ovos-skill-somafm/tree/0.1.5a1) (2024-12-02) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-somafm/compare/0.1.3...0.1.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-somafm/compare/0.1.4...0.1.5a1) **Merged pull requests:** -- import galician translations [\#18](https://github.com/OpenVoiceOS/ovos-skill-somafm/pull/18) ([JarbasAl](https://github.com/JarbasAl)) +- import basque translations [\#20](https://github.com/OpenVoiceOS/ovos-skill-somafm/pull/20) ([JarbasAl](https://github.com/JarbasAl))