Skip to content

Commit

Permalink
Merge pull request #11 from OpenVoiceOS/release-0.1.2a2
Browse files Browse the repository at this point in the history
Release 0.1.2a2
  • Loading branch information
JarbasAl authored Oct 15, 2024
2 parents d3df17b + 7c387ab commit c9cd808
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 110 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Changelog

## [0.1.1a2](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/0.1.1a2) (2024-10-14)
## [0.1.2a2](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/0.1.2a2) (2024-10-15)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/0.1.1a1...0.1.1a2)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/0.1.2a1...0.1.2a2)

**Merged pull requests:**

- pt-pt/translate [\#6](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/6) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- add unittests [\#5](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/5) ([JarbasAl](https://github.com/JarbasAl))
- allow workshop 1.0.0 [\#10](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/10) ([JarbasAl](https://github.com/JarbasAl))

## [0.1.1a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/0.1.1a1) (2024-10-14)
## [0.1.2a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/0.1.2a1) (2024-10-14)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/0.1.0...0.1.1a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/0.1.1...0.1.2a1)

**Merged pull requests:**

- accepted index translation [\#3](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/3) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- rm unused files [\#8](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/8) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
31 changes: 0 additions & 31 deletions ocp_pipeline/locale/nl-nl/global_stop.intent

This file was deleted.

17 changes: 0 additions & 17 deletions ocp_pipeline/locale/nl-nl/stop.intent

This file was deleted.

4 changes: 2 additions & 2 deletions ocp_pipeline/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_BUILD = 1
VERSION_ALPHA = 0
VERSION_BUILD = 2
VERSION_ALPHA = 2
# END_VERSION_BLOCK
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ovos-workshop
ovos-workshop>=0.1.7,<2.0.0
ovos-classifiers
52 changes: 0 additions & 52 deletions translations/nl-NL/intents.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,6 @@
"(goed|leuk|geweldig|tof|super|cool) (lied|liedje|track|nummer)",
"(dat|dit|het) is een (goed|leuk|geweldig|super|tof|cool) (lied|liedje|track|nummer)"
],
"stop.intent": [
"stop",
"stop ermee",
"stop dit",
"Stop waar je mee bezig bent",
"Hou daar alsjeblieft mee op",
"(kun|kan) je nu stoppen",
"Stop met het uitvoeren van die taak",
"Stop de huidige actie",
"Stop het lopende proces",
"Beëindig de huidige actie",
"Maak er een einde aan",
"Ga niet verder",
"Stop met het uitvoeren van de huidige opdracht",
"Beëindig de huidige taak",
"Stop de huidige actie",
"Beëindig the current action",
"Annuleer de huidige taak"
],
"next.intent": [
"(volgende|sla over|overslaan|skip)",
"(volgende|skip) (liedje|track|nummer|video|media)",
Expand All @@ -56,39 +37,6 @@
"vorige",
"(vorig|vorige) (nummer|track|liedje|film|video)"
],
"global_stop.intent": [
"stop alles",
"beëindig alles",
"alles beëindigen",
"annuleer alles",
"stop alles",
"stop alles",
"alles stoppen",
"alles stoppen",
"stop met alles",
"beëindig alles",
"alles beëindigen",
"alles annuleren",
"alles stoppen",
"alles stopzetten",
"alles stoppen",
"alles stoppen",
"Stop nu met alles",
"Beëindig alle processen",
"Beëindig alle acties",
"Annuleer alle taken",
"Rond alle activiteiten af",
"Stop onmiddellijk alle acties",
"Stop alle lopende processen",
"Stop met alle acties",
"Stop alle huidige taken",
"Beëindig alle lopende acties",
"Annuleer alle lopende acties",
"Voltooi alle openstaande taken",
"Stop alle lopende processen",
"Stop alle lopende acties",
"Stop alle activiteiten"
],
"pause.intent": [
"(pauzeer|pauze)",
"pauzeer (liedje|nummer|track|video|media)"
Expand Down

0 comments on commit c9cd808

Please sign in to comment.