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)) 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 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