diff --git a/README.md b/README.md index bc29cc3b..824bcabb 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Rhino is the right choice if the domain of voice interactions is specific (limit ## Language Support -- Arabic, Dutch, English, Farsi, French, German, Hindi, Italian, Japanese, Korean, Mandarin, Polish, Portuguese, Russian, Spanish, Swedish, and Vietnamese. +- English, French, German, Italian, Japanese, Korean, Portuguese, and Spanish. - Support for [additional languages is available for commercial customers](https://picovoice.ai/consulting/) on a case-by-case basis. ## Performance @@ -319,7 +319,7 @@ pod install 3) Replace `let accessKey = "${YOUR_ACCESS_KEY_HERE}"` in the file [ContentView.swift](./demo/ios/RhinoDemo/ContentView.swift) with your `AccessKey`. -4) Go to `Product > Scheme` and select the scheme for the language you would like to demo (e.g. `arDemo` -> Arabic Demo, `deDemo` -> German Demo) +4) Go to `Product > Scheme` and select the scheme for the language you would like to demo (e.g. `esDemo` -> Spanish Demo, `deDemo` -> German Demo) 5) Run the demo with a simulator or connected iOS device. diff --git a/demo/ios/README.md b/demo/ios/README.md index a75565da..895b9a53 100644 --- a/demo/ios/README.md +++ b/demo/ios/README.md @@ -14,7 +14,7 @@ To run the application demo: 2. Replace `${YOUR_ACCESS_KEY_HERE}` in the file [ContentView.swift](./RhinoDemo/ContentView.swift) with your `AccessKey`. -3. Go to `Product > Scheme` and select the scheme for the language you would like to demo (e.g. `arDemo` -> Arabic Demo, `deDemo` -> German Demo) +3. Go to `Product > Scheme` and select the scheme for the language you would like to demo (e.g. `esDemo` -> Spanish Demo, `deDemo` -> German Demo) 4. Run the demo with a simulator or connected iOS device. diff --git a/lib/common/rhino_params_ar.pv b/lib/common/rhino_params_ar.pv deleted file mode 100644 index 5038dc8b..00000000 Binary files a/lib/common/rhino_params_ar.pv and /dev/null differ diff --git a/lib/common/rhino_params_fa.pv b/lib/common/rhino_params_fa.pv deleted file mode 100644 index 075c1197..00000000 Binary files a/lib/common/rhino_params_fa.pv and /dev/null differ diff --git a/lib/common/rhino_params_hi.pv b/lib/common/rhino_params_hi.pv deleted file mode 100644 index 7308c1a4..00000000 Binary files a/lib/common/rhino_params_hi.pv and /dev/null differ diff --git a/lib/common/rhino_params_nl.pv b/lib/common/rhino_params_nl.pv deleted file mode 100644 index d2a49143..00000000 Binary files a/lib/common/rhino_params_nl.pv and /dev/null differ diff --git a/lib/common/rhino_params_pl.pv b/lib/common/rhino_params_pl.pv deleted file mode 100644 index f5c5f05c..00000000 Binary files a/lib/common/rhino_params_pl.pv and /dev/null differ diff --git a/lib/common/rhino_params_ru.pv b/lib/common/rhino_params_ru.pv deleted file mode 100644 index d5204a36..00000000 Binary files a/lib/common/rhino_params_ru.pv and /dev/null differ diff --git a/lib/common/rhino_params_sv.pv b/lib/common/rhino_params_sv.pv deleted file mode 100644 index 30b1eccc..00000000 Binary files a/lib/common/rhino_params_sv.pv and /dev/null differ diff --git a/lib/common/rhino_params_vn.pv b/lib/common/rhino_params_vn.pv deleted file mode 100644 index dbbaaea3..00000000 Binary files a/lib/common/rhino_params_vn.pv and /dev/null differ diff --git a/lib/common/rhino_params_zh.pv b/lib/common/rhino_params_zh.pv deleted file mode 100644 index e065e9b8..00000000 Binary files a/lib/common/rhino_params_zh.pv and /dev/null differ diff --git a/resources/.test/test_data.json b/resources/.test/test_data.json index 6569a297..aec25a8c 100644 --- a/resources/.test/test_data.json +++ b/resources/.test/test_data.json @@ -1,16 +1,6 @@ { "tests": { "within_context": [ - { - "language": "ar", - "context_name": "simple_context_ar", - "inference": { - "intent": "shopping", - "slots": { - "vrucht": "خوخ" - } - } - }, { "language": "de", "context_name": "beleuchtung", @@ -44,16 +34,6 @@ } } }, - { - "language": "fa", - "context_name": "simple_context_fa", - "inference": { - "intent": "navigation", - "slots": { - "location": "آشپزخانه" - } - } - }, { "language": "fr", "context_name": "éclairage_intelligent", @@ -64,16 +44,6 @@ } } }, - { - "language": "hi", - "context_name": "simple_context_hi", - "inference": { - "intent": "shopping", - "slots": { - "vrucht": "रसभरी" - } - } - }, { "language": "it", "context_name": "illuminazione", @@ -104,26 +74,6 @@ } } }, - { - "language": "nl", - "context_name": "simple_context_nl", - "inference": { - "intent": "shopping", - "slots": { - "vrucht": "framboos" - } - } - }, - { - "language": "pl", - "context_name": "simple_context_pl", - "inference": { - "intent": "shopping", - "slots": { - "vrucht": "malina" - } - } - }, { "language": "pt", "context_name": "luz_inteligente", @@ -133,53 +83,9 @@ "lugar": "cozinha" } } - }, - { - "language": "ru", - "context_name": "simple_context_ru", - "inference": { - "intent": "shopping", - "slots": { - "фрукт": "картофель" - } - } - }, - { - "language": "sv", - "context_name": "simple_context_sv", - "inference": { - "intent": "shopping", - "slots": { - "vrucht": "blåbär" - } - } - }, - { - "language": "vn", - "context_name": "simple_context_vn", - "inference": { - "intent": "shopping", - "slots": { - "food": "trái dứa" - } - } - }, - { - "language": "zh", - "context_name": "simple_context_zh", - "inference": { - "intent": "shopping", - "slots": { - "vrucht": "香 蕉" - } - } } ], "out_of_context": [ - { - "language": "ar", - "context_name": "simple_context_ar" - }, { "language": "de", "context_name": "beleuchtung" @@ -192,18 +98,10 @@ "language": "es", "context_name": "iluminación_inteligente" }, - { - "language": "fa", - "context_name": "simple_context_fa" - }, { "language": "fr", "context_name": "éclairage_intelligent" }, - { - "language": "hi", - "context_name": "simple_context_hi" - }, { "language": "it", "context_name": "illuminazione" @@ -216,29 +114,9 @@ "language": "ko", "context_name": "seumateu_jomyeong" }, - { - "language": "pl", - "context_name": "simple_context_pl" - }, { "language": "pt", "context_name": "luz_inteligente" - }, - { - "language": "ru", - "context_name": "simple_context_ru" - }, - { - "language": "sv", - "context_name": "simple_context_sv" - }, - { - "language": "vn", - "context_name": "simple_context_vn" - }, - { - "language": "zh", - "context_name": "simple_context_zh" } ] } diff --git a/resources/audio_samples/test_out_of_context_ar.wav b/resources/audio_samples/test_out_of_context_ar.wav deleted file mode 100644 index fc7f767c..00000000 Binary files a/resources/audio_samples/test_out_of_context_ar.wav and /dev/null differ diff --git a/resources/audio_samples/test_out_of_context_fa.wav b/resources/audio_samples/test_out_of_context_fa.wav deleted file mode 100644 index b860a269..00000000 Binary files a/resources/audio_samples/test_out_of_context_fa.wav and /dev/null differ diff --git a/resources/audio_samples/test_out_of_context_hi.wav b/resources/audio_samples/test_out_of_context_hi.wav deleted file mode 100644 index ee661a15..00000000 Binary files a/resources/audio_samples/test_out_of_context_hi.wav and /dev/null differ diff --git a/resources/audio_samples/test_out_of_context_nl.wav b/resources/audio_samples/test_out_of_context_nl.wav deleted file mode 100644 index 53ab67e3..00000000 Binary files a/resources/audio_samples/test_out_of_context_nl.wav and /dev/null differ diff --git a/resources/audio_samples/test_out_of_context_pl.wav b/resources/audio_samples/test_out_of_context_pl.wav deleted file mode 100644 index bcac68ac..00000000 Binary files a/resources/audio_samples/test_out_of_context_pl.wav and /dev/null differ diff --git a/resources/audio_samples/test_out_of_context_ru.wav b/resources/audio_samples/test_out_of_context_ru.wav deleted file mode 100644 index 6fb1c5e8..00000000 Binary files a/resources/audio_samples/test_out_of_context_ru.wav and /dev/null differ diff --git a/resources/audio_samples/test_out_of_context_sv.wav b/resources/audio_samples/test_out_of_context_sv.wav deleted file mode 100644 index 3c627f88..00000000 Binary files a/resources/audio_samples/test_out_of_context_sv.wav and /dev/null differ diff --git a/resources/audio_samples/test_out_of_context_vn.wav b/resources/audio_samples/test_out_of_context_vn.wav deleted file mode 100644 index c78caf39..00000000 Binary files a/resources/audio_samples/test_out_of_context_vn.wav and /dev/null differ diff --git a/resources/audio_samples/test_out_of_context_zh.wav b/resources/audio_samples/test_out_of_context_zh.wav deleted file mode 100644 index 3ce516d0..00000000 Binary files a/resources/audio_samples/test_out_of_context_zh.wav and /dev/null differ diff --git a/resources/audio_samples/test_within_context_ar.wav b/resources/audio_samples/test_within_context_ar.wav deleted file mode 100644 index 609ffc87..00000000 Binary files a/resources/audio_samples/test_within_context_ar.wav and /dev/null differ diff --git a/resources/audio_samples/test_within_context_fa.wav b/resources/audio_samples/test_within_context_fa.wav deleted file mode 100644 index 6964c283..00000000 Binary files a/resources/audio_samples/test_within_context_fa.wav and /dev/null differ diff --git a/resources/audio_samples/test_within_context_hi.wav b/resources/audio_samples/test_within_context_hi.wav deleted file mode 100644 index f78fe0f9..00000000 Binary files a/resources/audio_samples/test_within_context_hi.wav and /dev/null differ diff --git a/resources/audio_samples/test_within_context_nl.wav b/resources/audio_samples/test_within_context_nl.wav deleted file mode 100644 index 72abf4c3..00000000 Binary files a/resources/audio_samples/test_within_context_nl.wav and /dev/null differ diff --git a/resources/audio_samples/test_within_context_pl.wav b/resources/audio_samples/test_within_context_pl.wav deleted file mode 100644 index 5fe1519f..00000000 Binary files a/resources/audio_samples/test_within_context_pl.wav and /dev/null differ diff --git a/resources/audio_samples/test_within_context_ru.wav b/resources/audio_samples/test_within_context_ru.wav deleted file mode 100644 index 7f0cd8ac..00000000 Binary files a/resources/audio_samples/test_within_context_ru.wav and /dev/null differ diff --git a/resources/audio_samples/test_within_context_sv.wav b/resources/audio_samples/test_within_context_sv.wav deleted file mode 100644 index 6100251a..00000000 Binary files a/resources/audio_samples/test_within_context_sv.wav and /dev/null differ diff --git a/resources/audio_samples/test_within_context_vn.wav b/resources/audio_samples/test_within_context_vn.wav deleted file mode 100644 index 45cec63c..00000000 Binary files a/resources/audio_samples/test_within_context_vn.wav and /dev/null differ diff --git a/resources/audio_samples/test_within_context_zh.wav b/resources/audio_samples/test_within_context_zh.wav deleted file mode 100644 index 55c17d99..00000000 Binary files a/resources/audio_samples/test_within_context_zh.wav and /dev/null differ diff --git a/resources/contexts_ar/android/simple_context_ar_android.rhn b/resources/contexts_ar/android/simple_context_ar_android.rhn deleted file mode 100644 index 581c467e..00000000 Binary files a/resources/contexts_ar/android/simple_context_ar_android.rhn and /dev/null differ diff --git a/resources/contexts_ar/cortexm/simple_context_ar_cortexm.rhn b/resources/contexts_ar/cortexm/simple_context_ar_cortexm.rhn deleted file mode 100644 index 532a5eab..00000000 Binary files a/resources/contexts_ar/cortexm/simple_context_ar_cortexm.rhn and /dev/null differ diff --git a/resources/contexts_ar/ios/simple_context_ar_ios.rhn b/resources/contexts_ar/ios/simple_context_ar_ios.rhn deleted file mode 100644 index 9f8ead4c..00000000 Binary files a/resources/contexts_ar/ios/simple_context_ar_ios.rhn and /dev/null differ diff --git a/resources/contexts_ar/linux/simple_context_ar_linux.rhn b/resources/contexts_ar/linux/simple_context_ar_linux.rhn deleted file mode 100644 index 1d01ea28..00000000 Binary files a/resources/contexts_ar/linux/simple_context_ar_linux.rhn and /dev/null differ diff --git a/resources/contexts_ar/mac/simple_context_ar_mac.rhn b/resources/contexts_ar/mac/simple_context_ar_mac.rhn deleted file mode 100644 index de2af8c5..00000000 --- a/resources/contexts_ar/mac/simple_context_ar_mac.rhn +++ /dev/null @@ -1,5 +0,0 @@ -FL#%*,k#Z':"[k4GjuSsOn7mU{ºWqw95B8T{se]/%P^`SUfmԈx>VV8j\Kݲ1e=+OtӲ߳E/%)d6nJ;6D ܢ+9B2!s;h.Gw s^I0 [n[C`@c44ch֟Kr]@M8}9 -!cEl?‹b_{ZiZAq*A G8^c%GLyfQIL 渨C;H ךœ/n,阁(+:qkk03J(_O)5n 08YG/ \ No newline at end of file diff --git a/resources/contexts_hi/android/simple_context_hi_android.rhn b/resources/contexts_hi/android/simple_context_hi_android.rhn deleted file mode 100644 index 69bc96cb..00000000 Binary files a/resources/contexts_hi/android/simple_context_hi_android.rhn and /dev/null differ diff --git a/resources/contexts_hi/cortexm/simple_context_hi_cortexm.rhn b/resources/contexts_hi/cortexm/simple_context_hi_cortexm.rhn deleted file mode 100644 index e5f5a68c..00000000 Binary files a/resources/contexts_hi/cortexm/simple_context_hi_cortexm.rhn and /dev/null differ diff --git a/resources/contexts_hi/ios/simple_context_hi_ios.rhn b/resources/contexts_hi/ios/simple_context_hi_ios.rhn deleted file mode 100644 index d0ec7ac1..00000000 Binary files a/resources/contexts_hi/ios/simple_context_hi_ios.rhn and /dev/null differ diff --git a/resources/contexts_hi/linux/simple_context_hi_linux.rhn b/resources/contexts_hi/linux/simple_context_hi_linux.rhn deleted file mode 100644 index b026e8f3..00000000 Binary files a/resources/contexts_hi/linux/simple_context_hi_linux.rhn and /dev/null differ diff --git a/resources/contexts_hi/mac/simple_context_hi_mac.rhn b/resources/contexts_hi/mac/simple_context_hi_mac.rhn deleted file mode 100644 index 464851fc..00000000 Binary files a/resources/contexts_hi/mac/simple_context_hi_mac.rhn and /dev/null differ diff --git a/resources/contexts_hi/raspberry-pi/simple_context_hi_raspberry-pi.rhn b/resources/contexts_hi/raspberry-pi/simple_context_hi_raspberry-pi.rhn deleted file mode 100644 index 9afc7852..00000000 Binary files a/resources/contexts_hi/raspberry-pi/simple_context_hi_raspberry-pi.rhn and /dev/null differ diff --git a/resources/contexts_hi/wasm/simple_context_hi_wasm.rhn b/resources/contexts_hi/wasm/simple_context_hi_wasm.rhn deleted file mode 100644 index 01e50fe9..00000000 Binary files a/resources/contexts_hi/wasm/simple_context_hi_wasm.rhn and /dev/null differ diff --git a/resources/contexts_hi/windows/simple_context_hi_windows.rhn b/resources/contexts_hi/windows/simple_context_hi_windows.rhn deleted file mode 100644 index 13a5e03a..00000000 Binary files a/resources/contexts_hi/windows/simple_context_hi_windows.rhn and /dev/null differ diff --git a/resources/contexts_nl/android/simple_context_nl_android.rhn b/resources/contexts_nl/android/simple_context_nl_android.rhn deleted file mode 100644 index 68055814..00000000 Binary files a/resources/contexts_nl/android/simple_context_nl_android.rhn and /dev/null differ diff --git a/resources/contexts_nl/cortexm/simple_context_nl_cortexm.rhn b/resources/contexts_nl/cortexm/simple_context_nl_cortexm.rhn deleted file mode 100644 index 9bfdb907..00000000 Binary files a/resources/contexts_nl/cortexm/simple_context_nl_cortexm.rhn and /dev/null differ diff --git a/resources/contexts_nl/ios/simple_context_nl_ios.rhn b/resources/contexts_nl/ios/simple_context_nl_ios.rhn deleted file mode 100644 index 073e5398..00000000 Binary files a/resources/contexts_nl/ios/simple_context_nl_ios.rhn and /dev/null differ diff --git a/resources/contexts_nl/linux/simple_context_nl_linux.rhn b/resources/contexts_nl/linux/simple_context_nl_linux.rhn deleted file mode 100644 index 676f8f60..00000000 --- a/resources/contexts_nl/linux/simple_context_nl_linux.rhn +++ /dev/null @@ -1,3 +0,0 @@ -bIl6/fi4h\ﯖHH95ncA6I!_g$-R5>LЌ$͎ly3gYQ;վSNP3**\P7>:ˢ])ixlR0E%qܻ -$sD0K3mQ`wi>ɢ]6ΪG|gF(1/{ͧ2QuX*G=MLDů b (rӏ{C3*5yxw]Y}$s;nxҢ`-fԗBZnz+SZ2Pl 3W*Ugz B4tPfى=7Ƈ9(wM;?M#WtY/1 .4P'hAOV^dWj9ՄYo |9 ֌RK͕09XۡSE!ܓl!MoԊ@QhCu'*=ތ`p \ No newline at end of file diff --git a/resources/contexts_nl/mac/simple_context_nl_mac.rhn b/resources/contexts_nl/mac/simple_context_nl_mac.rhn deleted file mode 100644 index 5b040215..00000000 Binary files a/resources/contexts_nl/mac/simple_context_nl_mac.rhn and /dev/null differ diff --git a/resources/contexts_nl/raspberry-pi/simple_context_nl_raspberry-pi.rhn b/resources/contexts_nl/raspberry-pi/simple_context_nl_raspberry-pi.rhn deleted file mode 100644 index 98b07bf7..00000000 Binary files a/resources/contexts_nl/raspberry-pi/simple_context_nl_raspberry-pi.rhn and /dev/null differ diff --git a/resources/contexts_nl/wasm/simple_context_nl_wasm.rhn b/resources/contexts_nl/wasm/simple_context_nl_wasm.rhn deleted file mode 100644 index c2f2bf80..00000000 Binary files a/resources/contexts_nl/wasm/simple_context_nl_wasm.rhn and /dev/null differ diff --git a/resources/contexts_nl/windows/simple_context_nl_windows.rhn b/resources/contexts_nl/windows/simple_context_nl_windows.rhn deleted file mode 100644 index eb764f87..00000000 Binary files a/resources/contexts_nl/windows/simple_context_nl_windows.rhn and /dev/null differ diff --git a/resources/contexts_pl/android/simple_context_pl_android.rhn b/resources/contexts_pl/android/simple_context_pl_android.rhn deleted file mode 100644 index 20340f77..00000000 --- a/resources/contexts_pl/android/simple_context_pl_android.rhn +++ /dev/null @@ -1,5 +0,0 @@ -KmņQH.PR38{&vt=/nHd`:d-}Woo?-JAy{Vesd,t[. F~8ėCHPGpORWV@`?ʹ e0.߿q -z񳝽Q -ہGU꿋~~7׎'sVD@@ -I^|O7Yj?cx }([R?En%=5L\-&)Ib]j}%;Ј88NN(D nZm3y1i+p -d#i|16bͪY"Z2JlNFr s p$rV^8t?ajRȍ4S%ѷ]cB:5"a1JmO"KVH&Y1s?8=ϫ w*`WذuF:qLv,u+Mu _xj&X (.zpn[]O,پnՔ惚<^.2ثr(d`yE9QB[N2IP-<1;8h(&S[{I -J0,IH'?풡9sB];Kũj! rQhgL^1 -mt -aᏞ]b8:{Y$vBrk2CڷlY$VP(is`#9Uti -8yAu-.O(_UHϻ5Y. o \ No newline at end of file diff --git a/resources/contexts_ru/android/simple_context_ru_android.rhn b/resources/contexts_ru/android/simple_context_ru_android.rhn deleted file mode 100644 index b7b12301..00000000 Binary files a/resources/contexts_ru/android/simple_context_ru_android.rhn and /dev/null differ diff --git a/resources/contexts_ru/cortexm/simple_context_ru_cortexm.rhn b/resources/contexts_ru/cortexm/simple_context_ru_cortexm.rhn deleted file mode 100644 index 7f57466d..00000000 Binary files a/resources/contexts_ru/cortexm/simple_context_ru_cortexm.rhn and /dev/null differ diff --git a/resources/contexts_ru/ios/simple_context_ru_ios.rhn b/resources/contexts_ru/ios/simple_context_ru_ios.rhn deleted file mode 100644 index 71cfbd59..00000000 Binary files a/resources/contexts_ru/ios/simple_context_ru_ios.rhn and /dev/null differ diff --git a/resources/contexts_ru/linux/simple_context_ru_linux.rhn b/resources/contexts_ru/linux/simple_context_ru_linux.rhn deleted file mode 100644 index d27396c2..00000000 Binary files a/resources/contexts_ru/linux/simple_context_ru_linux.rhn and /dev/null differ diff --git a/resources/contexts_ru/mac/simple_context_ru_mac.rhn b/resources/contexts_ru/mac/simple_context_ru_mac.rhn deleted file mode 100644 index 1453d314..00000000 Binary files a/resources/contexts_ru/mac/simple_context_ru_mac.rhn and /dev/null differ diff --git a/resources/contexts_ru/raspberry-pi/simple_context_ru_raspberry-pi.rhn b/resources/contexts_ru/raspberry-pi/simple_context_ru_raspberry-pi.rhn deleted file mode 100644 index 179b457f..00000000 Binary files a/resources/contexts_ru/raspberry-pi/simple_context_ru_raspberry-pi.rhn and /dev/null differ diff --git a/resources/contexts_ru/wasm/simple_context_ru_wasm.rhn b/resources/contexts_ru/wasm/simple_context_ru_wasm.rhn deleted file mode 100644 index 7c80e021..00000000 Binary files a/resources/contexts_ru/wasm/simple_context_ru_wasm.rhn and /dev/null differ diff --git a/resources/contexts_ru/windows/simple_context_ru_windows.rhn b/resources/contexts_ru/windows/simple_context_ru_windows.rhn deleted file mode 100644 index 60ca154f..00000000 Binary files a/resources/contexts_ru/windows/simple_context_ru_windows.rhn and /dev/null differ diff --git a/resources/contexts_sv/android/simple_context_sv_android.rhn b/resources/contexts_sv/android/simple_context_sv_android.rhn deleted file mode 100644 index 688cdfe6..00000000 Binary files a/resources/contexts_sv/android/simple_context_sv_android.rhn and /dev/null differ diff --git a/resources/contexts_sv/cortexm/simple_context_sv_cortexm.rhn b/resources/contexts_sv/cortexm/simple_context_sv_cortexm.rhn deleted file mode 100644 index 114b26d7..00000000 Binary files a/resources/contexts_sv/cortexm/simple_context_sv_cortexm.rhn and /dev/null differ diff --git a/resources/contexts_sv/ios/simple_context_sv_ios.rhn b/resources/contexts_sv/ios/simple_context_sv_ios.rhn deleted file mode 100644 index bf0483a9..00000000 Binary files a/resources/contexts_sv/ios/simple_context_sv_ios.rhn and /dev/null differ diff --git a/resources/contexts_sv/linux/simple_context_sv_linux.rhn b/resources/contexts_sv/linux/simple_context_sv_linux.rhn deleted file mode 100644 index 625bf827..00000000 Binary files a/resources/contexts_sv/linux/simple_context_sv_linux.rhn and /dev/null differ diff --git a/resources/contexts_sv/mac/simple_context_sv_mac.rhn b/resources/contexts_sv/mac/simple_context_sv_mac.rhn deleted file mode 100644 index 3a860cff..00000000 Binary files a/resources/contexts_sv/mac/simple_context_sv_mac.rhn and /dev/null differ diff --git a/resources/contexts_sv/raspberry-pi/simple_context_sv_raspberry-pi.rhn b/resources/contexts_sv/raspberry-pi/simple_context_sv_raspberry-pi.rhn deleted file mode 100644 index c038c143..00000000 Binary files a/resources/contexts_sv/raspberry-pi/simple_context_sv_raspberry-pi.rhn and /dev/null differ diff --git a/resources/contexts_sv/wasm/simple_context_sv_wasm.rhn b/resources/contexts_sv/wasm/simple_context_sv_wasm.rhn deleted file mode 100644 index f3d69fd6..00000000 Binary files a/resources/contexts_sv/wasm/simple_context_sv_wasm.rhn and /dev/null differ diff --git a/resources/contexts_sv/windows/simple_context_sv_windows.rhn b/resources/contexts_sv/windows/simple_context_sv_windows.rhn deleted file mode 100644 index 812b6ad8..00000000 Binary files a/resources/contexts_sv/windows/simple_context_sv_windows.rhn and /dev/null differ diff --git a/resources/contexts_vn/android/simple_context_vn_android.rhn b/resources/contexts_vn/android/simple_context_vn_android.rhn deleted file mode 100644 index 949127eb..00000000 Binary files a/resources/contexts_vn/android/simple_context_vn_android.rhn and /dev/null differ diff --git a/resources/contexts_vn/cortexm/simple_context_vn_cortexm.rhn b/resources/contexts_vn/cortexm/simple_context_vn_cortexm.rhn deleted file mode 100644 index 7c37c16a..00000000 Binary files a/resources/contexts_vn/cortexm/simple_context_vn_cortexm.rhn and /dev/null differ diff --git a/resources/contexts_vn/ios/simple_context_vn_ios.rhn b/resources/contexts_vn/ios/simple_context_vn_ios.rhn deleted file mode 100644 index 9de5eae2..00000000 Binary files a/resources/contexts_vn/ios/simple_context_vn_ios.rhn and /dev/null differ diff --git a/resources/contexts_vn/linux/simple_context_vn_linux.rhn b/resources/contexts_vn/linux/simple_context_vn_linux.rhn deleted file mode 100644 index 96a795ab..00000000 Binary files a/resources/contexts_vn/linux/simple_context_vn_linux.rhn and /dev/null differ diff --git a/resources/contexts_vn/mac/simple_context_vn_mac.rhn b/resources/contexts_vn/mac/simple_context_vn_mac.rhn deleted file mode 100644 index d79ba7de..00000000 Binary files a/resources/contexts_vn/mac/simple_context_vn_mac.rhn and /dev/null differ diff --git a/resources/contexts_vn/raspberry-pi/simple_context_vn_raspberry-pi.rhn b/resources/contexts_vn/raspberry-pi/simple_context_vn_raspberry-pi.rhn deleted file mode 100644 index bd31e1fd..00000000 Binary files a/resources/contexts_vn/raspberry-pi/simple_context_vn_raspberry-pi.rhn and /dev/null differ diff --git a/resources/contexts_vn/wasm/simple_context_vn_wasm.rhn b/resources/contexts_vn/wasm/simple_context_vn_wasm.rhn deleted file mode 100644 index 2168c79f..00000000 Binary files a/resources/contexts_vn/wasm/simple_context_vn_wasm.rhn and /dev/null differ diff --git a/resources/contexts_vn/windows/simple_context_vn_windows.rhn b/resources/contexts_vn/windows/simple_context_vn_windows.rhn deleted file mode 100644 index fdd21b82..00000000 Binary files a/resources/contexts_vn/windows/simple_context_vn_windows.rhn and /dev/null differ diff --git a/resources/contexts_zh/android/simple_context_zh_android.rhn b/resources/contexts_zh/android/simple_context_zh_android.rhn deleted file mode 100644 index 54fe10cb..00000000 Binary files a/resources/contexts_zh/android/simple_context_zh_android.rhn and /dev/null differ diff --git a/resources/contexts_zh/cortexm/simple_context_zh_cortexm.rhn b/resources/contexts_zh/cortexm/simple_context_zh_cortexm.rhn deleted file mode 100644 index e1623772..00000000 Binary files a/resources/contexts_zh/cortexm/simple_context_zh_cortexm.rhn and /dev/null differ diff --git a/resources/contexts_zh/ios/simple_context_zh_ios.rhn b/resources/contexts_zh/ios/simple_context_zh_ios.rhn deleted file mode 100644 index dedb607d..00000000 Binary files a/resources/contexts_zh/ios/simple_context_zh_ios.rhn and /dev/null differ diff --git a/resources/contexts_zh/linux/simple_context_zh_linux.rhn b/resources/contexts_zh/linux/simple_context_zh_linux.rhn deleted file mode 100644 index c811e27e..00000000 Binary files a/resources/contexts_zh/linux/simple_context_zh_linux.rhn and /dev/null differ diff --git a/resources/contexts_zh/mac/simple_context_zh_mac.rhn b/resources/contexts_zh/mac/simple_context_zh_mac.rhn deleted file mode 100644 index 3c0d9322..00000000 Binary files a/resources/contexts_zh/mac/simple_context_zh_mac.rhn and /dev/null differ diff --git a/resources/contexts_zh/raspberry-pi/simple_context_zh_raspberry-pi.rhn b/resources/contexts_zh/raspberry-pi/simple_context_zh_raspberry-pi.rhn deleted file mode 100644 index 8b0754c9..00000000 --- a/resources/contexts_zh/raspberry-pi/simple_context_zh_raspberry-pi.rhn +++ /dev/null @@ -1,5 +0,0 @@ -tr5BnsDEsN} ɡ2yIKE|_Eip8}zgЭcRf !@ 6[] &jl?>*W=>ҝh(b0@uxPxJ  V61Mbm!r姈}V}Oս|*$3p #ĬC^p a*I@Gfc& -Qy*X -%-kg0o# r +v-|t=_;.4Z=w(|xviձ/:r@Jjl#K#u(dO؝efc'Dnt&!buV3'2[0sKJ?NJĬ+ˡػ=(gO͒ -#/>kibUD׉NXӵͷOG\>!:RMΚMŀ.ER \Тr9+M QA+&WҗőgI5?j#/Ӽߊ*֏SgQ?τ'@2 |7 8DLu4Ƿ` LxU查?sR.MG̹LKpKe0H9n,CevهVz'(Y` ⰓeݴB/Fh7Ph:LЁt럟_GfQz2'ф>M3;O#ǗZ.GЏbÚP-:[DlE,`-Cze{-::*w2 -rzYjoF$D2ͥΤ2$ׁ>\OLXOE?1|h Pzb.nDp/ZubV{}7.n6K_UČVKi~{W]>K&G߾!"KK6R1z1%`D^ \ No newline at end of file diff --git a/resources/contexts_zh/wasm/simple_context_zh_wasm.rhn b/resources/contexts_zh/wasm/simple_context_zh_wasm.rhn deleted file mode 100644 index 91bfb8cd..00000000 Binary files a/resources/contexts_zh/wasm/simple_context_zh_wasm.rhn and /dev/null differ diff --git a/resources/contexts_zh/windows/simple_context_zh_windows.rhn b/resources/contexts_zh/windows/simple_context_zh_windows.rhn deleted file mode 100644 index 2fae11f6..00000000 Binary files a/resources/contexts_zh/windows/simple_context_zh_windows.rhn and /dev/null differ