diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a333d2..46cf8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.13a2](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.13a2) (2024-12-02) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.13...0.2.13a2) + +**Merged pull requests:** + +- import basque translations [\#55](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/55) ([JarbasAl](https://github.com/JarbasAl)) ## [0.2.13a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.13a1) (2024-12-02) [Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.12...0.2.13a1) diff --git a/locale/eu/More.voc b/locale/eu/More.voc new file mode 100644 index 0000000..7b84d12 --- /dev/null +++ b/locale/eu/More.voc @@ -0,0 +1,4 @@ +esadazu gehiago +esan gehiago +gehiago jakin +jarraitu \ No newline at end of file diff --git a/locale/eu/no_answer.dialog b/locale/eu/no_answer.dialog new file mode 100644 index 0000000..5803a40 --- /dev/null +++ b/locale/eu/no_answer.dialog @@ -0,0 +1 @@ +the wolf bilatzaileak ez daki erantzuna \ No newline at end of file diff --git a/locale/eu/search_wolfie.intent b/locale/eu/search_wolfie.intent new file mode 100644 index 0000000..a8234c2 --- /dev/null +++ b/locale/eu/search_wolfie.intent @@ -0,0 +1,8 @@ +bilatu the wolf bilatzailean {query} +bilatu the wolfram alpha bilatzailean {query} +bilatu the wolfram bilatzailean {query} +bilatu wolfram alpha bilatzailean {query} +bilatu wolfram bilatzailean {query} +zer dio the wolf bilatzaileak honi buruz: {query}? +zer dio wolfram alpha bilatzaileak honi buruz: {query}? +zer dio wolfram bilatzaileak honi buruz: {query}? \ No newline at end of file diff --git a/translations/eu/dialogs.json b/translations/eu/dialogs.json new file mode 100644 index 0000000..00286e3 --- /dev/null +++ b/translations/eu/dialogs.json @@ -0,0 +1,5 @@ +{ + "no_answer.dialog": [ + "the wolf bilatzaileak ez daki erantzuna" + ] +} \ No newline at end of file diff --git a/translations/eu/intents.json b/translations/eu/intents.json new file mode 100644 index 0000000..a819917 --- /dev/null +++ b/translations/eu/intents.json @@ -0,0 +1,13 @@ +{ + "search_wolfie.intent": [ + "bilatu the wolf bilatzailean {query}", + "bilatu the wolfram bilatzailean {query}", + "bilatu the wolfram alpha bilatzailean {query}", + "bilatu the wolf bilatzailean {query}", + "bilatu wolfram alpha bilatzailean {query}", + "bilatu wolfram bilatzailean {query}", + "zer dio the wolf bilatzaileak honi buruz: {query}?", + "zer dio wolfram alpha bilatzaileak honi buruz: {query}?", + "zer dio wolfram bilatzaileak honi buruz: {query}?" + ] +} \ No newline at end of file diff --git a/translations/eu/vocabs.json b/translations/eu/vocabs.json new file mode 100644 index 0000000..f7c0795 --- /dev/null +++ b/translations/eu/vocabs.json @@ -0,0 +1,8 @@ +{ + "More.voc": [ + "jarraitu", + "esadazu gehiago", + "gehiago jakin", + "esan gehiago" + ] +} \ No newline at end of file diff --git a/version.py b/version.py index 1f0e821..9a7efe9 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 13 -VERSION_ALPHA = 0 +VERSION_BUILD = 14 +VERSION_ALPHA = 2 # END_VERSION_BLOCK