diff --git a/CHANGELOG.md b/CHANGELOG.md index 769aecb..dfca262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [1.0.3a1](https://github.com/OpenVoiceOS/ovos-common-query-pipeline-plugin/tree/1.0.3a1) (2024-11-02) +## [1.0.4a1](https://github.com/OpenVoiceOS/ovos-common-query-pipeline-plugin/tree/1.0.4a1) (2024-11-02) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-common-query-pipeline-plugin/compare/1.0.2...1.0.3a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-common-query-pipeline-plugin/compare/1.0.3...1.0.4a1) **Merged pull requests:** -- fix: correct pipeline parent class [\#18](https://github.com/OpenVoiceOS/ovos-common-query-pipeline-plugin/pull/18) ([JarbasAl](https://github.com/JarbasAl)) +- da-dk/translate [\#20](https://github.com/OpenVoiceOS/ovos-common-query-pipeline-plugin/pull/20) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) diff --git a/ovos_commonqa/locale/ca-es/Play.voc b/ovos_commonqa/locale/ca-es/Play.voc index 87b3b94..3e086c0 100644 --- a/ovos_commonqa/locale/ca-es/Play.voc +++ b/ovos_commonqa/locale/ca-es/Play.voc @@ -1,6 +1,6 @@ -cerca busca -inicia +cerca comença +inicia llegeix reprodueix \ No newline at end of file diff --git a/ovos_commonqa/locale/da-dk/Play.voc b/ovos_commonqa/locale/da-dk/Play.voc new file mode 100644 index 0000000..055f6ff --- /dev/null +++ b/ovos_commonqa/locale/da-dk/Play.voc @@ -0,0 +1,4 @@ +læs +spil +start +søg \ No newline at end of file diff --git a/ovos_commonqa/locale/da-dk/QuestionWord.voc b/ovos_commonqa/locale/da-dk/QuestionWord.voc new file mode 100644 index 0000000..f644040 --- /dev/null +++ b/ovos_commonqa/locale/da-dk/QuestionWord.voc @@ -0,0 +1,9 @@ +fortæl mig om +hvad +hvem +hvilke +hvis +hvordan +hvorfor +hvornår +spørgsmål \ No newline at end of file diff --git a/ovos_commonqa/locale/es-es/Play.voc b/ovos_commonqa/locale/es-es/Play.voc new file mode 100644 index 0000000..b9365be --- /dev/null +++ b/ovos_commonqa/locale/es-es/Play.voc @@ -0,0 +1,3 @@ +buscar +comenzar +leer \ No newline at end of file diff --git a/ovos_commonqa/locale/es-es/QuestionWord.voc b/ovos_commonqa/locale/es-es/QuestionWord.voc new file mode 100644 index 0000000..b90eee4 --- /dev/null +++ b/ovos_commonqa/locale/es-es/QuestionWord.voc @@ -0,0 +1,8 @@ +Cuéntame sobre +cual +cuando +cuyo +cómo +por qué +pregunta +qué \ No newline at end of file diff --git a/ovos_commonqa/version.py b/ovos_commonqa/version.py index b320fad..b625715 100644 --- a/ovos_commonqa/version.py +++ b/ovos_commonqa/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK diff --git a/translations/da-dk/vocabs.json b/translations/da-dk/vocabs.json new file mode 100644 index 0000000..08f6235 --- /dev/null +++ b/translations/da-dk/vocabs.json @@ -0,0 +1,19 @@ +{ + "QuestionWord.voc": [ + "hvem", + "hvad", + "hvordan", + "hvorfor", + "hvornår", + "spørgsmål", + "fortæl mig om", + "hvilke", + "hvis" + ], + "Play.voc": [ + "spil", + "læs", + "søg", + "start" + ] +}