diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1abd8..43281dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [2.4.3a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/2.4.3a1) (2024-11-15) +## [2.4.4a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/2.4.4a1) (2024-11-16) -[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/2.4.2...2.4.3a1) +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/2.4.3...2.4.4a1) **Merged pull requests:** -- fix:lang\_dir\_crawling [\#289](https://github.com/OpenVoiceOS/OVOS-workshop/pull/289) ([JarbasAl](https://github.com/JarbasAl)) +- nl-nl translation [\#292](https://github.com/OpenVoiceOS/OVOS-workshop/pull/292) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) diff --git a/ovos_workshop/res/text/nl/word_connectors.json b/ovos_workshop/res/text/nl/word_connectors.json new file mode 100644 index 0000000..3e2b604 --- /dev/null +++ b/ovos_workshop/res/text/nl/word_connectors.json @@ -0,0 +1,4 @@ +{ + "and": "en", + "or": "of" +} diff --git a/ovos_workshop/version.py b/ovos_workshop/version.py index 2fc89f4..1a1ff5d 100644 --- a/ovos_workshop/version.py +++ b/ovos_workshop/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 2 VERSION_MINOR = 4 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK