From 59112c1d127ba24a0234c56c5b4b908201c7684d Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Aug 2025 15:37:35 -0700 Subject: [PATCH 1/9] Refactor into `neon_skill_weather` package --- .github/workflows/skill_tests.yml | 8 +- LICENSE | 202 ----------------- __init__.py => neon_skill_weather/__init__.py | 29 +-- {skill => neon_skill_weather}/api.py | 0 {skill => neon_skill_weather}/config.py | 0 {skill => neon_skill_weather}/dialog.py | 0 {skill => neon_skill_weather}/intent.py | 0 .../locale}/ca-es/dialog/and.dialog | 0 .../ca-es/dialog/condition/clear sky.dialog | 0 .../ca-es/dialog/condition/clear.dialog | 0 .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../ca-es/dialog/condition/rain.dialog | 0 .../ca-es/dialog/condition/snow.dialog | 0 .../dialog/condition/thunderstorm.dialog | 0 .../current-condition-expected-local.dialog | 0 ...current-condition-expected-location.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current-temperature-high-local.dialog | 0 .../current-temperature-high-location.dialog | 0 .../current-temperature-high-low.dialog | 0 .../current/current-temperature-local.dialog | 0 .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 0 .../current-temperature-low-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 0 .../current-wind-light-location.dialog | 0 .../current-wind-moderate-local.dialog | 0 .../current-wind-moderate-location.dialog | 0 .../current/current-wind-strong-local.dialog | 0 .../current-wind-strong-location.dialog | 0 .../daily-condition-expected-local.dialog | 0 .../daily-condition-expected-location.dialog | 0 .../daily/daily-temperature-high-local.dialog | 0 .../daily-temperature-high-location.dialog | 0 .../daily/daily-temperature-local.dialog | 0 .../daily/daily-temperature-location.dialog | 0 .../daily/daily-temperature-low-local.dialog | 0 .../daily-temperature-low-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../daily/daily-wind-light-loaction.dialog | 0 .../daily/daily-wind-light-local.dialog | 0 .../daily/daily-wind-moderate-local.dialog | 0 .../daily/daily-wind-moderate-location.dialog | 0 .../daily/daily-wind-strong-local.dialog | 0 .../daily/daily-wind-strong-location.dialog | 0 .../ca-es/dialog/direction/east.dialog | 0 .../ca-es/dialog/direction/north.dialog | 0 .../ca-es/dialog/direction/northeast.dialog | 0 .../ca-es/dialog/direction/northwest.dialog | 0 .../ca-es/dialog/direction/south.dialog | 0 .../ca-es/dialog/direction/southeast.dialog | 0 .../ca-es/dialog/direction/southwest.dialog | 0 .../ca-es/dialog/direction/west.dialog | 0 .../dialog/error/cant-get-forecast.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../ca-es/dialog/error/no-forecast.dialog | 0 .../hourly-condition-alternative-local.dialog | 0 ...urly-condition-alternative-location.dialog | 0 .../hourly-condition-expected-local.dialog | 0 .../hourly-condition-expected-location.dialog | 0 ...hourly-condition-not-expected-local.dialog | 0 ...rly-condition-not-expected-location.dialog | 0 .../hourly/hourly-temperature-local.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../ca-es/dialog/percentage-number.dialog | 0 .../locale}/ca-es/dialog/unit/celsius.dialog | 0 .../ca-es/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../ca-es/dialog/unit/miles per hour.dialog | 0 .../dialog/weekly/weekly-temperature.dialog | 0 .../locale}/ca-es/regex/location.rx | 0 .../ca-es/vocabulary/condition/clear.voc | 0 .../ca-es/vocabulary/condition/clouds.voc | 0 .../condition/do.i.need.an.umbrella.intent | 0 .../ca-es/vocabulary/condition/fog.voc | 0 .../ca-es/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../ca-es/vocabulary/condition/rain.voc | 0 .../ca-es/vocabulary/condition/snow.voc | 0 .../vocabulary/condition/thunderstorm.voc | 0 .../ca-es/vocabulary/condition/windy.voc | 0 .../ca-es/vocabulary/date-time/couple.voc | 0 .../ca-es/vocabulary/date-time/later.voc | 0 .../ca-es/vocabulary/date-time/next.voc | 0 .../ca-es/vocabulary/date-time/now.voc | 0 .../vocabulary/date-time/relative-day.voc | 0 .../vocabulary/date-time/relative-time.voc | 0 .../ca-es/vocabulary/date-time/today.voc | 0 .../ca-es/vocabulary/date-time/week.voc | 0 .../ca-es/vocabulary/date-time/weekend.voc | 0 .../locale}/ca-es/vocabulary/forecast.voc | 0 .../locale}/ca-es/vocabulary/location.voc | 0 .../query/confirm-query-current.voc | 0 .../vocabulary/query/confirm-query-future.voc | 0 .../ca-es/vocabulary/query/confirm-query.voc | 0 .../locale}/ca-es/vocabulary/query/how.voc | 0 .../locale}/ca-es/vocabulary/query/query.voc | 0 .../locale}/ca-es/vocabulary/query/when.voc | 0 .../locale}/ca-es/vocabulary/sunrise.voc | 0 .../locale}/ca-es/vocabulary/sunset.voc | 0 .../ca-es/vocabulary/temperature/cold.voc | 0 .../ca-es/vocabulary/temperature/high.voc | 0 .../ca-es/vocabulary/temperature/hot.voc | 0 .../ca-es/vocabulary/temperature/low.voc | 0 .../vocabulary/temperature/temperature.voc | 0 .../ca-es/vocabulary/unit/fahrenheit.voc | 0 .../locale}/ca-es/vocabulary/unit/unit.entity | 0 .../locale}/ca-es/vocabulary/unit/unit.voc | 0 .../locale}/ca-es/vocabulary/weather.voc | 0 .../locale}/da-dk/dialog/and.dialog | 0 .../da-dk/dialog/condition/clear sky.dialog | 0 .../da-dk/dialog/condition/clear.dialog | 0 .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../da-dk/dialog/condition/rain.dialog | 0 .../da-dk/dialog/condition/snow.dialog | 0 .../dialog/condition/thunderstorm.dialog | 0 .../current-condition-expected-local.dialog | 0 ...current-condition-expected-location.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current-temperature-high-local.dialog | 0 .../current-temperature-high-location.dialog | 0 .../current-temperature-high-low.dialog | 0 .../current/current-temperature-local.dialog | 0 .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 0 .../current-temperature-low-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 0 .../current-wind-light-location.dialog | 0 .../current-wind-moderate-local.dialog | 0 .../current-wind-moderate-location.dialog | 0 .../current/current-wind-strong-local.dialog | 0 .../current-wind-strong-location.dialog | 0 .../daily-condition-expected-local.dialog | 0 .../daily-condition-expected-location.dialog | 0 .../daily/daily-temperature-high-local.dialog | 0 .../daily-temperature-high-location.dialog | 0 .../daily/daily-temperature-local.dialog | 0 .../daily/daily-temperature-location.dialog | 0 .../daily/daily-temperature-low-local.dialog | 0 .../daily-temperature-low-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../daily/daily-wind-light-local.dialog | 0 .../daily/daily-wind-light-location.dialog | 0 .../daily/daily-wind-moderate-local.dialog | 0 .../daily/daily-wind-moderate-location.dialog | 0 .../daily/daily-wind-strong-local.dialog | 0 .../daily/daily-wind-strong-location.dialog | 0 .../da-dk/dialog/direction/east.dialog | 0 .../da-dk/dialog/direction/north.dialog | 0 .../da-dk/dialog/direction/northeast.dialog | 0 .../da-dk/dialog/direction/northwest.dialog | 0 .../da-dk/dialog/direction/south.dialog | 0 .../da-dk/dialog/direction/southeast.dialog | 0 .../da-dk/dialog/direction/southwest.dialog | 0 .../da-dk/dialog/direction/west.dialog | 0 .../dialog/error/cant-get-forecast.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../da-dk/dialog/error/no-forecast.dialog | 0 .../hourly-condition-alternative-local.dialog | 0 ...urly-condition-alternative-location.dialog | 0 .../hourly-condition-expected-local.dialog | 0 .../hourly-condition-expected-location.dialog | 0 ...hourly-condition-not-expected-local.dialog | 0 ...rly-condition-not-expected-location.dialog | 0 .../hourly/hourly-temperature-local.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../da-dk/dialog/percentage-number.dialog | 0 .../locale}/da-dk/dialog/unit/celsius.dialog | 0 .../da-dk/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../da-dk/dialog/unit/miles per hour.dialog | 0 .../dialog/weekly/weekly-temperature.dialog | 0 .../locale}/da-dk/regex/location.rx | 0 .../da-dk/vocabulary/condition/clear.voc | 0 .../da-dk/vocabulary/condition/clouds.voc | 0 .../condition/do-i-need-an-umbrella-intent | 0 .../da-dk/vocabulary/condition/fog.voc | 0 .../da-dk/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../da-dk/vocabulary/condition/rain.voc | 0 .../da-dk/vocabulary/condition/snow.voc | 0 .../vocabulary/condition/thunderstorm.voc | 0 .../da-dk/vocabulary/condition/windy.voc | 0 .../da-dk/vocabulary/date-time/couple.voc | 0 .../da-dk/vocabulary/date-time/later.voc | 0 .../da-dk/vocabulary/date-time/next.voc | 0 .../da-dk/vocabulary/date-time/now.voc | 0 .../vocabulary/date-time/relative-day.voc | 0 .../vocabulary/date-time/relative-time.voc | 0 .../da-dk/vocabulary/date-time/today.voc | 0 .../da-dk/vocabulary/date-time/week.voc | 0 .../da-dk/vocabulary/date-time/weekend.voc | 0 .../locale}/da-dk/vocabulary/forecast.voc | 0 .../locale}/da-dk/vocabulary/location.voc | 0 .../query/confirm-query-current.voc | 0 .../vocabulary/query/confirm-query-future.voc | 0 .../da-dk/vocabulary/query/confirm-query.voc | 0 .../locale}/da-dk/vocabulary/query/how.voc | 0 .../locale}/da-dk/vocabulary/query/query.voc | 0 .../locale}/da-dk/vocabulary/query/when.voc | 0 .../locale}/da-dk/vocabulary/sunrise.voc | 0 .../locale}/da-dk/vocabulary/sunset.voc | 0 .../da-dk/vocabulary/temperature/cold.voc | 0 .../da-dk/vocabulary/temperature/high.voc | 0 .../da-dk/vocabulary/temperature/hot.voc | 0 .../da-dk/vocabulary/temperature/low.voc | 0 .../vocabulary/temperature/temperature.voc | 0 .../da-dk/vocabulary/unit/fahrenheit.voc | 0 .../locale}/da-dk/vocabulary/unit/unit.entity | 0 .../locale}/da-dk/vocabulary/unit/unit.voc | 0 .../locale}/da-dk/vocabulary/weather.voc | 0 .../locale}/de-de/dialog/and.dialog | 4 +- .../de-de/dialog/condition/clear sky.dialog | 0 .../de-de/dialog/condition/clear-sky.dialog | 4 +- .../de-de/dialog/condition/clear.dialog | 4 +- .../de-de/dialog/condition/clouds.dialog | 4 +- .../de-de/dialog/condition/humidity.dialog | 4 +- .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../de-de/dialog/condition/rain.dialog | 4 +- .../de-de/dialog/condition/snow.dialog | 4 +- .../dialog/condition/thunderstorm.dialog | 8 +- .../current-condition-expected-local.dialog | 8 +- ...current-condition-expected-location.dialog | 10 +- ...urrent-condition-not-expected-local.dialog | 8 +- ...ent-condition-not-expected-location.dialog | 6 +- .../current/current-humidity-local.dialog | 8 +- .../current/current-humidity-location.dialog | 4 +- .../current-sunrise-future-local.dialog | 6 +- .../current-sunrise-future-location.dialog | 6 +- .../current/current-sunrise-past-local.dialog | 6 +- .../current-sunrise-past-location.dialog | 6 +- .../current-sunset-future-local.dialog | 6 +- .../current-sunset-future-location.dialog | 8 +- .../current/current-sunset-past-local.dialog | 8 +- .../current-sunset-past-location.dialog | 8 +- .../current-temperature-high-local.dialog | 8 +- .../current-temperature-high-location.dialog | 8 +- .../current-temperature-high-low.dialog | 4 +- .../current/current-temperature-local.dialog | 8 +- .../current-temperature-location.dialog | 8 +- .../current-temperature-low-local.dialog | 8 +- .../current-temperature-low-location.dialog | 6 +- .../current/current-weather-local.dialog | 8 +- .../current/current-weather-location.dialog | 8 +- .../current/current-wind-light-local.dialog | 6 +- .../current-wind-light-location.dialog | 6 +- .../current-wind-moderate-local.dialog | 6 +- .../current-wind-moderate-location.dialog | 6 +- .../current/current-wind-strong-local.dialog | 8 +- .../current-wind-strong-location.dialog | 8 +- .../currrent-clouds-alternative-local.dialog | 8 +- .../daily-condition-expected-local.dialog | 6 +- .../daily-condition-expected-location.dialog | 6 +- .../daily-condition-not-expected-local.dialog | 6 +- ...ily-condition-not-expected-location.dialog | 6 +- .../dialog/daily/daily-humidity-local.dialog | 6 +- .../daily/daily-humidity-location.dialog | 6 +- .../daily-precipitation-next-local.dialog | 6 +- .../daily-precipitation-next-location.dialog | 6 +- ...daily-precipitation-next-none-local.dialog | 6 +- ...ly-precipitation-next-none-location.dialog | 6 +- .../dialog/daily/daily-sunrise-local.dialog | 8 +- .../daily/daily-sunrise-location.dialog | 8 +- .../dialog/daily/daily-sunset-local.dialog | 8 +- .../dialog/daily/daily-sunset-location.dialog | 8 +- .../daily/daily-temperature-high-local.dialog | 6 +- .../daily-temperature-high-location.dialog | 6 +- .../daily/daily-temperature-local.dialog | 6 +- .../daily/daily-temperature-location.dialog | 6 +- .../daily/daily-temperature-low-local.dialog | 6 +- .../daily-temperature-low-location.dialog | 6 +- .../dialog/daily/daily-weather-local.dialog | 12 +- .../daily/daily-weather-location.dialog | 8 +- .../daily/daily-wind-light-local.dialog | 6 +- .../daily/daily-wind-light-location.dialog | 6 +- .../daily/daily-wind-moderate-local.dialog | 8 +- .../daily/daily-wind-moderate-location.dialog | 8 +- .../daily/daily-wind-strong-local.dialog | 6 +- .../daily/daily-wind-strong-location.dialog | 6 +- .../de-de/dialog/direction/east.dialog | 4 +- .../de-de/dialog/direction/north.dialog | 4 +- .../de-de/dialog/direction/northeast.dialog | 4 +- .../de-de/dialog/direction/northwest.dialog | 4 +- .../de-de/dialog/direction/south.dialog | 4 +- .../de-de/dialog/direction/southeast.dialog | 4 +- .../de-de/dialog/direction/southwest.dialog | 4 +- .../de-de/dialog/direction/west.dialog | 4 +- .../dialog/error/cant-get-forecast.dialog | 80 +++---- .../error/forty-eight-hours-available.dialog | 4 +- .../dialog/error/location-not-found.dialog | 6 +- .../de-de/dialog/error/no-forecast.dialog | 6 +- .../dialog/error/seven-days-available.dialog | 6 +- .../hourly-condition-alternative-local.dialog | 0 ...urly-condition-alternative-location.dialog | 0 .../hourly-condition-expected-local.dialog | 4 +- .../hourly-condition-expected-location.dialog | 4 +- ...hourly-condition-not-expected-local.dialog | 0 ...rly-condition-not-expected-location.dialog | 0 .../hourly-precipitation-next-local.dialog | 6 +- .../hourly-precipitation-next-location.dialog | 6 +- .../hourly/hourly-temperature-local.dialog | 6 +- .../hourly/hourly-temperature-location.dialog | 6 +- .../dialog/hourly/hourly-weather-local.dialog | 10 +- .../hourly/hourly-weather-location.dialog | 10 +- .../de-de/dialog/percentage-number.dialog | 4 +- .../locale}/de-de/dialog/unit/celsius.dialog | 4 +- .../de-de/dialog/unit/fahrenheit.dialog | 4 +- .../dialog/unit/meters per second.dialog | 4 +- .../de-de/dialog/unit/miles per hour.dialog | 4 +- .../dialog/weekly/weekly-condition.dialog | 6 +- .../dialog/weekly/weekly-temperature.dialog | 4 +- .../locale}/de-de/regex/location.rx | 2 +- .../de-de/vocabulary/condition/clear.voc | 12 +- .../de-de/vocabulary/condition/clouds.voc | 12 +- .../condition/do-i-need-an-umbrella.intent | 10 +- .../condition/do.i.need.an.umbrella.intent | 0 .../de-de/vocabulary/condition/fog.voc | 6 +- .../de-de/vocabulary/condition/humidity.voc | 8 +- .../vocabulary/condition/precipitation.voc | 14 +- .../de-de/vocabulary/condition/rain.voc | 12 +- .../de-de/vocabulary/condition/snow.voc | 10 +- .../vocabulary/condition/thunderstorm.voc | 8 +- .../de-de/vocabulary/condition/windy.voc | 16 +- .../de-de/vocabulary/date-time/couple.voc | 4 +- .../de-de/vocabulary/date-time/few.voc | 4 +- .../de-de/vocabulary/date-time/later.voc | 14 +- .../de-de/vocabulary/date-time/next.voc | 6 +- .../de-de/vocabulary/date-time/now.voc | 6 +- .../vocabulary/date-time/number-days.voc | 66 +++--- .../vocabulary/date-time/relative-day.voc | 38 ++-- .../vocabulary/date-time/relative-time.voc | 14 +- .../de-de/vocabulary/date-time/today.voc | 6 +- .../de-de/vocabulary/date-time/week.voc | 6 +- .../de-de/vocabulary/date-time/weekend.voc | 4 +- .../locale}/de-de/vocabulary/forecast.voc | 4 +- .../locale}/de-de/vocabulary/like.voc | 4 +- .../locale}/de-de/vocabulary/location.voc | 32 +-- .../locale}/de-de/vocabulary/outside.voc | 6 +- .../query/confirm-query-current.voc | 6 +- .../vocabulary/query/confirm-query-future.voc | 10 +- .../de-de/vocabulary/query/confirm-query.voc | 12 +- .../locale}/de-de/vocabulary/query/how.voc | 4 +- .../locale}/de-de/vocabulary/query/query.voc | 10 +- .../locale}/de-de/vocabulary/query/when.voc | 12 +- .../locale}/de-de/vocabulary/sunrise.voc | 10 +- .../locale}/de-de/vocabulary/sunset.voc | 6 +- .../de-de/vocabulary/temperature/cold.voc | 10 +- .../de-de/vocabulary/temperature/high.voc | 10 +- .../de-de/vocabulary/temperature/hot.voc | 6 +- .../de-de/vocabulary/temperature/low.voc | 10 +- .../vocabulary/temperature/temperature.voc | 6 +- .../de-de/vocabulary/unit/fahrenheit.voc | 4 +- .../locale/de-de}/vocabulary/unit/unit.entity | 0 .../locale}/de-de/vocabulary/unit/unit.voc | 6 +- .../locale}/de-de/vocabulary/weather.voc | 4 +- .../locale}/en-us/dialog/and.dialog | 0 .../en-us/dialog/condition/clear-sky.dialog | 0 .../en-us/dialog/condition/clear.dialog | 0 .../en-us/dialog/condition/clouds.dialog | 0 .../en-us/dialog/condition/humidity.dialog | 0 .../en-us/dialog/condition/rain.dialog | 0 .../en-us/dialog/condition/snow.dialog | 0 .../dialog/condition/thunderstorm.dialog | 0 .../current-condition-expected-local.dialog | 0 ...current-condition-expected-location.dialog | 0 ...urrent-condition-not-expected-local.dialog | 0 ...ent-condition-not-expected-location.dialog | 0 .../current/current-humidity-local.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current-sunrise-future-local.dialog | 0 .../current-sunrise-future-location.dialog | 0 .../current/current-sunrise-past-local.dialog | 0 .../current-sunrise-past-location.dialog | 0 .../current-sunset-future-local.dialog | 0 .../current-sunset-future-location.dialog | 0 .../current/current-sunset-past-local.dialog | 0 .../current-sunset-past-location.dialog | 0 .../current-temperature-high-local.dialog | 0 .../current-temperature-high-location.dialog | 0 .../current-temperature-high-low.dialog | 0 .../current/current-temperature-local.dialog | 0 .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 0 .../current-temperature-low-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 0 .../current-wind-light-location.dialog | 0 .../current-wind-moderate-local.dialog | 0 .../current-wind-moderate-location.dialog | 0 .../current/current-wind-strong-local.dialog | 0 .../current-wind-strong-location.dialog | 0 .../currrent-clouds-alternative-local.dialog | 0 .../daily-condition-expected-local.dialog | 0 .../daily-condition-expected-location.dialog | 0 .../daily-condition-not-expected-local.dialog | 0 ...ily-condition-not-expected-location.dialog | 0 .../dialog/daily/daily-humidity-local.dialog | 0 .../daily/daily-humidity-location.dialog | 0 .../daily-precipitation-next-local.dialog | 0 .../daily-precipitation-next-location.dialog | 0 ...daily-precipitation-next-none-local.dialog | 0 ...ly-precipitation-next-none-location.dialog | 0 .../dialog/daily/daily-sunrise-local.dialog | 0 .../daily/daily-sunrise-location.dialog | 0 .../dialog/daily/daily-sunset-local.dialog | 0 .../dialog/daily/daily-sunset-location.dialog | 0 .../daily/daily-temperature-high-local.dialog | 0 .../daily-temperature-high-location.dialog | 0 .../daily/daily-temperature-local.dialog | 0 .../daily/daily-temperature-location.dialog | 0 .../daily/daily-temperature-low-local.dialog | 0 .../daily-temperature-low-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../daily/daily-wind-light-local.dialog | 0 .../daily/daily-wind-light-location.dialog | 0 .../daily/daily-wind-moderate-local.dialog | 0 .../daily/daily-wind-moderate-location.dialog | 0 .../daily/daily-wind-strong-local.dialog | 0 .../daily/daily-wind-strong-location.dialog | 0 .../en-us/dialog/direction/east.dialog | 0 .../en-us/dialog/direction/north.dialog | 0 .../en-us/dialog/direction/northeast.dialog | 0 .../en-us/dialog/direction/northwest.dialog | 0 .../en-us/dialog/direction/south.dialog | 0 .../en-us/dialog/direction/southeast.dialog | 0 .../en-us/dialog/direction/southwest.dialog | 0 .../en-us/dialog/direction/west.dialog | 0 .../dialog/error/cant-get-forecast.dialog | 0 .../error/forty-eight-hours-available.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../en-us/dialog/error/no-forecast.dialog | 0 .../dialog/error/seven-days-available.dialog | 0 .../hourly-condition-expected-local.dialog | 0 .../hourly-condition-expected-location.dialog | 0 .../hourly-precipitation-next-local.dialog | 0 .../hourly-precipitation-next-location.dialog | 0 .../hourly/hourly-temperature-local.dialog | 0 .../hourly/hourly-temperature-location.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../en-us/dialog/percentage-number.dialog | 0 .../locale}/en-us/dialog/unit/celsius.dialog | 0 .../en-us/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../en-us/dialog/unit/miles per hour.dialog | 0 .../dialog/weekly/weekly-condition.dialog | 0 .../dialog/weekly/weekly-temperature.dialog | 0 .../locale}/en-us/regex/location.rx | 0 .../en-us/vocabulary/condition/clear.voc | 0 .../en-us/vocabulary/condition/clouds.voc | 0 .../condition/do-i-need-an-umbrella.intent | 0 .../en-us/vocabulary/condition/fog.voc | 0 .../en-us/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../en-us/vocabulary/condition/rain.voc | 0 .../en-us/vocabulary/condition/snow.voc | 0 .../vocabulary/condition/thunderstorm.voc | 0 .../en-us/vocabulary/condition/windy.voc | 0 .../en-us/vocabulary/date-time/couple.voc | 0 .../en-us/vocabulary/date-time/few.voc | 0 .../en-us/vocabulary/date-time/later.voc | 0 .../en-us/vocabulary/date-time/next.voc | 0 .../en-us/vocabulary/date-time/now.voc | 0 .../vocabulary/date-time/number-days.voc | 0 .../vocabulary/date-time/relative-day.voc | 0 .../vocabulary/date-time/relative-time.voc | 0 .../en-us/vocabulary/date-time/today.voc | 0 .../en-us/vocabulary/date-time/week.voc | 0 .../en-us/vocabulary/date-time/weekend.voc | 0 .../locale}/en-us/vocabulary/forecast.voc | 0 .../locale}/en-us/vocabulary/like.voc | 0 .../locale}/en-us/vocabulary/location.voc | 0 .../locale}/en-us/vocabulary/outside.voc | 0 .../query/confirm-query-current.voc | 0 .../vocabulary/query/confirm-query-future.voc | 0 .../en-us/vocabulary/query/confirm-query.voc | 0 .../locale}/en-us/vocabulary/query/how.voc | 0 .../locale}/en-us/vocabulary/query/query.voc | 0 .../locale}/en-us/vocabulary/query/when.voc | 0 .../locale}/en-us/vocabulary/sunrise.voc | 0 .../locale}/en-us/vocabulary/sunset.voc | 0 .../en-us/vocabulary/temperature/cold.voc | 0 .../en-us/vocabulary/temperature/high.voc | 0 .../en-us/vocabulary/temperature/hot.voc | 0 .../en-us/vocabulary/temperature/low.voc | 0 .../vocabulary/temperature/temperature.voc | 0 .../en-us/vocabulary/unit/fahrenheit.voc | 0 .../locale/en-us}/vocabulary/unit/unit.entity | 0 .../locale}/en-us/vocabulary/unit/unit.voc | 0 .../locale}/en-us/vocabulary/weather.voc | 0 .../es-es/dialog/condition/humidity.dialog | 0 .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../es-es/dialog/condition/rain.dialog | 0 .../es-es/dialog/condition/snow.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../es-es/dialog/direction/east.dialog | 0 .../es-es/dialog/direction/north.dialog | 0 .../es-es/dialog/direction/northeast.dialog | 0 .../es-es/dialog/direction/northwest.dialog | 0 .../es-es/dialog/direction/south.dialog | 0 .../es-es/dialog/direction/southeast.dialog | 0 .../es-es/dialog/direction/southwest.dialog | 0 .../es-es/dialog/direction/west.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../es-es/dialog/percentage-number.dialog | 0 .../locale}/es-es/dialog/unit/celsius.dialog | 0 .../es-es/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../es-es/dialog/unit/miles per hour.dialog | 0 .../locale}/es-es/regex/location.rx | 0 .../es-es/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../es-es/vocabulary/condition/windy.voc | 0 .../es-es/vocabulary/date-time/later.voc | 0 .../es-es/vocabulary/date-time/next.voc | 0 .../locale}/es-es/vocabulary/forecast.voc | 0 .../locale}/es-es/vocabulary/location.voc | 0 .../locale}/es-es/vocabulary/query/query.voc | 0 .../locale}/es-es/vocabulary/sunrise.voc | 0 .../locale}/es-es/vocabulary/sunset.voc | 0 .../locale}/es-es/vocabulary/weather.voc | 0 .../eu-eu/dialog/condition/clear-sky.dialog | 0 .../eu-eu/dialog/condition/clear.dialog | 0 .../eu-eu/dialog/condition/clouds.dialog | 0 .../eu-eu/dialog/condition/humidity.dialog | 0 .../eu-eu/dialog/condition/rain.dialog | 0 .../eu-eu/dialog/condition/snow.dialog | 0 .../dialog/condition/thunderstorm.dialog | 0 .../current-condition-expected-local.dialog | 0 ...current-condition-expected-location.dialog | 0 ...urrent-condition-not-expected-local.dialog | 0 ...ent-condition-not-expected-location.dialog | 0 .../current/current-humidity-local.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current-sunrise-future-local.dialog | 0 .../current-sunrise-future-location.dialog | 0 .../current/current-sunrise-past-local.dialog | 0 .../current-sunrise-past-location.dialog | 0 .../current-sunset-future-local.dialog | 0 .../current-sunset-future-location.dialog | 0 .../current/current-sunset-past-local.dialog | 0 .../current-sunset-past-location.dialog | 0 .../current-temperature-high-local.dialog | 0 .../current-temperature-high-location.dialog | 0 .../current-temperature-high-low.dialog | 0 .../current/current-temperature-local.dialog | 0 .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 0 .../current-temperature-low-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 0 .../current-wind-light-location.dialog | 0 .../current-wind-moderate-local.dialog | 0 .../current-wind-moderate-location.dialog | 0 .../current/current-wind-strong-local.dialog | 0 .../current-wind-strong-location.dialog | 0 .../currrent-clouds-alternative-local.dialog | 0 .../daily-condition-expected-local.dialog | 0 .../daily-condition-expected-location.dialog | 0 .../daily-condition-not-expected-local.dialog | 0 ...ily-condition-not-expected-location.dialog | 0 .../dialog/daily/daily-humidity-local.dialog | 0 .../daily/daily-humidity-location.dialog | 0 .../daily-precipitation-next-local.dialog | 0 .../daily-precipitation-next-location.dialog | 0 ...daily-precipitation-next-none-local.dialog | 0 ...ly-precipitation-next-none-location.dialog | 0 .../dialog/daily/daily-sunrise-local.dialog | 0 .../daily/daily-sunrise-location.dialog | 0 .../dialog/daily/daily-sunset-local.dialog | 0 .../dialog/daily/daily-sunset-location.dialog | 0 .../daily/daily-temperature-high-local.dialog | 0 .../daily-temperature-high-location.dialog | 0 .../daily/daily-temperature-local.dialog | 0 .../daily/daily-temperature-location.dialog | 0 .../daily/daily-temperature-low-local.dialog | 0 .../daily-temperature-low-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../daily/daily-wind-light-local.dialog | 0 .../daily/daily-wind-light-location.dialog | 0 .../daily/daily-wind-moderate-local.dialog | 0 .../daily/daily-wind-moderate-location.dialog | 0 .../daily/daily-wind-strong-local.dialog | 0 .../daily/daily-wind-strong-location.dialog | 0 .../eu-eu/dialog/direction/east.dialog | 0 .../eu-eu/dialog/direction/north.dialog | 0 .../eu-eu/dialog/direction/northeast.dialog | 0 .../eu-eu/dialog/direction/northwest.dialog | 0 .../eu-eu/dialog/direction/south.dialog | 0 .../eu-eu/dialog/direction/southeast.dialog | 0 .../eu-eu/dialog/direction/southwest.dialog | 0 .../eu-eu/dialog/direction/west.dialog | 0 .../dialog/error/cant-get-forecast.dialog | 0 .../error/forty-eight-hours-available.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../eu-eu/dialog/error/no-forecast.dialog | 0 .../dialog/error/seven-days-available.dialog | 0 .../hourly-condition-expected-local.dialog | 0 .../hourly-condition-expected-location.dialog | 0 .../hourly-precipitation-next-local.dialog | 0 .../hourly-precipitation-next-location.dialog | 0 .../hourly/hourly-temperature-local.dialog | 0 .../hourly/hourly-temperature-location.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../eu-eu/dialog/percentage-number.dialog | 0 .../locale}/eu-eu/dialog/unit/celsius.dialog | 0 .../eu-eu/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../eu-eu/dialog/unit/miles per hour.dialog | 0 .../locale}/eu-eu/regex/location.rx | 0 .../eu-eu/vocabulary/condition/clear.voc | 0 .../eu-eu/vocabulary/condition/clouds.voc | 0 .../condition/do-i-need-an-umbrella.intent | 0 .../eu-eu/vocabulary/condition/fog.voc | 0 .../eu-eu/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../eu-eu/vocabulary/condition/rain.voc | 0 .../eu-eu/vocabulary/condition/snow.voc | 0 .../vocabulary/condition/thunderstorm.voc | 0 .../eu-eu/vocabulary/condition/windy.voc | 0 .../eu-eu/vocabulary/date-time/couple.voc | 0 .../eu-eu/vocabulary/date-time/few.voc | 0 .../eu-eu/vocabulary/date-time/later.voc | 0 .../eu-eu/vocabulary/date-time/next.voc | 0 .../eu-eu/vocabulary/date-time/now.voc | 0 .../vocabulary/date-time/number-days.voc | 0 .../vocabulary/date-time/relative-day.voc | 0 .../vocabulary/date-time/relative-time.voc | 0 .../eu-eu/vocabulary/date-time/today.voc | 0 .../eu-eu/vocabulary/date-time/week.voc | 0 .../eu-eu/vocabulary/date-time/weekend.voc | 0 .../locale}/eu-eu/vocabulary/forecast.voc | 0 .../locale}/eu-eu/vocabulary/location.voc | 0 .../query/confirm-query-current.voc | 0 .../vocabulary/query/confirm-query-future.voc | 0 .../eu-eu/vocabulary/query/confirm-query.voc | 0 .../locale}/eu-eu/vocabulary/query/how.voc | 0 .../locale}/eu-eu/vocabulary/query/query.voc | 0 .../locale}/eu-eu/vocabulary/query/when.voc | 0 .../locale}/eu-eu/vocabulary/sunrise.voc | 0 .../locale}/eu-eu/vocabulary/sunset.voc | 0 .../eu-eu/vocabulary/temperature/cold.voc | 0 .../eu-eu/vocabulary/temperature/high.voc | 0 .../eu-eu/vocabulary/temperature/hot.voc | 0 .../eu-eu/vocabulary/temperature/low.voc | 0 .../vocabulary/temperature/temperature.voc | 0 .../eu-eu/vocabulary/unit/fahrenheit.voc | 0 .../locale}/eu-eu/vocabulary/unit/unit.entity | 0 .../locale}/eu-eu/vocabulary/unit/unit.voc | 0 .../locale}/eu-eu/vocabulary/weather.voc | 0 .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../fr-fr/dialog/condition/rain.dialog | 0 .../fr-fr/dialog/condition/snow.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../fr-fr/dialog/direction/east.dialog | 0 .../fr-fr/dialog/direction/north.dialog | 0 .../fr-fr/dialog/direction/northeast.dialog | 0 .../fr-fr/dialog/direction/northwest.dialog | 0 .../fr-fr/dialog/direction/south.dialog | 0 .../fr-fr/dialog/direction/southeast.dialog | 0 .../fr-fr/dialog/direction/southwest.dialog | 0 .../fr-fr/dialog/direction/west.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../fr-fr/dialog/percentage-number.dialog | 0 .../locale}/fr-fr/dialog/unit/celsius.dialog | 0 .../fr-fr/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../fr-fr/dialog/unit/miles per hour.dialog | 0 .../locale}/fr-fr/regex/location.rx | 0 .../fr-fr/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../fr-fr/vocabulary/condition/windy.voc | 0 .../fr-fr/vocabulary/date-time/later.voc | 0 .../fr-fr/vocabulary/date-time/next.voc | 0 .../locale}/fr-fr/vocabulary/forecast.voc | 0 .../locale}/fr-fr/vocabulary/location.voc | 0 .../locale}/fr-fr/vocabulary/query/query.voc | 0 .../locale}/fr-fr/vocabulary/sunrise.voc | 0 .../locale}/fr-fr/vocabulary/sunset.voc | 0 .../locale}/fr-fr/vocabulary/weather.voc | 0 .../locale}/gl-es/dialog/and.dialog | 0 .../gl-es/dialog/condition/clear sky.dialog | 0 .../gl-es/dialog/condition/clear.dialog | 0 .../no precipitation expected.dialog | 0 .../dialog/condition/percentage-number.dialog | 0 .../condition/precipitation expected.dialog | 0 .../gl-es/dialog/condition/rain.dialog | 0 .../gl-es/dialog/condition/snow.dialog | 0 .../dialog/condition/thunderstorm.dialog | 0 .../current-condition-expected-local.dialog | 0 ...current-condition-expected-location.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current-temperature-high-local.dialog | 0 .../current-temperature-high-location.dialog | 0 .../current-temperature-high-low.dialog | 0 .../current/current-temperature-local.dialog | 0 .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 0 .../current-temperature-low-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 0 .../current-wind-light-location.dialog | 0 .../current-wind-moderate-local.dialog | 0 .../current-wind-moderate-location.dialog | 0 .../current/current-wind-strong-local.dialog | 0 .../current-wind-strong-location.dialog | 0 .../daily-condition-expected-local.dialog | 0 .../daily-condition-expected-location.dialog | 0 .../daily/daily-temperature-high-local.dialog | 0 .../daily-temperature-high-location.dialog | 0 .../daily/daily-temperature-local.dialog | 0 .../daily/daily-temperature-location.dialog | 0 .../daily/daily-temperature-low-local.dialog | 0 .../daily-temperature-low-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../daily/daily-wind-light-local.dialog | 0 .../daily/daily-wind-light-location.dialog | 0 .../daily/daily-wind-moderate-local.dialog | 0 .../daily/daily-wind-moderate-location.dialog | 0 .../daily/daily-wind-strong-local.dialog | 0 .../daily/daily-wind-strong-location.dialog | 0 .../gl-es/dialog/direction/east.dialog | 0 .../gl-es/dialog/direction/north.dialog | 0 .../gl-es/dialog/direction/northeast.dialog | 0 .../gl-es/dialog/direction/northwest.dialog | 0 .../gl-es/dialog/direction/south.dialog | 0 .../gl-es/dialog/direction/southeast.dialog | 0 .../gl-es/dialog/direction/southwest.dialog | 0 .../gl-es/dialog/direction/west.dialog | 0 .../dialog/error/cant-get-forecast.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../gl-es/dialog/error/no-forecast.dialog | 0 .../hourly-condition-alternative-local.dialog | 0 ...urly-condition-alternative-location.dialog | 0 .../hourly-condition-expected-local.dialog | 0 .../hourly/hourly-condition-expected.dialog | 0 ...hourly-condition-not-expected-local.dialog | 0 ...rly-condition-not-expected-location.dialog | 0 .../hourly/hourly-temperature-local.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../gl-es/dialog/percentage-number.dialog | 0 .../locale}/gl-es/dialog/unit/celsius.dialog | 0 .../gl-es/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../gl-es/dialog/unit/miles per hour.dialog | 0 .../dialog/weekly/weekly-temperature.dialog | 0 .../locale}/gl-es/regex/location.rx | 0 .../gl-es/vocabulary/condition/clear.voc | 0 .../gl-es/vocabulary/condition/clouds.voc | 0 .../condition/do.i.need.an.umbrella.intent | 0 .../gl-es/vocabulary/condition/fog.voc | 0 .../gl-es/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../gl-es/vocabulary/condition/rain.voc | 0 .../gl-es/vocabulary/condition/snow.voc | 0 .../vocabulary/condition/thunderstorm.voc | 0 .../gl-es/vocabulary/condition/windy.voc | 0 .../gl-es/vocabulary/date-time/couple.voc | 0 .../gl-es/vocabulary/date-time/later.voc | 0 .../gl-es/vocabulary/date-time/next.voc | 0 .../gl-es/vocabulary/date-time/now.voc | 0 .../vocabulary/date-time/relative-day.voc | 0 .../vocabulary/date-time/relative-time.voc | 0 .../gl-es/vocabulary/date-time/today.voc | 0 .../gl-es/vocabulary/date-time/week.voc | 0 .../gl-es/vocabulary/date-time/weekend.voc | 0 .../locale}/gl-es/vocabulary/forecast.voc | 0 .../locale}/gl-es/vocabulary/location.voc | 0 .../query/confirm-query-current.voc | 0 .../vocabulary/query/confirm-query-future.voc | 0 .../gl-es/vocabulary/query/confirm-query.voc | 0 .../locale}/gl-es/vocabulary/query/how.voc | 0 .../locale}/gl-es/vocabulary/query/query.voc | 0 .../locale}/gl-es/vocabulary/query/when.voc | 0 .../locale}/gl-es/vocabulary/sunrise.voc | 0 .../locale}/gl-es/vocabulary/sunset.voc | 0 .../gl-es/vocabulary/temperature/cold.voc | 0 .../gl-es/vocabulary/temperature/high.voc | 0 .../gl-es/vocabulary/temperature/hot.voc | 0 .../gl-es/vocabulary/temperature/low.voc | 0 .../vocabulary/temperature/temperature.voc | 0 .../gl-es/vocabulary/unit/fahrenheit.voc | 0 .../locale/gl-es}/vocabulary/unit/unit.entity | 0 .../locale}/gl-es/vocabulary/unit/unit.voc | 0 .../locale}/gl-es/vocabulary/weather.voc | 0 .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../it-it/dialog/condition/rain.dialog | 0 .../it-it/dialog/condition/snow.dialog | 0 .../current-condition-expected-local.dialog | 0 ...current-condition-expected-location.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current-temperature-high-local.dialog | 0 .../current-temperature-high-location.dialog | 0 .../current-temperature-high-low.dialog | 0 .../current/current-temperature-local.dialog | 0 .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 0 .../current-temperature-low-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 0 .../current-wind-light-location.dialog | 0 .../current-wind-moderate-local.dialog | 0 .../current-wind-moderate-location.dialog | 0 .../current/current-wind-strong-local.dialog | 0 .../current-wind-strong-location.dialog | 0 .../daily-condition-expected-local.dialog | 0 .../daily-condition-expected-location.dialog | 0 .../daily/daily-temperature-high-local.dialog | 0 .../daily-temperature-high-location.dialog | 0 .../daily/daily-temperature-local.dialog | 0 .../daily/daily-temperature-location.dialog | 0 .../daily/daily-temperature-low-local.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../daily/daily-wind-light-local.dialog | 0 .../daily/daily-wind-light-location.dialog | 0 .../daily/daily-wind-moderate-local.dialog | 0 .../daily/daily-wind-moderate-location.dialog | 0 .../daily/daily-wind-strong-local.dialog | 0 .../daily/daily-wind-strong-location.dialog | 0 .../it-it/dialog/direction/east.dialog | 0 .../it-it/dialog/direction/north.dialog | 0 .../it-it/dialog/direction/northeast.dialog | 0 .../it-it/dialog/direction/northwest.dialog | 0 .../it-it/dialog/direction/south.dialog | 0 .../it-it/dialog/direction/southeast.dialog | 0 .../it-it/dialog/direction/southwest.dialog | 0 .../it-it/dialog/direction/west.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../it-it/dialog/percentage-number.dialog | 0 .../locale}/it-it/dialog/unit/celsius.dialog | 0 .../it-it/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../it-it/dialog/unit/miles per hour.dialog | 0 .../locale}/it-it/regex/location.rx | 0 .../it-it/vocabulary/condition/clear.voc | 0 .../it-it/vocabulary/condition/clouds.voc | 0 .../condition/do.i.need.an.umbrella.intent | 0 .../it-it/vocabulary/condition/fog.voc | 0 .../it-it/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../it-it/vocabulary/condition/rain.voc | 0 .../it-it/vocabulary/condition/snow.voc | 0 .../it-it/vocabulary/condition/windy.voc | 0 .../it-it/vocabulary/date-time/later.voc | 0 .../it-it/vocabulary/date-time/next.voc | 0 .../it-it/vocabulary/date-time/weekend.voc | 0 .../locale}/it-it/vocabulary/forecast.voc | 0 .../locale}/it-it/vocabulary/location.voc | 0 .../it-it/vocabulary/query/confirm-query.voc | 0 .../locale}/it-it/vocabulary/query/query.voc | 0 .../locale}/it-it/vocabulary/sunrise.voc | 0 .../locale}/it-it/vocabulary/sunset.voc | 0 .../it-it/vocabulary/temperature/cold.voc | 0 .../it-it/vocabulary/temperature/high.voc | 0 .../it-it/vocabulary/temperature/hot.voc | 0 .../it-it/vocabulary/temperature/low.voc | 0 .../vocabulary/temperature/temperature.voc | 0 .../it-it/vocabulary/unit/fahrenheit.voc | 0 .../locale}/it-it/vocabulary/unit/unit.entity | 0 .../locale}/it-it/vocabulary/unit/unit.voc | 0 .../locale}/it-it/vocabulary/weather.voc | 0 .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../nl-nl/dialog/condition/rain.dialog | 0 .../nl-nl/dialog/condition/snow.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../nl-nl/dialog/direction/east.dialog | 0 .../nl-nl/dialog/direction/north.dialog | 0 .../nl-nl/dialog/direction/northeast.dialog | 0 .../nl-nl/dialog/direction/northwest.dialog | 0 .../nl-nl/dialog/direction/south.dialog | 0 .../nl-nl/dialog/direction/southeast.dialog | 0 .../nl-nl/dialog/direction/southwest.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../nl-nl/dialog/percentage-number.dialog | 0 .../locale}/nl-nl/dialog/unit/celsius.dialog | 0 .../nl-nl/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../nl-nl/dialog/unit/miles per hour.dialog | 0 .../locale}/nl-nl/regex/location.rx | 0 .../nl-nl/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../nl-nl/vocabulary/condition/windy.voc | 0 .../nl-nl/vocabulary/date-time/later.voc | 0 .../nl-nl/vocabulary/date-time/next.voc | 0 .../locale}/nl-nl/vocabulary/forecast.voc | 0 .../locale}/nl-nl/vocabulary/location.voc | 0 .../locale}/nl-nl/vocabulary/query/query.voc | 0 .../locale}/nl-nl/vocabulary/sunrise.voc | 0 .../locale}/nl-nl/vocabulary/sunset.voc | 0 .../locale}/nl-nl/vocabulary/weather.voc | 0 .../locale}/pl-pl/dialog/and.dialog | 4 +- .../pl-pl/dialog/condition/clear-sky.dialog | 4 +- .../pl-pl/dialog/condition/clear.dialog | 4 +- .../pl-pl/dialog/condition/clouds.dialog | 4 +- .../pl-pl/dialog/condition/humidity.dialog | 4 +- .../pl-pl/dialog/condition/rain.dialog | 4 +- .../pl-pl/dialog/condition/snow.dialog | 4 +- .../dialog/condition/thunderstorm.dialog | 4 +- .../current-condition-expected-local.dialog | 6 +- ...current-condition-expected-location.dialog | 6 +- ...urrent-condition-not-expected-local.dialog | 6 +- ...ent-condition-not-expected-location.dialog | 6 +- .../current/current-humidity-local.dialog | 4 +- .../current/current-humidity-location.dialog | 4 +- .../current-sunrise-future-local.dialog | 6 +- .../current-sunrise-future-location.dialog | 6 +- .../current/current-sunrise-past-local.dialog | 6 +- .../current-sunrise-past-location.dialog | 6 +- .../current-sunset-future-local.dialog | 6 +- .../current-sunset-future-location.dialog | 8 +- .../current/current-sunset-past-local.dialog | 8 +- .../current-sunset-past-location.dialog | 8 +- .../current-temperature-high-local.dialog | 8 +- .../current-temperature-high-location.dialog | 8 +- .../current-temperature-high-low.dialog | 4 +- .../current/current-temperature-local.dialog | 8 +- .../current-temperature-location.dialog | 8 +- .../current-temperature-low-local.dialog | 8 +- .../current-temperature-low-location.dialog | 6 +- .../current/current-weather-local.dialog | 8 +- .../current/current-weather-location.dialog | 8 +- .../current/current-wind-light-local.dialog | 6 +- .../current-wind-light-location.dialog | 6 +- .../current-wind-moderate-local.dialog | 6 +- .../current-wind-moderate-location.dialog | 6 +- .../current/current-wind-strong-local.dialog | 8 +- .../current-wind-strong-location.dialog | 8 +- .../currrent-clouds-alternative-local.dialog | 8 +- .../daily-condition-expected-local.dialog | 6 +- .../daily-condition-expected-location.dialog | 6 +- .../daily-condition-not-expected-local.dialog | 6 +- ...ily-condition-not-expected-location.dialog | 6 +- .../dialog/daily/daily-humidity-local.dialog | 6 +- .../daily/daily-humidity-location.dialog | 6 +- .../daily-precipitation-next-local.dialog | 6 +- .../daily-precipitation-next-location.dialog | 6 +- ...daily-precipitation-next-none-local.dialog | 6 +- ...ly-precipitation-next-none-location.dialog | 6 +- .../dialog/daily/daily-sunrise-local.dialog | 8 +- .../daily/daily-sunrise-location.dialog | 8 +- .../dialog/daily/daily-sunset-local.dialog | 8 +- .../dialog/daily/daily-sunset-location.dialog | 8 +- .../daily/daily-temperature-high-local.dialog | 6 +- .../daily-temperature-high-location.dialog | 6 +- .../daily/daily-temperature-local.dialog | 6 +- .../daily/daily-temperature-location.dialog | 6 +- .../daily/daily-temperature-low-local.dialog | 6 +- .../daily-temperature-low-location.dialog | 6 +- .../dialog/daily/daily-weather-local.dialog | 12 +- .../daily/daily-weather-location.dialog | 8 +- .../daily/daily-wind-light-local.dialog | 6 +- .../daily/daily-wind-light-location.dialog | 6 +- .../daily/daily-wind-moderate-local.dialog | 8 +- .../daily/daily-wind-moderate-location.dialog | 8 +- .../daily/daily-wind-strong-local.dialog | 6 +- .../daily/daily-wind-strong-location.dialog | 6 +- .../pl-pl/dialog/direction/east.dialog | 4 +- .../pl-pl/dialog/direction/north.dialog | 4 +- .../pl-pl/dialog/direction/northeast.dialog | 4 +- .../pl-pl/dialog/direction/northwest.dialog | 4 +- .../pl-pl/dialog/direction/south.dialog | 4 +- .../pl-pl/dialog/direction/southeast.dialog | 4 +- .../pl-pl/dialog/direction/southwest.dialog | 4 +- .../pl-pl/dialog/direction/west.dialog | 4 +- .../dialog/error/cant-get-forecast.dialog | 64 +++--- .../error/forty-eight-hours-available.dialog | 4 +- .../dialog/error/location-not-found.dialog | 6 +- .../pl-pl/dialog/error/no-forecast.dialog | 6 +- .../dialog/error/seven-days-available.dialog | 6 +- .../hourly-condition-expected-local.dialog | 4 +- .../hourly-condition-expected-location.dialog | 4 +- .../hourly-precipitation-next-local.dialog | 6 +- .../hourly-precipitation-next-location.dialog | 6 +- .../hourly/hourly-temperature-local.dialog | 6 +- .../hourly/hourly-temperature-location.dialog | 6 +- .../dialog/hourly/hourly-weather-local.dialog | 10 +- .../hourly/hourly-weather-location.dialog | 10 +- .../pl-pl/dialog/percentage-number.dialog | 4 +- .../locale}/pl-pl/dialog/unit/celsius.dialog | 4 +- .../pl-pl/dialog/unit/fahrenheit.dialog | 4 +- .../dialog/unit/meters per second.dialog | 4 +- .../pl-pl/dialog/unit/miles per hour.dialog | 4 +- .../dialog/weekly/weekly-condition.dialog | 6 +- .../dialog/weekly/weekly-temperature.dialog | 4 +- .../locale}/pl-pl/regex/location.rx | 0 .../pl-pl/vocabulary/condition/clear.voc | 12 +- .../pl-pl/vocabulary/condition/clouds.voc | 12 +- .../condition/do-i-need-an-umbrella.intent | 10 +- .../pl-pl/vocabulary/condition/fog.voc | 6 +- .../pl-pl/vocabulary/condition/humidity.voc | 8 +- .../vocabulary/condition/precipitation.voc | 12 +- .../pl-pl/vocabulary/condition/rain.voc | 10 +- .../pl-pl/vocabulary/condition/snow.voc | 6 +- .../vocabulary/condition/thunderstorm.voc | 8 +- .../pl-pl/vocabulary/condition/windy.voc | 16 +- .../pl-pl/vocabulary/date-time/couple.voc | 4 +- .../pl-pl/vocabulary/date-time/few.voc | 4 +- .../pl-pl/vocabulary/date-time/later.voc | 14 +- .../pl-pl/vocabulary/date-time/next.voc | 6 +- .../pl-pl/vocabulary/date-time/now.voc | 6 +- .../vocabulary/date-time/number-days.voc | 64 +++--- .../vocabulary/date-time/relative-day.voc | 40 ++-- .../vocabulary/date-time/relative-time.voc | 14 +- .../pl-pl/vocabulary/date-time/today.voc | 6 +- .../pl-pl/vocabulary/date-time/week.voc | 6 +- .../pl-pl/vocabulary/date-time/weekend.voc | 4 +- .../locale}/pl-pl/vocabulary/forecast.voc | 12 +- .../locale}/pl-pl/vocabulary/like.voc | 4 +- .../locale}/pl-pl/vocabulary/location.voc | 32 +-- .../locale}/pl-pl/vocabulary/outside.voc | 4 +- .../query/confirm-query-current.voc | 6 +- .../vocabulary/query/confirm-query-future.voc | 12 +- .../pl-pl/vocabulary/query/confirm-query.voc | 18 +- .../locale}/pl-pl/vocabulary/query/how.voc | 4 +- .../locale}/pl-pl/vocabulary/query/query.voc | 30 +-- .../locale}/pl-pl/vocabulary/query/when.voc | 10 +- .../locale}/pl-pl/vocabulary/sunrise.voc | 8 +- .../locale}/pl-pl/vocabulary/sunset.voc | 6 +- .../pl-pl/vocabulary/temperature/cold.voc | 10 +- .../pl-pl/vocabulary/temperature/high.voc | 10 +- .../pl-pl/vocabulary/temperature/hot.voc | 24 +- .../pl-pl/vocabulary/temperature/low.voc | 10 +- .../vocabulary/temperature/temperature.voc | 6 +- .../pl-pl/vocabulary/unit/fahrenheit.voc | 4 +- .../locale/pl-pl/vocabulary/unit/unit.entity | 0 .../locale}/pl-pl/vocabulary/unit/unit.voc | 6 +- .../locale}/pl-pl/vocabulary/weather.voc | 4 +- .../locale}/pt-br/dialog/and.dialog | 0 .../pt-br/dialog/condition/clear sky.dialog | 0 .../pt-br/dialog/condition/clear.dialog | 0 .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../pt-br/dialog/condition/rain.dialog | 0 .../pt-br/dialog/condition/snow.dialog | 0 .../dialog/condition/thunderstorm.dialog | 0 .../current-condition-expected-local.dialog | 0 ...current-condition-expected-location.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current-temperature-high-local.dialog | 0 .../current-temperature-high-location.dialog | 0 .../current-temperature-high-low.dialog | 0 .../current/current-temperature-local.dialog | 0 .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 0 .../current-temperature-low-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 0 .../current-wind-light-location.dialog | 0 .../current-wind-moderate-local.dialog | 0 .../current-wind-moderate-location.dialog | 0 .../current/current-wind-strong-local.dialog | 0 .../current-wind-strong-location.dialog | 0 .../daily-condition-expected-local.dialog | 0 .../daily-condition-expected-location.dialog | 0 .../daily/daily-temperature-high-local.dialog | 0 .../daily/daily-temperature-high.dialog | 0 .../daily/daily-temperature-local.dialog | 0 .../daily/daily-temperature-location.dialog | 0 .../daily/daily-temperature-low-local.dialog | 0 .../daily-temperature-low-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../daily/daily-wind-light-local.dialog | 0 .../daily/daily-wind-light-location.dialog | 0 .../daily/daily-wind-moderate-local.dialog | 0 .../daily/daily-wind-moderate-location.dialog | 0 .../daily/daily-wind-strong-local.dialog | 0 .../daily/daily-wind-strong-location.dialog | 0 .../pt-br/dialog/direction/east.dialog | 0 .../pt-br/dialog/direction/north.dialog | 0 .../pt-br/dialog/direction/northeast.dialog | 0 .../pt-br/dialog/direction/northwest.dialog | 0 .../pt-br/dialog/direction/south.dialog | 0 .../pt-br/dialog/direction/southeast.dialog | 0 .../pt-br/dialog/direction/southwest.dialog | 0 .../pt-br/dialog/direction/west.dialog | 0 .../dialog/error/cant-get-forecast.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../hourly-condition-alternative-local.dialog | 0 ...urly-condition-alternative-location.dialog | 0 .../hourly-condition-expected-local.dialog | 0 .../hourly-condition-expected-location.dialog | 0 ...hourly-condition-not-expected-local.dialog | 0 ...rly-condition-not-expected-location.dialog | 0 .../hourly/hourly-temperature-local.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../pt-br/dialog/percentage-number.dialog | 0 .../locale}/pt-br/dialog/unit/celsius.dialog | 0 .../pt-br/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../pt-br/dialog/unit/miles per hour.dialog | 0 .../dialog/weekly/weekly-temperature.dialog | 0 .../locale}/pt-br/regex/location.rx | 0 .../pt-br/vocabulary/condition/clear.voc | 0 .../pt-br/vocabulary/condition/clouds.voc | 0 .../condition/do.i.need.an.umbrella.intent | 0 .../pt-br/vocabulary/condition/fog.voc | 0 .../pt-br/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../pt-br/vocabulary/condition/rain.voc | 0 .../pt-br/vocabulary/condition/snow.voc | 0 .../vocabulary/condition/thunderstorm.voc | 0 .../pt-br/vocabulary/condition/windy.voc | 0 .../pt-br/vocabulary/date-time/couple.voc | 0 .../pt-br/vocabulary/date-time/later.voc | 0 .../pt-br/vocabulary/date-time/next.voc | 0 .../pt-br/vocabulary/date-time/now.voc | 0 .../vocabulary/date-time/relative-day.voc | 0 .../vocabulary/date-time/relative-time.voc | 0 .../pt-br/vocabulary/date-time/today.voc | 0 .../pt-br/vocabulary/date-time/week.voc | 0 .../pt-br/vocabulary/date-time/weekend.voc | 0 .../locale}/pt-br/vocabulary/forecast.voc | 0 .../locale}/pt-br/vocabulary/location.voc | 0 .../query/confirm-query-current.voc | 0 .../vocabulary/query/confirm-query-future.voc | 0 .../pt-br/vocabulary/query/confirm-query.voc | 0 .../locale}/pt-br/vocabulary/query/how.voc | 0 .../locale}/pt-br/vocabulary/query/query.voc | 0 .../locale}/pt-br/vocabulary/query/when.voc | 0 .../locale}/pt-br/vocabulary/sunrise.voc | 0 .../locale}/pt-br/vocabulary/sunset.voc | 0 .../pt-br/vocabulary/temperature/cold.voc | 0 .../pt-br/vocabulary/temperature/high.voc | 0 .../pt-br/vocabulary/temperature/hot.voc | 0 .../pt-br/vocabulary/temperature/low.voc | 0 .../vocabulary/temperature/temperature.voc | 0 .../pt-br/vocabulary/unit/fahrenheit.voc | 0 .../locale}/pt-br/vocabulary/unit/unit.entity | 0 .../locale}/pt-br/vocabulary/unit/unit.voc | 0 .../locale}/pt-br/vocabulary/weather.voc | 0 .../locale}/ru-ru/dialog/and.dialog | 0 .../ru-ru/dialog/condition/clear-sky.dialog | 0 .../ru-ru/dialog/condition/clear.dialog | 0 .../ru-ru/dialog/condition/clouds.dialog | 0 .../ru-ru/dialog/condition/humidity.dialog | 0 .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../ru-ru/dialog/condition/rain.dialog | 0 .../ru-ru/dialog/condition/snow.dialog | 0 .../dialog/condition/thunderstorm.dialog | 0 .../current-condition-expected-local.dialog | 0 ...current-condition-expected-location.dialog | 0 ...urrent-condition-not-expected-local.dialog | 0 ...ent-condition-not-expected-location.dialog | 0 .../current/current-humidity-local.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current-sunrise-future-local.dialog | 0 .../current-sunrise-future-location.dialog | 0 .../current/current-sunrise-past-local.dialog | 0 .../current-sunrise-past-location.dialog | 0 .../current-sunset-future-local.dialog | 0 .../current-sunset-future-location.dialog | 0 .../current/current-sunset-past-local.dialog | 0 .../current-sunset-past-location.dialog | 0 .../current-temperature-high-local.dialog | 0 .../current-temperature-high-location.dialog | 0 .../current-temperature-high-low.dialog | 0 .../current/current-temperature-local.dialog | 0 .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 0 .../current-temperature-low-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 0 .../current-wind-light-location.dialog | 0 .../current-wind-moderate-local.dialog | 0 .../current-wind-moderate-location.dialog | 0 .../current/current-wind-strong-local.dialog | 0 .../current-wind-strong-location.dialog | 0 .../currrent-clouds-alternative-local.dialog | 0 .../daily-condition-expected-local.dialog | 0 .../daily-condition-expected-location.dialog | 0 .../daily-condition-not-expected-local.dialog | 0 ...ily-condition-not-expected-location.dialog | 0 .../dialog/daily/daily-humidity-local.dialog | 0 .../daily/daily-humidity-location.dialog | 0 .../daily-precipitation-next-local.dialog | 0 .../daily-precipitation-next-location.dialog | 0 ...daily-precipitation-next-none-local.dialog | 0 ...ly-precipitation-next-none-location.dialog | 0 .../dialog/daily/daily-sunrise-local.dialog | 0 .../daily/daily-sunrise-location.dialog | 0 .../dialog/daily/daily-sunset-local.dialog | 0 .../dialog/daily/daily-sunset-location.dialog | 0 .../daily/daily-temperature-high-local.dialog | 0 .../daily-temperature-high-location.dialog | 0 .../daily/daily-temperature-local.dialog | 0 .../daily/daily-temperature-location.dialog | 0 .../daily/daily-temperature-low-local.dialog | 0 .../daily-temperature-low-location.dialog | 0 .../dialog/daily/daily-weather-loation.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../daily/daily-wind-light-local.dialog | 0 .../daily/daily-wind-light-location.dialog | 0 .../daily/daily-wind-moderate-local.dialog | 0 .../daily/daily-wind-moderate-location.dialog | 0 .../daily/daily-wind-strong-local.dialog | 0 .../daily/daily-wind-strong-location.dialog | 0 .../ru-ru/dialog/direction/east.dialog | 0 .../ru-ru/dialog/direction/north.dialog | 0 .../ru-ru/dialog/direction/northeast.dialog | 0 .../ru-ru/dialog/direction/northwest.dialog | 0 .../ru-ru/dialog/direction/south.dialog | 0 .../ru-ru/dialog/direction/southeast.dialog | 0 .../ru-ru/dialog/direction/southwest.dialog | 0 .../ru-ru/dialog/direction/west.dialog | 0 .../dialog/error/cant-get-forecast.dialog | 0 .../error/forty-eight-hours-available.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../ru-ru/dialog/error/no-forecast.dialog | 0 .../dialog/error/seven-days-available.dialog | 0 .../hourly-condition-expected-local.dialog | 0 .../hourly-condition-expected-location.dialog | 0 .../hourly-precipitation-next-local.dialog | 0 .../hourly-precipitation-next-location.dialog | 0 .../hourly/hourly-temperature-local.dialog | 0 .../hourly/hourly-temperature-location.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../ru-ru/dialog/percentage-number.dialog | 0 .../locale}/ru-ru/dialog/unit/celsius.dialog | 0 .../ru-ru/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../ru-ru/dialog/unit/miles per hour.dialog | 0 .../dialog/weekly/weekly-condition.dialog | 0 .../dialog/weekly/weekly-temperature.dialog | 0 .../locale}/ru-ru/regex/location.rx | 0 .../ru-ru/vocabulary/condition/clear.voc | 0 .../ru-ru/vocabulary/condition/clouds.voc | 0 .../condition/do-i-need-an-umbrella.intent | 0 .../ru-ru/vocabulary/condition/fog.voc | 0 .../ru-ru/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../ru-ru/vocabulary/condition/rain.voc | 0 .../ru-ru/vocabulary/condition/snow.voc | 0 .../vocabulary/condition/thunderstorm.voc | 0 .../ru-ru/vocabulary/condition/windy.voc | 0 .../ru-ru/vocabulary/date-time/couple.voc | 0 .../ru-ru/vocabulary/date-time/few.voc | 0 .../ru-ru/vocabulary/date-time/later.voc | 0 .../ru-ru/vocabulary/date-time/next.voc | 0 .../ru-ru/vocabulary/date-time/now.voc | 0 .../vocabulary/date-time/number-days.voc | 0 .../vocabulary/date-time/relative-day.voc | 0 .../vocabulary/date-time/relative-time.voc | 0 .../ru-ru/vocabulary/date-time/today.voc | 0 .../ru-ru/vocabulary/date-time/week.voc | 0 .../ru-ru/vocabulary/date-time/weekend.voc | 0 .../locale}/ru-ru/vocabulary/forecast.voc | 0 .../locale}/ru-ru/vocabulary/like.voc | 0 .../locale}/ru-ru/vocabulary/location.voc | 0 .../locale}/ru-ru/vocabulary/outside.voc | 0 .../query/confirm-query-current.voc | 0 .../vocabulary/query/confirm-query-future.voc | 0 .../ru-ru/vocabulary/query/confirm-query.voc | 0 .../locale}/ru-ru/vocabulary/query/how.voc | 0 .../locale}/ru-ru/vocabulary/query/query.voc | 0 .../locale}/ru-ru/vocabulary/query/when.voc | 0 .../locale}/ru-ru/vocabulary/sunrise.voc | 0 .../locale}/ru-ru/vocabulary/sunset.voc | 0 .../ru-ru/vocabulary/temperature/cold.voc | 0 .../ru-ru/vocabulary/temperature/high.voc | 0 .../ru-ru/vocabulary/temperature/hot.voc | 0 .../ru-ru/vocabulary/temperature/low.voc | 0 .../vocabulary/temperature/temperature.voc | 0 .../ru-ru/vocabulary/unit/fahrenheit.voc | 0 .../locale}/ru-ru/vocabulary/unit/unit.entity | 0 .../locale}/ru-ru/vocabulary/unit/unit.voc | 0 .../locale}/ru-ru/vocabulary/weather.voc | 0 .../locale}/sv-se/dialog/and.dialog | 0 .../sv-se/dialog/condition/clear sky.dialog | 0 .../sv-se/dialog/condition/clear.dialog | 0 .../no precipitation expected.dialog | 0 .../condition/precipitation expected.dialog | 0 .../sv-se/dialog/condition/rain.dialog | 0 .../sv-se/dialog/condition/snow.dialog | 0 .../dialog/condition/thunderstorm.dialog | 0 .../current-condition-expected-local.dialog | 0 ...current-condition-expected-location.dialog | 0 .../current/current-humidity-location.dialog | 0 .../current-temperature-high-local.dialog | 0 .../current-temperature-high-location.dialog | 0 .../current-temperature-high-low.dialog | 0 .../current/current-temperature-local.dialog | 0 .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 0 .../current-temperature-low-location.dialog | 0 .../current/current-weather-local.dialog | 0 .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 0 .../current-wind-light-location.dialog | 0 .../current-wind-moderate-local.dialog | 0 .../current-wind-moderate-location.dialog | 0 .../current/current-wind-strong-local.dialog | 0 .../current-wind-strong-location.dialog | 0 .../daily-condition-expected-local.dialog | 0 .../daily-condition-expected-location.dialog | 0 .../daily/daily-temperature-high-local.dialog | 0 .../daily-temperature-high-location.dialog | 0 .../daily/daily-temperature-local.dialog | 0 .../daily/daily-temperature-location.dialog | 0 .../daily/daily-temperature-low-local.dialog | 0 .../daily-temperature-low-location.dialog | 0 .../dialog/daily/daily-weather-local.dialog | 0 .../daily/daily-weather-location.dialog | 0 .../daily/daily-wind-light-local.dialog | 0 .../daily/daily-wind-light-location.dialog | 0 .../daily/daily-wind-moderate-local.dialog | 0 .../daily/daily-wind-moderate-location.dialog | 0 .../daily/daily-wind-strong-local.dialog | 0 .../daily/daily-wind-strong-location.dialog | 0 .../sv-se/dialog/direction/east.dialog | 0 .../sv-se/dialog/direction/north.dialog | 0 .../sv-se/dialog/direction/northeast.dialog | 0 .../sv-se/dialog/direction/northwest.dialog | 0 .../sv-se/dialog/direction/south.dialog | 0 .../sv-se/dialog/direction/southeast.dialog | 0 .../sv-se/dialog/direction/southwest.dialog | 0 .../sv-se/dialog/direction/west.dialog | 0 .../dialog/error/cant-get-forecast.dialog | 0 .../dialog/error/location-not-found.dialog | 0 .../sv-se/dialog/error/no-forecast.dialog | 0 .../hourly-condition-alternative-local.dialog | 0 ...urly-condition-alternative-location.dialog | 0 .../hourly-condition-expected-local.dialog | 0 .../hourly-condition-expected-location.dialog | 0 ...hourly-condition-not-expected-local.dialog | 0 ...rly-condition-not-expected-location.dialog | 0 .../hourly/hourly-temperature-local.dialog | 0 .../dialog/hourly/hourly-weather-local.dialog | 0 .../hourly/hourly-weather-location.dialog | 0 .../sv-se/dialog/percentage-number.dialog | 0 .../locale}/sv-se/dialog/unit/celsius.dialog | 0 .../sv-se/dialog/unit/fahrenheit.dialog | 0 .../dialog/unit/meters per second.dialog | 0 .../sv-se/dialog/unit/miles per hour.dialog | 0 .../dialog/weekly/weekly-temperature.dialog | 0 .../locale}/sv-se/regex/location.rx | 0 .../sv-se/vocabulary/condition/clear.voc | 0 .../sv-se/vocabulary/condition/clouds.voc | 0 .../condition/do.i.need.an.umbrella.intent | 0 .../sv-se/vocabulary/condition/humidity.voc | 0 .../vocabulary/condition/precipitation.voc | 0 .../sv-se/vocabulary/condition/rain.voc | 0 .../sv-se/vocabulary/condition/snow.voc | 0 .../vocabulary/condition/thunderstorm.voc | 0 .../sv-se/vocabulary/condition/windy.voc | 0 .../sv-se/vocabulary/date-time/couple.voc | 0 .../sv-se/vocabulary/date-time/later.voc | 0 .../sv-se/vocabulary/date-time/next.voc | 0 .../sv-se/vocabulary/date-time/now.voc | 0 .../vocabulary/date-time/relative-day.voc | 0 .../vocabulary/date-time/relative-time.voc | 0 .../sv-se/vocabulary/date-time/today.voc | 0 .../sv-se/vocabulary/date-time/week.voc | 0 .../sv-se/vocabulary/date-time/weekend.voc | 0 .../locale}/sv-se/vocabulary/forecast.voc | 0 .../locale}/sv-se/vocabulary/location.voc | 0 .../query/confirm-query-current.voc | 0 .../vocabulary/query/confirm-query-future.voc | 0 .../sv-se/vocabulary/query/confirm-query.voc | 0 .../locale}/sv-se/vocabulary/query/how.voc | 0 .../locale}/sv-se/vocabulary/query/query.voc | 0 .../locale}/sv-se/vocabulary/query/when.voc | 0 .../locale}/sv-se/vocabulary/sunrise.voc | 0 .../locale}/sv-se/vocabulary/sunset.voc | 0 .../sv-se/vocabulary/temperature/cold.voc | 0 .../sv-se/vocabulary/temperature/fog.voc | 0 .../sv-se/vocabulary/temperature/high.voc | 0 .../sv-se/vocabulary/temperature/hot.voc | 0 .../sv-se/vocabulary/temperature/low.voc | 0 .../vocabulary/temperature/temperature.voc | 0 .../sv-se/vocabulary/unit/fahrenheit.voc | 0 .../locale/sv-se}/vocabulary/unit/unit.entity | 4 +- .../locale/sv-se/vocabulary/unit/unit.voc | 4 +- .../locale}/sv-se/vocabulary/weather.voc | 0 .../locale}/uk-ua/dialog/and.dialog | 4 +- .../uk-ua/dialog/condition/clear-sky.dialog | 4 +- .../uk-ua/dialog/condition/clear.dialog | 4 +- .../uk-ua/dialog/condition/clouds.dialog | 4 +- .../uk-ua/dialog/condition/humidity.dialog | 4 +- .../uk-ua/dialog/condition/rain.dialog | 4 +- .../uk-ua/dialog/condition/snow.dialog | 4 +- .../dialog/condition/thunderstorm.dialog | 4 +- .../current-condition-expected-local.dialog | 6 +- ...current-condition-expected-location.dialog | 6 +- ...urrent-condition-not-expected-local.dialog | 6 +- ...ent-condition-not-expected-location.dialog | 6 +- .../current/current-humidity-local.dialog | 4 +- .../current/current-humidity-location.dialog | 4 +- .../current-sunrise-future-local.dialog | 6 +- .../current-sunrise-future-location.dialog | 6 +- .../current/current-sunrise-past-local.dialog | 6 +- .../current-sunrise-past-location.dialog | 6 +- .../current-sunset-future-local.dialog | 8 +- .../current-sunset-future-location.dialog | 8 +- .../current/current-sunset-past-local.dialog | 8 +- .../current-sunset-past-location.dialog | 8 +- .../current-temperature-high-local.dialog | 8 +- .../current-temperature-high-location.dialog | 8 +- .../current-temperature-high-low.dialog | 4 +- .../current/current-temperature-local.dialog | 8 +- .../current-temperature-location.dialog | 0 .../current-temperature-low-local.dialog | 8 +- .../current-temperature-low-location.dialog | 6 +- .../current/current-weather-local.dialog | 6 +- .../current/current-weather-location.dialog | 0 .../current/current-wind-light-local.dialog | 6 +- .../current-wind-light-location.dialog | 6 +- .../current-wind-moderate-local.dialog | 6 +- .../current-wind-moderate-location.dialog | 6 +- .../current/current-wind-strong-local.dialog | 8 +- .../current-wind-strong-location.dialog | 8 +- .../currrent-clouds-alternative-local.dialog | 8 +- .../daily-condition-expected-local.dialog | 6 +- .../daily-condition-expected-location.dialog | 6 +- .../daily-condition-not-expected-local.dialog | 6 +- ...ily-condition-not-expected-location.dialog | 6 +- .../dialog/daily/daily-humidity-local.dialog | 6 +- .../daily/daily-humidity-location.dialog | 6 +- .../daily-precipitation-next-local.dialog | 6 +- .../daily-precipitation-next-location.dialog | 6 +- ...daily-precipitation-next-none-local.dialog | 6 +- ...ly-precipitation-next-none-location.dialog | 6 +- .../dialog/daily/daily-sunrise-local.dialog | 8 +- .../daily/daily-sunrise-location.dialog | 8 +- .../dialog/daily/daily-sunset-local.dialog | 8 +- .../dialog/daily/daily-sunset-location.dialog | 8 +- .../daily/daily-temperature-high-local.dialog | 6 +- .../daily-temperature-high-location.dialog | 6 +- .../daily/daily-temperature-local.dialog | 6 +- .../daily/daily-temperature-location.dialog | 6 +- .../daily/daily-temperature-low-local.dialog | 6 +- .../daily-temperature-low-location.dialog | 6 +- .../dialog/daily/daily-weather-local.dialog | 12 +- .../daily/daily-weather-location.dialog | 8 +- .../daily/daily-wind-light-local.dialog | 6 +- .../daily/daily-wind-light-location.dialog | 6 +- .../daily/daily-wind-moderate-local.dialog | 8 +- .../daily/daily-wind-moderate-location.dialog | 8 +- .../daily/daily-wind-strong-local.dialog | 6 +- .../daily/daily-wind-strong-location.dialog | 6 +- .../uk-ua/dialog/direction/east.dialog | 4 +- .../uk-ua/dialog/direction/north.dialog | 4 +- .../uk-ua/dialog/direction/northeast.dialog | 4 +- .../uk-ua/dialog/direction/northwest.dialog | 4 +- .../uk-ua/dialog/direction/south.dialog | 4 +- .../uk-ua/dialog/direction/southeast.dialog | 4 +- .../uk-ua/dialog/direction/southwest.dialog | 4 +- .../uk-ua/dialog/direction/west.dialog | 4 +- .../dialog/error/cant-get-forecast.dialog | 54 ++--- .../error/forty-eight-hours-available.dialog | 4 +- .../dialog/error/location-not-found.dialog | 6 +- .../uk-ua/dialog/error/no-forecast.dialog | 6 +- .../dialog/error/seven-days-available.dialog | 6 +- .../hourly-condition-expected-local.dialog | 4 +- .../hourly-condition-expected-location.dialog | 4 +- .../hourly-precipitation-next-local.dialog | 6 +- .../hourly-precipitation-next-location.dialog | 6 +- .../hourly/hourly-temperature-local.dialog | 6 +- .../hourly/hourly-temperature-location.dialog | 6 +- .../dialog/hourly/hourly-weather-local.dialog | 10 +- .../hourly/hourly-weather-location.dialog | 10 +- .../uk-ua/dialog/percentage-number.dialog | 4 +- .../locale}/uk-ua/dialog/unit/celsius.dialog | 4 +- .../uk-ua/dialog/unit/fahrenheit.dialog | 4 +- .../dialog/unit/meters per second.dialog | 4 +- .../uk-ua/dialog/unit/miles per hour.dialog | 4 +- .../dialog/weekly/weekly-condition.dialog | 6 +- .../dialog/weekly/weekly-temperature.dialog | 4 +- .../locale}/uk-ua/regex/location.rx | 0 .../uk-ua/vocabulary/condition/clear.voc | 10 +- .../uk-ua/vocabulary/condition/clouds.voc | 12 +- .../condition/do-i-need-an-umbrella.intent | 10 +- .../uk-ua/vocabulary/condition/fog.voc | 8 +- .../uk-ua/vocabulary/condition/humidity.voc | 8 +- .../vocabulary/condition/precipitation.voc | 14 +- .../uk-ua/vocabulary/condition/rain.voc | 12 +- .../uk-ua/vocabulary/condition/snow.voc | 6 +- .../vocabulary/condition/thunderstorm.voc | 8 +- .../uk-ua/vocabulary/condition/windy.voc | 14 +- .../uk-ua/vocabulary/date-time/couple.voc | 4 +- .../uk-ua/vocabulary/date-time/few.voc | 4 +- .../uk-ua/vocabulary/date-time/later.voc | 14 +- .../uk-ua/vocabulary/date-time/next.voc | 6 +- .../uk-ua/vocabulary/date-time/now.voc | 6 +- .../vocabulary/date-time/number-days.voc | 78 +++---- .../vocabulary/date-time/relative-day.voc | 38 ++-- .../vocabulary/date-time/relative-time.voc | 14 +- .../uk-ua/vocabulary/date-time/today.voc | 6 +- .../uk-ua/vocabulary/date-time/week.voc | 6 +- .../uk-ua/vocabulary/date-time/weekend.voc | 4 +- .../locale}/uk-ua/vocabulary/forecast.voc | 4 +- .../locale}/uk-ua/vocabulary/like.voc | 4 +- .../locale}/uk-ua/vocabulary/location.voc | 212 +++++++++--------- .../locale}/uk-ua/vocabulary/outside.voc | 6 +- .../query/confirm-query-current.voc | 6 +- .../vocabulary/query/confirm-query-future.voc | 8 +- .../uk-ua/vocabulary/query/confirm-query.voc | 38 ++-- .../locale}/uk-ua/vocabulary/query/how.voc | 4 +- .../locale}/uk-ua/vocabulary/query/query.voc | 26 +-- .../locale}/uk-ua/vocabulary/query/when.voc | 10 +- .../locale}/uk-ua/vocabulary/sunrise.voc | 8 +- .../locale}/uk-ua/vocabulary/sunset.voc | 6 +- .../uk-ua/vocabulary/temperature/cold.voc | 8 +- .../uk-ua/vocabulary/temperature/high.voc | 10 +- .../uk-ua/vocabulary/temperature/hot.voc | 12 +- .../uk-ua/vocabulary/temperature/low.voc | 10 +- .../vocabulary/temperature/temperature.voc | 6 +- .../uk-ua/vocabulary/unit/fahrenheit.voc | 4 +- .../locale/uk-ua}/vocabulary/unit/unit.entity | 4 +- .../locale}/uk-ua/vocabulary/unit/unit.voc | 6 +- .../locale}/uk-ua/vocabulary/weather.voc | 4 +- .../settingsmeta.yml | 0 {ui => neon_skill_weather/ui}/DailyColumn.qml | 0 .../ui}/DailyColumnScalable.qml | 0 .../ui}/DailyDelegateScalable.qml | 0 .../ui}/HourlyColumn.qml | 0 {ui => neon_skill_weather/ui}/WeatherDate.qml | 0 .../ui}/WeatherDelegateMarkII.qml | 0 .../ui}/WeatherDelegateScalable.qml | 0 .../ui}/WeatherImage.qml | 0 .../ui}/WeatherLabel.qml | 0 .../ui}/WeatherLocation.qml | 0 .../ui}/animations/clouds.json | 0 .../ui}/animations/fog.json | 0 .../ui}/animations/partial_clouds.json | 0 .../ui}/animations/rain.json | 0 .../ui}/animations/sleet.json | 0 .../ui}/animations/snow.json | 0 .../ui}/animations/storm.json | 0 .../ui}/animations/sun.json | 0 .../ui}/current_1_mark_ii.qml | 0 .../ui}/current_1_scalable.qml | 0 .../ui}/current_2_mark_ii.qml | 0 .../ui}/current_2_scalable.qml | 0 .../ui}/daily_mark_ii.qml | 0 .../ui}/daily_scalable.qml | 0 .../ui}/hourly_mark_ii.qml | 0 .../ui}/images/clouds.svg | 0 {ui => neon_skill_weather/ui}/images/fog.svg | 0 .../ui}/images/high_temperature.svg | 0 .../ui}/images/humidity.svg | 0 .../ui}/images/low_temperature.svg | 0 {ui => neon_skill_weather/ui}/images/moon.svg | 0 .../ui}/images/partial_clouds_day.svg | 0 .../ui}/images/partial_clouds_night.svg | 0 {ui => neon_skill_weather/ui}/images/rain.svg | 0 {ui => neon_skill_weather/ui}/images/snow.svg | 0 .../ui}/images/storm.svg | 0 {ui => neon_skill_weather/ui}/images/sun.svg | 0 .../ui}/images/sunrise.svg | 0 .../ui}/images/sunset.svg | 0 {ui => neon_skill_weather/ui}/images/wind.svg | 0 {ui => neon_skill_weather/ui}/qmldir | 0 .../ui}/single_day_mark_ii.qml | 0 .../ui}/sunrise_sunset_mark_ii.qml | 0 {skill => neon_skill_weather}/util.py | 0 {skill => neon_skill_weather}/weather.py | 0 setup.py | 5 +- skill/__init__.py | 26 --- 1609 files changed, 1758 insertions(+), 2002 deletions(-) delete mode 100644 LICENSE rename __init__.py => neon_skill_weather/__init__.py (99%) rename {skill => neon_skill_weather}/api.py (100%) rename {skill => neon_skill_weather}/config.py (100%) rename {skill => neon_skill_weather}/dialog.py (100%) rename {skill => neon_skill_weather}/intent.py (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/and.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/condition/clear sky.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/condition/clear.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/condition/thunderstorm.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-temperature-high-low.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/current/current-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-wind-light-loaction.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/daily/daily-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/error/cant-get-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/error/no-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/hourly/hourly-condition-alternative-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/hourly/hourly-condition-alternative-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/hourly/hourly-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/hourly/hourly-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/hourly/hourly-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/hourly/hourly-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/hourly/hourly-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/dialog/weekly/weekly-temperature.dialog (100%) rename {locale => neon_skill_weather/locale}/ca-es/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/clear.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/clouds.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/do.i.need.an.umbrella.intent (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/fog.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/rain.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/snow.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/thunderstorm.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/date-time/couple.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/date-time/now.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/date-time/relative-day.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/date-time/relative-time.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/date-time/today.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/date-time/week.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/date-time/weekend.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/query/confirm-query-current.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/query/confirm-query-future.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/query/confirm-query.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/query/how.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/query/when.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/temperature/cold.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/temperature/high.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/temperature/hot.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/temperature/low.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/temperature/temperature.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/unit/fahrenheit.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/unit/unit.voc (100%) rename {locale => neon_skill_weather/locale}/ca-es/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/and.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/condition/clear sky.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/condition/clear.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/condition/thunderstorm.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-temperature-high-low.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/current/current-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/daily/daily-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/error/cant-get-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/error/no-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/hourly/hourly-condition-alternative-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/hourly/hourly-condition-alternative-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/hourly/hourly-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/hourly/hourly-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/hourly/hourly-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/hourly/hourly-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/hourly/hourly-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/dialog/weekly/weekly-temperature.dialog (100%) rename {locale => neon_skill_weather/locale}/da-dk/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/clear.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/clouds.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/do-i-need-an-umbrella-intent (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/fog.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/rain.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/snow.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/thunderstorm.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/date-time/couple.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/date-time/now.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/date-time/relative-day.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/date-time/relative-time.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/date-time/today.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/date-time/week.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/date-time/weekend.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/query/confirm-query-current.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/query/confirm-query-future.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/query/confirm-query.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/query/how.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/query/when.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/temperature/cold.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/temperature/high.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/temperature/hot.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/temperature/low.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/temperature/temperature.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/unit/fahrenheit.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/unit/unit.voc (100%) rename {locale => neon_skill_weather/locale}/da-dk/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/de-de/dialog/and.dialog (95%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/clear sky.dialog (100%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/clear-sky.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/clear.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/clouds.dialog (95%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/humidity.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/rain.dialog (95%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/snow.dialog (95%) rename {locale => neon_skill_weather/locale}/de-de/dialog/condition/thunderstorm.dialog (93%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-condition-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-condition-expected-location.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-condition-not-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-condition-not-expected-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-humidity-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-humidity-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-sunrise-future-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-sunrise-future-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-sunrise-past-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-sunrise-past-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-sunset-future-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-sunset-future-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-sunset-past-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-sunset-past-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-temperature-high-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-temperature-high-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-temperature-high-low.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-temperature-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-temperature-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-temperature-low-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-temperature-low-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-weather-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-weather-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-wind-light-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-wind-light-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-wind-moderate-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-wind-moderate-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-wind-strong-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/current-wind-strong-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/current/currrent-clouds-alternative-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-condition-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-condition-expected-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-condition-not-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-condition-not-expected-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-humidity-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-humidity-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-precipitation-next-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-precipitation-next-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-precipitation-next-none-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-precipitation-next-none-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-sunrise-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-sunrise-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-sunset-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-sunset-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-temperature-high-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-temperature-high-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-temperature-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-temperature-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-temperature-low-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-temperature-low-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-weather-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-weather-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-wind-light-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-wind-light-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-wind-moderate-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-wind-moderate-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-wind-strong-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/daily/daily-wind-strong-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/direction/east.dialog (95%) rename {locale => neon_skill_weather/locale}/de-de/dialog/direction/north.dialog (95%) rename {locale => neon_skill_weather/locale}/de-de/dialog/direction/northeast.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/direction/northwest.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/direction/south.dialog (95%) rename {locale => neon_skill_weather/locale}/de-de/dialog/direction/southeast.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/direction/southwest.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/direction/west.dialog (95%) rename {locale => neon_skill_weather/locale}/de-de/dialog/error/cant-get-forecast.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/error/forty-eight-hours-available.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/error/location-not-found.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/error/no-forecast.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/error/seven-days-available.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-condition-alternative-local.dialog (100%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-condition-alternative-location.dialog (100%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-condition-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-condition-expected-location.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-precipitation-next-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-precipitation-next-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-temperature-local.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-temperature-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-weather-local.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/hourly/hourly-weather-location.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/dialog/percentage-number.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/unit/celsius.dialog (95%) rename {locale => neon_skill_weather/locale}/de-de/dialog/unit/fahrenheit.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/unit/meters per second.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/unit/miles per hour.dialog (96%) rename {locale => neon_skill_weather/locale}/de-de/dialog/weekly/weekly-condition.dialog (97%) rename {locale => neon_skill_weather/locale}/de-de/dialog/weekly/weekly-temperature.dialog (98%) rename {locale => neon_skill_weather/locale}/de-de/regex/location.rx (98%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/clear.voc (93%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/clouds.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/do-i-need-an-umbrella.intent (97%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/do.i.need.an.umbrella.intent (100%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/fog.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/humidity.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/precipitation.voc (93%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/rain.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/snow.voc (93%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/thunderstorm.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/condition/windy.voc (92%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/couple.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/few.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/later.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/next.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/now.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/number-days.voc (93%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/relative-day.voc (91%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/relative-time.voc (92%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/today.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/week.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/date-time/weekend.voc (96%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/forecast.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/like.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/location.voc (93%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/outside.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/query/confirm-query-current.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/query/confirm-query-future.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/query/confirm-query.voc (89%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/query/how.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/query/query.voc (93%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/query/when.voc (93%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/sunrise.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/sunset.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/temperature/cold.voc (92%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/temperature/high.voc (92%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/temperature/hot.voc (94%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/temperature/low.voc (93%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/temperature/temperature.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/unit/fahrenheit.voc (96%) rename {locale/en-us => neon_skill_weather/locale/de-de}/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/unit/unit.voc (95%) rename {locale => neon_skill_weather/locale}/de-de/vocabulary/weather.voc (95%) rename {locale => neon_skill_weather/locale}/en-us/dialog/and.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/condition/clear-sky.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/condition/clear.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/condition/clouds.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/condition/humidity.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/condition/thunderstorm.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-humidity-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-sunrise-future-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-sunrise-future-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-sunrise-past-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-sunrise-past-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-sunset-future-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-sunset-future-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-sunset-past-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-sunset-past-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-temperature-high-low.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/current-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/current/currrent-clouds-alternative-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-humidity-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-precipitation-next-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-precipitation-next-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-precipitation-next-none-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-precipitation-next-none-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-sunrise-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-sunrise-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-sunset-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-sunset-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/daily/daily-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/error/cant-get-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/error/forty-eight-hours-available.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/error/no-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/error/seven-days-available.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/hourly/hourly-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/hourly/hourly-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/hourly/hourly-precipitation-next-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/hourly/hourly-precipitation-next-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/hourly/hourly-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/hourly/hourly-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/weekly/weekly-condition.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/dialog/weekly/weekly-temperature.dialog (100%) rename {locale => neon_skill_weather/locale}/en-us/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/clear.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/clouds.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/do-i-need-an-umbrella.intent (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/fog.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/rain.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/snow.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/thunderstorm.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/couple.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/few.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/now.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/number-days.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/relative-day.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/relative-time.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/today.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/week.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/date-time/weekend.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/like.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/outside.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/query/confirm-query-current.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/query/confirm-query-future.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/query/confirm-query.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/query/how.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/query/when.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/temperature/cold.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/temperature/high.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/temperature/hot.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/temperature/low.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/temperature/temperature.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/unit/fahrenheit.voc (100%) rename {locale/gl-es => neon_skill_weather/locale/en-us}/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/unit/unit.voc (100%) rename {locale => neon_skill_weather/locale}/en-us/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/condition/humidity.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/es-es/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/es-es/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/condition/clear-sky.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/condition/clear.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/condition/clouds.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/condition/humidity.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/condition/thunderstorm.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-humidity-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-sunrise-future-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-sunrise-future-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-sunrise-past-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-sunrise-past-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-sunset-future-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-sunset-future-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-sunset-past-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-sunset-past-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-temperature-high-low.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/current-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/current/currrent-clouds-alternative-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-humidity-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-precipitation-next-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-precipitation-next-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-precipitation-next-none-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-precipitation-next-none-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-sunrise-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-sunrise-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-sunset-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-sunset-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/daily/daily-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/error/cant-get-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/error/forty-eight-hours-available.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/error/no-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/error/seven-days-available.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/hourly/hourly-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/hourly/hourly-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/hourly/hourly-precipitation-next-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/hourly/hourly-precipitation-next-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/hourly/hourly-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/hourly/hourly-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/eu-eu/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/clear.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/clouds.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/do-i-need-an-umbrella.intent (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/fog.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/rain.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/snow.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/thunderstorm.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/couple.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/few.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/now.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/number-days.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/relative-day.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/relative-time.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/today.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/week.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/date-time/weekend.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/query/confirm-query-current.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/query/confirm-query-future.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/query/confirm-query.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/query/how.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/query/when.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/temperature/cold.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/temperature/high.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/temperature/hot.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/temperature/low.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/temperature/temperature.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/unit/fahrenheit.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/unit/unit.voc (100%) rename {locale => neon_skill_weather/locale}/eu-eu/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/fr-fr/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/fr-fr/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/and.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/condition/clear sky.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/condition/clear.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/condition/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/condition/thunderstorm.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-temperature-high-low.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/current/current-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/daily/daily-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/error/cant-get-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/error/no-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/hourly/hourly-condition-alternative-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/hourly/hourly-condition-alternative-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/hourly/hourly-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/hourly/hourly-condition-expected.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/hourly/hourly-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/hourly/hourly-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/hourly/hourly-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/dialog/weekly/weekly-temperature.dialog (100%) rename {locale => neon_skill_weather/locale}/gl-es/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/clear.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/clouds.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/do.i.need.an.umbrella.intent (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/fog.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/rain.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/snow.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/thunderstorm.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/date-time/couple.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/date-time/now.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/date-time/relative-day.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/date-time/relative-time.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/date-time/today.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/date-time/week.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/date-time/weekend.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/query/confirm-query-current.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/query/confirm-query-future.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/query/confirm-query.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/query/how.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/query/when.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/temperature/cold.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/temperature/high.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/temperature/hot.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/temperature/low.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/temperature/temperature.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/unit/fahrenheit.voc (100%) rename {locale/sv-se => neon_skill_weather/locale/gl-es}/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/unit/unit.voc (100%) rename {locale => neon_skill_weather/locale}/gl-es/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-temperature-high-low.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/current/current-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/daily/daily-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/it-it/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/condition/clear.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/condition/clouds.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/condition/do.i.need.an.umbrella.intent (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/condition/fog.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/condition/rain.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/condition/snow.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/date-time/weekend.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/query/confirm-query.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/temperature/cold.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/temperature/high.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/temperature/hot.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/temperature/low.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/temperature/temperature.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/unit/fahrenheit.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/unit/unit.voc (100%) rename {locale => neon_skill_weather/locale}/it-it/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/nl-nl/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/nl-nl/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/and.dialog (95%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/condition/clear-sky.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/condition/clear.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/condition/clouds.dialog (95%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/condition/humidity.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/condition/rain.dialog (95%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/condition/snow.dialog (95%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/condition/thunderstorm.dialog (95%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-condition-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-condition-expected-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-condition-not-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-condition-not-expected-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-humidity-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-humidity-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-sunrise-future-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-sunrise-future-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-sunrise-past-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-sunrise-past-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-sunset-future-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-sunset-future-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-sunset-past-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-sunset-past-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-temperature-high-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-temperature-high-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-temperature-high-low.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-temperature-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-temperature-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-temperature-low-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-temperature-low-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-weather-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-weather-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-wind-light-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-wind-light-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-wind-moderate-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-wind-moderate-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-wind-strong-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/current-wind-strong-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/current/currrent-clouds-alternative-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-condition-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-condition-expected-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-condition-not-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-condition-not-expected-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-humidity-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-humidity-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-precipitation-next-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-precipitation-next-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-precipitation-next-none-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-precipitation-next-none-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-sunrise-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-sunrise-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-sunset-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-sunset-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-temperature-high-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-temperature-high-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-temperature-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-temperature-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-temperature-low-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-temperature-low-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-weather-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-weather-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-wind-light-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-wind-light-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-wind-moderate-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-wind-moderate-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-wind-strong-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/daily/daily-wind-strong-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/direction/east.dialog (95%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/direction/north.dialog (95%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/direction/northeast.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/direction/northwest.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/direction/south.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/direction/southeast.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/direction/southwest.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/direction/west.dialog (95%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/error/cant-get-forecast.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/error/forty-eight-hours-available.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/error/location-not-found.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/error/no-forecast.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/error/seven-days-available.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/hourly/hourly-condition-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/hourly/hourly-condition-expected-location.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/hourly/hourly-precipitation-next-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/hourly/hourly-precipitation-next-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/hourly/hourly-temperature-local.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/hourly/hourly-temperature-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/hourly/hourly-weather-local.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/hourly/hourly-weather-location.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/percentage-number.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/unit/celsius.dialog (95%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/unit/fahrenheit.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/unit/meters per second.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/unit/miles per hour.dialog (96%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/weekly/weekly-condition.dialog (97%) rename {locale => neon_skill_weather/locale}/pl-pl/dialog/weekly/weekly-temperature.dialog (98%) rename {locale => neon_skill_weather/locale}/pl-pl/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/clear.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/clouds.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/do-i-need-an-umbrella.intent (97%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/fog.voc (94%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/humidity.voc (94%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/precipitation.voc (92%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/rain.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/snow.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/thunderstorm.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/condition/windy.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/couple.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/few.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/later.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/next.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/now.voc (94%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/number-days.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/relative-day.voc (91%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/relative-time.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/today.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/week.voc (94%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/date-time/weekend.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/forecast.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/like.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/location.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/outside.voc (96%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/query/confirm-query-current.voc (94%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/query/confirm-query-future.voc (94%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/query/confirm-query.voc (92%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/query/how.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/query/query.voc (92%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/query/when.voc (94%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/sunrise.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/sunset.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/temperature/cold.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/temperature/high.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/temperature/hot.voc (90%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/temperature/low.voc (93%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/temperature/temperature.voc (94%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/unit/fahrenheit.voc (96%) rename locale/sv-se/vocabulary/unit/unit.voc => neon_skill_weather/locale/pl-pl/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/unit/unit.voc (95%) rename {locale => neon_skill_weather/locale}/pl-pl/vocabulary/weather.voc (95%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/and.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/condition/clear sky.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/condition/clear.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/condition/thunderstorm.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-temperature-high-low.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/current/current-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-temperature-high.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/daily/daily-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/error/cant-get-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/hourly/hourly-condition-alternative-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/hourly/hourly-condition-alternative-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/hourly/hourly-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/hourly/hourly-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/hourly/hourly-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/hourly/hourly-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/hourly/hourly-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/dialog/weekly/weekly-temperature.dialog (100%) rename {locale => neon_skill_weather/locale}/pt-br/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/clear.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/clouds.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/do.i.need.an.umbrella.intent (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/fog.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/rain.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/snow.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/thunderstorm.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/date-time/couple.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/date-time/now.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/date-time/relative-day.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/date-time/relative-time.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/date-time/today.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/date-time/week.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/date-time/weekend.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/query/confirm-query-current.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/query/confirm-query-future.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/query/confirm-query.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/query/how.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/query/when.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/temperature/cold.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/temperature/high.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/temperature/hot.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/temperature/low.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/temperature/temperature.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/unit/fahrenheit.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/unit/unit.voc (100%) rename {locale => neon_skill_weather/locale}/pt-br/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/and.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/condition/clear-sky.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/condition/clear.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/condition/clouds.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/condition/humidity.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/condition/thunderstorm.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-humidity-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-sunrise-future-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-sunrise-future-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-sunrise-past-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-sunrise-past-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-sunset-future-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-sunset-future-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-sunset-past-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-sunset-past-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-temperature-high-low.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/current-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/current/currrent-clouds-alternative-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-humidity-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-precipitation-next-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-precipitation-next-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-precipitation-next-none-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-precipitation-next-none-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-sunrise-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-sunrise-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-sunset-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-sunset-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-weather-loation.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/daily/daily-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/error/cant-get-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/error/forty-eight-hours-available.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/error/no-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/error/seven-days-available.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/hourly/hourly-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/hourly/hourly-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/hourly/hourly-precipitation-next-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/hourly/hourly-precipitation-next-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/hourly/hourly-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/hourly/hourly-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/weekly/weekly-condition.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/dialog/weekly/weekly-temperature.dialog (100%) rename {locale => neon_skill_weather/locale}/ru-ru/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/clear.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/clouds.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/do-i-need-an-umbrella.intent (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/fog.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/rain.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/snow.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/thunderstorm.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/couple.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/few.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/now.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/number-days.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/relative-day.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/relative-time.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/today.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/week.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/date-time/weekend.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/like.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/outside.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/query/confirm-query-current.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/query/confirm-query-future.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/query/confirm-query.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/query/how.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/query/when.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/temperature/cold.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/temperature/high.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/temperature/hot.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/temperature/low.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/temperature/temperature.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/unit/fahrenheit.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/unit/unit.entity (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/unit/unit.voc (100%) rename {locale => neon_skill_weather/locale}/ru-ru/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/and.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/condition/clear sky.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/condition/clear.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/condition/no precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/condition/precipitation expected.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/condition/rain.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/condition/snow.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/condition/thunderstorm.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-humidity-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-temperature-high-low.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/current/current-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-temperature-high-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-temperature-high-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-temperature-low-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-temperature-low-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-wind-light-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-wind-light-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-wind-moderate-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-wind-moderate-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-wind-strong-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/daily/daily-wind-strong-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/direction/east.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/direction/north.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/direction/northeast.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/direction/northwest.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/direction/south.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/direction/southeast.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/direction/southwest.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/direction/west.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/error/cant-get-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/error/location-not-found.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/error/no-forecast.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/hourly/hourly-condition-alternative-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/hourly/hourly-condition-alternative-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/hourly/hourly-condition-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/hourly/hourly-condition-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/hourly/hourly-condition-not-expected-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/hourly/hourly-condition-not-expected-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/hourly/hourly-temperature-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/hourly/hourly-weather-local.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/hourly/hourly-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/percentage-number.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/unit/celsius.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/unit/fahrenheit.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/unit/meters per second.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/unit/miles per hour.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/dialog/weekly/weekly-temperature.dialog (100%) rename {locale => neon_skill_weather/locale}/sv-se/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/condition/clear.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/condition/clouds.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/condition/do.i.need.an.umbrella.intent (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/condition/humidity.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/condition/precipitation.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/condition/rain.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/condition/snow.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/condition/thunderstorm.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/condition/windy.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/date-time/couple.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/date-time/later.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/date-time/next.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/date-time/now.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/date-time/relative-day.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/date-time/relative-time.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/date-time/today.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/date-time/week.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/date-time/weekend.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/forecast.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/location.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/query/confirm-query-current.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/query/confirm-query-future.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/query/confirm-query.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/query/how.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/query/query.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/query/when.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/sunrise.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/sunset.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/temperature/cold.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/temperature/fog.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/temperature/high.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/temperature/hot.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/temperature/low.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/temperature/temperature.voc (100%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/unit/fahrenheit.voc (100%) rename {locale/de-de => neon_skill_weather/locale/sv-se}/vocabulary/unit/unit.entity (90%) rename locale/uk-ua/vocabulary/unit/unit.entity => neon_skill_weather/locale/sv-se/vocabulary/unit/unit.voc (90%) rename {locale => neon_skill_weather/locale}/sv-se/vocabulary/weather.voc (100%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/and.dialog (95%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/condition/clear-sky.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/condition/clear.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/condition/clouds.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/condition/humidity.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/condition/rain.dialog (95%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/condition/snow.dialog (95%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/condition/thunderstorm.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-condition-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-condition-expected-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-condition-not-expected-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-condition-not-expected-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-humidity-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-humidity-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-sunrise-future-local.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-sunrise-future-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-sunrise-past-local.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-sunrise-past-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-sunset-future-local.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-sunset-future-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-sunset-past-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-sunset-past-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-temperature-high-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-temperature-high-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-temperature-high-low.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-temperature-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-temperature-location.dialog (100%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-temperature-low-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-temperature-low-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-weather-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-weather-location.dialog (100%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-wind-light-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-wind-light-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-wind-moderate-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-wind-moderate-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-wind-strong-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/current-wind-strong-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/current/currrent-clouds-alternative-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-condition-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-condition-expected-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-condition-not-expected-local.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-condition-not-expected-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-humidity-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-humidity-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-precipitation-next-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-precipitation-next-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-precipitation-next-none-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-precipitation-next-none-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-sunrise-local.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-sunrise-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-sunset-local.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-sunset-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-temperature-high-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-temperature-high-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-temperature-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-temperature-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-temperature-low-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-temperature-low-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-weather-local.dialog (99%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-weather-location.dialog (99%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-wind-light-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-wind-light-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-wind-moderate-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-wind-moderate-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-wind-strong-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/daily/daily-wind-strong-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/direction/east.dialog (95%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/direction/north.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/direction/northeast.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/direction/northwest.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/direction/south.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/direction/southeast.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/direction/southwest.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/direction/west.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/error/cant-get-forecast.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/error/forty-eight-hours-available.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/error/location-not-found.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/error/no-forecast.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/error/seven-days-available.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/hourly/hourly-condition-expected-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/hourly/hourly-condition-expected-location.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/hourly/hourly-precipitation-next-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/hourly/hourly-precipitation-next-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/hourly/hourly-temperature-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/hourly/hourly-temperature-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/hourly/hourly-weather-local.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/hourly/hourly-weather-location.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/percentage-number.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/unit/celsius.dialog (96%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/unit/fahrenheit.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/unit/meters per second.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/unit/miles per hour.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/weekly/weekly-condition.dialog (97%) rename {locale => neon_skill_weather/locale}/uk-ua/dialog/weekly/weekly-temperature.dialog (98%) rename {locale => neon_skill_weather/locale}/uk-ua/regex/location.rx (100%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/clear.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/clouds.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/do-i-need-an-umbrella.intent (98%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/fog.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/humidity.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/precipitation.voc (94%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/rain.voc (94%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/snow.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/thunderstorm.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/condition/windy.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/couple.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/few.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/later.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/next.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/now.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/number-days.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/relative-day.voc (94%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/relative-time.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/today.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/week.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/date-time/weekend.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/forecast.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/like.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/location.voc (94%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/outside.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/query/confirm-query-current.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/query/confirm-query-future.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/query/confirm-query.voc (94%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/query/how.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/query/query.voc (94%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/query/when.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/sunrise.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/sunset.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/temperature/cold.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/temperature/high.voc (95%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/temperature/hot.voc (94%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/temperature/low.voc (94%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/temperature/temperature.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/unit/fahrenheit.voc (97%) rename {locale/pl-pl => neon_skill_weather/locale/uk-ua}/vocabulary/unit/unit.entity (90%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/unit/unit.voc (96%) rename {locale => neon_skill_weather/locale}/uk-ua/vocabulary/weather.voc (96%) rename settingsmeta.yml => neon_skill_weather/settingsmeta.yml (100%) rename {ui => neon_skill_weather/ui}/DailyColumn.qml (100%) rename {ui => neon_skill_weather/ui}/DailyColumnScalable.qml (100%) rename {ui => neon_skill_weather/ui}/DailyDelegateScalable.qml (100%) rename {ui => neon_skill_weather/ui}/HourlyColumn.qml (100%) rename {ui => neon_skill_weather/ui}/WeatherDate.qml (100%) rename {ui => neon_skill_weather/ui}/WeatherDelegateMarkII.qml (100%) rename {ui => neon_skill_weather/ui}/WeatherDelegateScalable.qml (100%) rename {ui => neon_skill_weather/ui}/WeatherImage.qml (100%) rename {ui => neon_skill_weather/ui}/WeatherLabel.qml (100%) rename {ui => neon_skill_weather/ui}/WeatherLocation.qml (100%) rename {ui => neon_skill_weather/ui}/animations/clouds.json (100%) rename {ui => neon_skill_weather/ui}/animations/fog.json (100%) rename {ui => neon_skill_weather/ui}/animations/partial_clouds.json (100%) rename {ui => neon_skill_weather/ui}/animations/rain.json (100%) rename {ui => neon_skill_weather/ui}/animations/sleet.json (100%) rename {ui => neon_skill_weather/ui}/animations/snow.json (100%) rename {ui => neon_skill_weather/ui}/animations/storm.json (100%) rename {ui => neon_skill_weather/ui}/animations/sun.json (100%) rename {ui => neon_skill_weather/ui}/current_1_mark_ii.qml (100%) rename {ui => neon_skill_weather/ui}/current_1_scalable.qml (100%) rename {ui => neon_skill_weather/ui}/current_2_mark_ii.qml (100%) rename {ui => neon_skill_weather/ui}/current_2_scalable.qml (100%) rename {ui => neon_skill_weather/ui}/daily_mark_ii.qml (100%) rename {ui => neon_skill_weather/ui}/daily_scalable.qml (100%) rename {ui => neon_skill_weather/ui}/hourly_mark_ii.qml (100%) rename {ui => neon_skill_weather/ui}/images/clouds.svg (100%) rename {ui => neon_skill_weather/ui}/images/fog.svg (100%) rename {ui => neon_skill_weather/ui}/images/high_temperature.svg (100%) rename {ui => neon_skill_weather/ui}/images/humidity.svg (100%) rename {ui => neon_skill_weather/ui}/images/low_temperature.svg (100%) rename {ui => neon_skill_weather/ui}/images/moon.svg (100%) rename {ui => neon_skill_weather/ui}/images/partial_clouds_day.svg (100%) rename {ui => neon_skill_weather/ui}/images/partial_clouds_night.svg (100%) rename {ui => neon_skill_weather/ui}/images/rain.svg (100%) rename {ui => neon_skill_weather/ui}/images/snow.svg (100%) rename {ui => neon_skill_weather/ui}/images/storm.svg (100%) rename {ui => neon_skill_weather/ui}/images/sun.svg (100%) rename {ui => neon_skill_weather/ui}/images/sunrise.svg (100%) rename {ui => neon_skill_weather/ui}/images/sunset.svg (100%) rename {ui => neon_skill_weather/ui}/images/wind.svg (100%) rename {ui => neon_skill_weather/ui}/qmldir (100%) rename {ui => neon_skill_weather/ui}/single_day_mark_ii.qml (100%) rename {ui => neon_skill_weather/ui}/sunrise_sunset_mark_ii.qml (100%) rename {skill => neon_skill_weather}/util.py (100%) rename {skill => neon_skill_weather}/weather.py (100%) delete mode 100644 skill/__init__.py diff --git a/.github/workflows/skill_tests.yml b/.github/workflows/skill_tests.yml index 64a805490..1abc4394d 100644 --- a/.github/workflows/skill_tests.yml +++ b/.github/workflows/skill_tests.yml @@ -13,9 +13,11 @@ jobs: skill_intent_tests: uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master with: - ovos_versions: "[]" - # skill_resource_tests: - # uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master + skill_entrypoint: skill-weather.neongeckocom + skill_resource_tests: + uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master + with: + skill_entrypoint: skill-weather.neongeckocom skill_install_tests: uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master with: diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 7a4a3ea24..000000000 --- a/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file diff --git a/__init__.py b/neon_skill_weather/__init__.py similarity index 99% rename from __init__.py rename to neon_skill_weather/__init__.py index cf1e131aa..50a79f1bc 100644 --- a/__init__.py +++ b/neon_skill_weather/__init__.py @@ -68,29 +68,12 @@ from ovos_workshop.intents import IntentBuilder -from .skill import ( - CurrentDialog, - DAILY, - DailyDialog, - DailyWeather, - HOURLY, - HourlyDialog, - get_dialog_for_timeframe, - LocationNotFoundError, - OpenWeatherMapApi, - WeatherCondition, - WeatherConfig, - WeatherIntent, - WeatherReport, - WeeklyDialog, -) - -# TODO: VK Failures -# Locations: Washington, D.C. -# -# TODO: Intent failures -# Later weather: only the word "later" in the vocab file works all others -# invoke datetime skill +from neon_skill_weather.dialog import CurrentDialog, DailyDialog, HourlyDialog, WeeklyDialog, get_dialog_for_timeframe +from neon_skill_weather.api import WeatherReport, OpenWeatherMapApi +from neon_skill_weather.config import WeatherConfig +from neon_skill_weather.intent import WeatherIntent +from neon_skill_weather.util import LocationNotFoundError +from neon_skill_weather.weather import DAILY, HOURLY, DailyWeather, WeatherCondition MARK_II = "mycroft_mark_2" TWELVE_HOUR = "half" diff --git a/skill/api.py b/neon_skill_weather/api.py similarity index 100% rename from skill/api.py rename to neon_skill_weather/api.py diff --git a/skill/config.py b/neon_skill_weather/config.py similarity index 100% rename from skill/config.py rename to neon_skill_weather/config.py diff --git a/skill/dialog.py b/neon_skill_weather/dialog.py similarity index 100% rename from skill/dialog.py rename to neon_skill_weather/dialog.py diff --git a/skill/intent.py b/neon_skill_weather/intent.py similarity index 100% rename from skill/intent.py rename to neon_skill_weather/intent.py diff --git a/locale/ca-es/dialog/and.dialog b/neon_skill_weather/locale/ca-es/dialog/and.dialog similarity index 100% rename from locale/ca-es/dialog/and.dialog rename to neon_skill_weather/locale/ca-es/dialog/and.dialog diff --git a/locale/ca-es/dialog/condition/clear sky.dialog b/neon_skill_weather/locale/ca-es/dialog/condition/clear sky.dialog similarity index 100% rename from locale/ca-es/dialog/condition/clear sky.dialog rename to neon_skill_weather/locale/ca-es/dialog/condition/clear sky.dialog diff --git a/locale/ca-es/dialog/condition/clear.dialog b/neon_skill_weather/locale/ca-es/dialog/condition/clear.dialog similarity index 100% rename from locale/ca-es/dialog/condition/clear.dialog rename to neon_skill_weather/locale/ca-es/dialog/condition/clear.dialog diff --git a/locale/ca-es/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/ca-es/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/ca-es/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/ca-es/dialog/condition/no precipitation expected.dialog diff --git a/locale/ca-es/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/ca-es/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/ca-es/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/ca-es/dialog/condition/precipitation expected.dialog diff --git a/locale/ca-es/dialog/condition/rain.dialog b/neon_skill_weather/locale/ca-es/dialog/condition/rain.dialog similarity index 100% rename from locale/ca-es/dialog/condition/rain.dialog rename to neon_skill_weather/locale/ca-es/dialog/condition/rain.dialog diff --git a/locale/ca-es/dialog/condition/snow.dialog b/neon_skill_weather/locale/ca-es/dialog/condition/snow.dialog similarity index 100% rename from locale/ca-es/dialog/condition/snow.dialog rename to neon_skill_weather/locale/ca-es/dialog/condition/snow.dialog diff --git a/locale/ca-es/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/ca-es/dialog/condition/thunderstorm.dialog similarity index 100% rename from locale/ca-es/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/ca-es/dialog/condition/thunderstorm.dialog diff --git a/locale/ca-es/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-condition-expected-local.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-condition-expected-local.dialog diff --git a/locale/ca-es/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-condition-expected-location.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-condition-expected-location.dialog diff --git a/locale/ca-es/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-humidity-location.dialog diff --git a/locale/ca-es/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-temperature-high-local.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-temperature-high-local.dialog diff --git a/locale/ca-es/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-temperature-high-location.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-temperature-high-location.dialog diff --git a/locale/ca-es/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-temperature-high-low.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-temperature-high-low.dialog diff --git a/locale/ca-es/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-temperature-local.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-temperature-local.dialog diff --git a/locale/ca-es/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-temperature-location.dialog diff --git a/locale/ca-es/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-temperature-low-local.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-temperature-low-local.dialog diff --git a/locale/ca-es/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-temperature-low-location.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-temperature-low-location.dialog diff --git a/locale/ca-es/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-weather-local.dialog diff --git a/locale/ca-es/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-weather-location.dialog diff --git a/locale/ca-es/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-wind-light-local.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-wind-light-local.dialog diff --git a/locale/ca-es/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-wind-light-location.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-wind-light-location.dialog diff --git a/locale/ca-es/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-wind-moderate-local.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-wind-moderate-local.dialog diff --git a/locale/ca-es/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-wind-moderate-location.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-wind-moderate-location.dialog diff --git a/locale/ca-es/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-wind-strong-local.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-wind-strong-local.dialog diff --git a/locale/ca-es/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/ca-es/dialog/current/current-wind-strong-location.dialog similarity index 100% rename from locale/ca-es/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/current/current-wind-strong-location.dialog diff --git a/locale/ca-es/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-condition-expected-local.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-condition-expected-local.dialog diff --git a/locale/ca-es/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-condition-expected-location.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-condition-expected-location.dialog diff --git a/locale/ca-es/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-high-local.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-high-local.dialog diff --git a/locale/ca-es/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-high-location.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-high-location.dialog diff --git a/locale/ca-es/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-local.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-local.dialog diff --git a/locale/ca-es/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-location.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-location.dialog diff --git a/locale/ca-es/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-low-local.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-low-local.dialog diff --git a/locale/ca-es/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-low-location.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-temperature-low-location.dialog diff --git a/locale/ca-es/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-weather-local.dialog diff --git a/locale/ca-es/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-weather-location.dialog diff --git a/locale/ca-es/dialog/daily/daily-wind-light-loaction.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-light-loaction.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-wind-light-loaction.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-light-loaction.dialog diff --git a/locale/ca-es/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-light-local.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-light-local.dialog diff --git a/locale/ca-es/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-moderate-local.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-moderate-local.dialog diff --git a/locale/ca-es/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-moderate-location.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-moderate-location.dialog diff --git a/locale/ca-es/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-strong-local.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-strong-local.dialog diff --git a/locale/ca-es/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-strong-location.dialog similarity index 100% rename from locale/ca-es/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/daily/daily-wind-strong-location.dialog diff --git a/locale/ca-es/dialog/direction/east.dialog b/neon_skill_weather/locale/ca-es/dialog/direction/east.dialog similarity index 100% rename from locale/ca-es/dialog/direction/east.dialog rename to neon_skill_weather/locale/ca-es/dialog/direction/east.dialog diff --git a/locale/ca-es/dialog/direction/north.dialog b/neon_skill_weather/locale/ca-es/dialog/direction/north.dialog similarity index 100% rename from locale/ca-es/dialog/direction/north.dialog rename to neon_skill_weather/locale/ca-es/dialog/direction/north.dialog diff --git a/locale/ca-es/dialog/direction/northeast.dialog b/neon_skill_weather/locale/ca-es/dialog/direction/northeast.dialog similarity index 100% rename from locale/ca-es/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/ca-es/dialog/direction/northeast.dialog diff --git a/locale/ca-es/dialog/direction/northwest.dialog b/neon_skill_weather/locale/ca-es/dialog/direction/northwest.dialog similarity index 100% rename from locale/ca-es/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/ca-es/dialog/direction/northwest.dialog diff --git a/locale/ca-es/dialog/direction/south.dialog b/neon_skill_weather/locale/ca-es/dialog/direction/south.dialog similarity index 100% rename from locale/ca-es/dialog/direction/south.dialog rename to neon_skill_weather/locale/ca-es/dialog/direction/south.dialog diff --git a/locale/ca-es/dialog/direction/southeast.dialog b/neon_skill_weather/locale/ca-es/dialog/direction/southeast.dialog similarity index 100% rename from locale/ca-es/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/ca-es/dialog/direction/southeast.dialog diff --git a/locale/ca-es/dialog/direction/southwest.dialog b/neon_skill_weather/locale/ca-es/dialog/direction/southwest.dialog similarity index 100% rename from locale/ca-es/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/ca-es/dialog/direction/southwest.dialog diff --git a/locale/ca-es/dialog/direction/west.dialog b/neon_skill_weather/locale/ca-es/dialog/direction/west.dialog similarity index 100% rename from locale/ca-es/dialog/direction/west.dialog rename to neon_skill_weather/locale/ca-es/dialog/direction/west.dialog diff --git a/locale/ca-es/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/ca-es/dialog/error/cant-get-forecast.dialog similarity index 100% rename from locale/ca-es/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/ca-es/dialog/error/cant-get-forecast.dialog diff --git a/locale/ca-es/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/ca-es/dialog/error/location-not-found.dialog similarity index 100% rename from locale/ca-es/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/ca-es/dialog/error/location-not-found.dialog diff --git a/locale/ca-es/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/ca-es/dialog/error/no-forecast.dialog similarity index 100% rename from locale/ca-es/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/ca-es/dialog/error/no-forecast.dialog diff --git a/locale/ca-es/dialog/hourly/hourly-condition-alternative-local.dialog b/neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-alternative-local.dialog similarity index 100% rename from locale/ca-es/dialog/hourly/hourly-condition-alternative-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-alternative-local.dialog diff --git a/locale/ca-es/dialog/hourly/hourly-condition-alternative-location.dialog b/neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-alternative-location.dialog similarity index 100% rename from locale/ca-es/dialog/hourly/hourly-condition-alternative-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-alternative-location.dialog diff --git a/locale/ca-es/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-expected-local.dialog similarity index 100% rename from locale/ca-es/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-expected-local.dialog diff --git a/locale/ca-es/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-expected-location.dialog similarity index 100% rename from locale/ca-es/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-expected-location.dialog diff --git a/locale/ca-es/dialog/hourly/hourly-condition-not-expected-local.dialog b/neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-not-expected-local.dialog similarity index 100% rename from locale/ca-es/dialog/hourly/hourly-condition-not-expected-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-not-expected-local.dialog diff --git a/locale/ca-es/dialog/hourly/hourly-condition-not-expected-location.dialog b/neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-not-expected-location.dialog similarity index 100% rename from locale/ca-es/dialog/hourly/hourly-condition-not-expected-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/hourly/hourly-condition-not-expected-location.dialog diff --git a/locale/ca-es/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/ca-es/dialog/hourly/hourly-temperature-local.dialog similarity index 100% rename from locale/ca-es/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/hourly/hourly-temperature-local.dialog diff --git a/locale/ca-es/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/ca-es/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/ca-es/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/ca-es/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/ca-es/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/ca-es/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/ca-es/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/ca-es/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/ca-es/dialog/percentage-number.dialog b/neon_skill_weather/locale/ca-es/dialog/percentage-number.dialog similarity index 100% rename from locale/ca-es/dialog/percentage-number.dialog rename to neon_skill_weather/locale/ca-es/dialog/percentage-number.dialog diff --git a/locale/ca-es/dialog/unit/celsius.dialog b/neon_skill_weather/locale/ca-es/dialog/unit/celsius.dialog similarity index 100% rename from locale/ca-es/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/ca-es/dialog/unit/celsius.dialog diff --git a/locale/ca-es/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/ca-es/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/ca-es/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/ca-es/dialog/unit/fahrenheit.dialog diff --git a/locale/ca-es/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/ca-es/dialog/unit/meters per second.dialog similarity index 100% rename from locale/ca-es/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/ca-es/dialog/unit/meters per second.dialog diff --git a/locale/ca-es/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/ca-es/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/ca-es/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/ca-es/dialog/unit/miles per hour.dialog diff --git a/locale/ca-es/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/ca-es/dialog/weekly/weekly-temperature.dialog similarity index 100% rename from locale/ca-es/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/ca-es/dialog/weekly/weekly-temperature.dialog diff --git a/locale/ca-es/regex/location.rx b/neon_skill_weather/locale/ca-es/regex/location.rx similarity index 100% rename from locale/ca-es/regex/location.rx rename to neon_skill_weather/locale/ca-es/regex/location.rx diff --git a/locale/ca-es/vocabulary/condition/clear.voc b/neon_skill_weather/locale/ca-es/vocabulary/condition/clear.voc similarity index 100% rename from locale/ca-es/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/ca-es/vocabulary/condition/clear.voc diff --git a/locale/ca-es/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/ca-es/vocabulary/condition/clouds.voc similarity index 100% rename from locale/ca-es/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/ca-es/vocabulary/condition/clouds.voc diff --git a/locale/ca-es/vocabulary/condition/do.i.need.an.umbrella.intent b/neon_skill_weather/locale/ca-es/vocabulary/condition/do.i.need.an.umbrella.intent similarity index 100% rename from locale/ca-es/vocabulary/condition/do.i.need.an.umbrella.intent rename to neon_skill_weather/locale/ca-es/vocabulary/condition/do.i.need.an.umbrella.intent diff --git a/locale/ca-es/vocabulary/condition/fog.voc b/neon_skill_weather/locale/ca-es/vocabulary/condition/fog.voc similarity index 100% rename from locale/ca-es/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/ca-es/vocabulary/condition/fog.voc diff --git a/locale/ca-es/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/ca-es/vocabulary/condition/humidity.voc similarity index 100% rename from locale/ca-es/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/ca-es/vocabulary/condition/humidity.voc diff --git a/locale/ca-es/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/ca-es/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/ca-es/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/ca-es/vocabulary/condition/precipitation.voc diff --git a/locale/ca-es/vocabulary/condition/rain.voc b/neon_skill_weather/locale/ca-es/vocabulary/condition/rain.voc similarity index 100% rename from locale/ca-es/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/ca-es/vocabulary/condition/rain.voc diff --git a/locale/ca-es/vocabulary/condition/snow.voc b/neon_skill_weather/locale/ca-es/vocabulary/condition/snow.voc similarity index 100% rename from locale/ca-es/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/ca-es/vocabulary/condition/snow.voc diff --git a/locale/ca-es/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/ca-es/vocabulary/condition/thunderstorm.voc similarity index 100% rename from locale/ca-es/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/ca-es/vocabulary/condition/thunderstorm.voc diff --git a/locale/ca-es/vocabulary/condition/windy.voc b/neon_skill_weather/locale/ca-es/vocabulary/condition/windy.voc similarity index 100% rename from locale/ca-es/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/ca-es/vocabulary/condition/windy.voc diff --git a/locale/ca-es/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/ca-es/vocabulary/date-time/couple.voc similarity index 100% rename from locale/ca-es/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/ca-es/vocabulary/date-time/couple.voc diff --git a/locale/ca-es/vocabulary/date-time/later.voc b/neon_skill_weather/locale/ca-es/vocabulary/date-time/later.voc similarity index 100% rename from locale/ca-es/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/ca-es/vocabulary/date-time/later.voc diff --git a/locale/ca-es/vocabulary/date-time/next.voc b/neon_skill_weather/locale/ca-es/vocabulary/date-time/next.voc similarity index 100% rename from locale/ca-es/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/ca-es/vocabulary/date-time/next.voc diff --git a/locale/ca-es/vocabulary/date-time/now.voc b/neon_skill_weather/locale/ca-es/vocabulary/date-time/now.voc similarity index 100% rename from locale/ca-es/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/ca-es/vocabulary/date-time/now.voc diff --git a/locale/ca-es/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/ca-es/vocabulary/date-time/relative-day.voc similarity index 100% rename from locale/ca-es/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/ca-es/vocabulary/date-time/relative-day.voc diff --git a/locale/ca-es/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/ca-es/vocabulary/date-time/relative-time.voc similarity index 100% rename from locale/ca-es/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/ca-es/vocabulary/date-time/relative-time.voc diff --git a/locale/ca-es/vocabulary/date-time/today.voc b/neon_skill_weather/locale/ca-es/vocabulary/date-time/today.voc similarity index 100% rename from locale/ca-es/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/ca-es/vocabulary/date-time/today.voc diff --git a/locale/ca-es/vocabulary/date-time/week.voc b/neon_skill_weather/locale/ca-es/vocabulary/date-time/week.voc similarity index 100% rename from locale/ca-es/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/ca-es/vocabulary/date-time/week.voc diff --git a/locale/ca-es/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/ca-es/vocabulary/date-time/weekend.voc similarity index 100% rename from locale/ca-es/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/ca-es/vocabulary/date-time/weekend.voc diff --git a/locale/ca-es/vocabulary/forecast.voc b/neon_skill_weather/locale/ca-es/vocabulary/forecast.voc similarity index 100% rename from locale/ca-es/vocabulary/forecast.voc rename to neon_skill_weather/locale/ca-es/vocabulary/forecast.voc diff --git a/locale/ca-es/vocabulary/location.voc b/neon_skill_weather/locale/ca-es/vocabulary/location.voc similarity index 100% rename from locale/ca-es/vocabulary/location.voc rename to neon_skill_weather/locale/ca-es/vocabulary/location.voc diff --git a/locale/ca-es/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/ca-es/vocabulary/query/confirm-query-current.voc similarity index 100% rename from locale/ca-es/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/ca-es/vocabulary/query/confirm-query-current.voc diff --git a/locale/ca-es/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/ca-es/vocabulary/query/confirm-query-future.voc similarity index 100% rename from locale/ca-es/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/ca-es/vocabulary/query/confirm-query-future.voc diff --git a/locale/ca-es/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/ca-es/vocabulary/query/confirm-query.voc similarity index 100% rename from locale/ca-es/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/ca-es/vocabulary/query/confirm-query.voc diff --git a/locale/ca-es/vocabulary/query/how.voc b/neon_skill_weather/locale/ca-es/vocabulary/query/how.voc similarity index 100% rename from locale/ca-es/vocabulary/query/how.voc rename to neon_skill_weather/locale/ca-es/vocabulary/query/how.voc diff --git a/locale/ca-es/vocabulary/query/query.voc b/neon_skill_weather/locale/ca-es/vocabulary/query/query.voc similarity index 100% rename from locale/ca-es/vocabulary/query/query.voc rename to neon_skill_weather/locale/ca-es/vocabulary/query/query.voc diff --git a/locale/ca-es/vocabulary/query/when.voc b/neon_skill_weather/locale/ca-es/vocabulary/query/when.voc similarity index 100% rename from locale/ca-es/vocabulary/query/when.voc rename to neon_skill_weather/locale/ca-es/vocabulary/query/when.voc diff --git a/locale/ca-es/vocabulary/sunrise.voc b/neon_skill_weather/locale/ca-es/vocabulary/sunrise.voc similarity index 100% rename from locale/ca-es/vocabulary/sunrise.voc rename to neon_skill_weather/locale/ca-es/vocabulary/sunrise.voc diff --git a/locale/ca-es/vocabulary/sunset.voc b/neon_skill_weather/locale/ca-es/vocabulary/sunset.voc similarity index 100% rename from locale/ca-es/vocabulary/sunset.voc rename to neon_skill_weather/locale/ca-es/vocabulary/sunset.voc diff --git a/locale/ca-es/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/ca-es/vocabulary/temperature/cold.voc similarity index 100% rename from locale/ca-es/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/ca-es/vocabulary/temperature/cold.voc diff --git a/locale/ca-es/vocabulary/temperature/high.voc b/neon_skill_weather/locale/ca-es/vocabulary/temperature/high.voc similarity index 100% rename from locale/ca-es/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/ca-es/vocabulary/temperature/high.voc diff --git a/locale/ca-es/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/ca-es/vocabulary/temperature/hot.voc similarity index 100% rename from locale/ca-es/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/ca-es/vocabulary/temperature/hot.voc diff --git a/locale/ca-es/vocabulary/temperature/low.voc b/neon_skill_weather/locale/ca-es/vocabulary/temperature/low.voc similarity index 100% rename from locale/ca-es/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/ca-es/vocabulary/temperature/low.voc diff --git a/locale/ca-es/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/ca-es/vocabulary/temperature/temperature.voc similarity index 100% rename from locale/ca-es/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/ca-es/vocabulary/temperature/temperature.voc diff --git a/locale/ca-es/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/ca-es/vocabulary/unit/fahrenheit.voc similarity index 100% rename from locale/ca-es/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/ca-es/vocabulary/unit/fahrenheit.voc diff --git a/locale/ca-es/vocabulary/unit/unit.entity b/neon_skill_weather/locale/ca-es/vocabulary/unit/unit.entity similarity index 100% rename from locale/ca-es/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/ca-es/vocabulary/unit/unit.entity diff --git a/locale/ca-es/vocabulary/unit/unit.voc b/neon_skill_weather/locale/ca-es/vocabulary/unit/unit.voc similarity index 100% rename from locale/ca-es/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/ca-es/vocabulary/unit/unit.voc diff --git a/locale/ca-es/vocabulary/weather.voc b/neon_skill_weather/locale/ca-es/vocabulary/weather.voc similarity index 100% rename from locale/ca-es/vocabulary/weather.voc rename to neon_skill_weather/locale/ca-es/vocabulary/weather.voc diff --git a/locale/da-dk/dialog/and.dialog b/neon_skill_weather/locale/da-dk/dialog/and.dialog similarity index 100% rename from locale/da-dk/dialog/and.dialog rename to neon_skill_weather/locale/da-dk/dialog/and.dialog diff --git a/locale/da-dk/dialog/condition/clear sky.dialog b/neon_skill_weather/locale/da-dk/dialog/condition/clear sky.dialog similarity index 100% rename from locale/da-dk/dialog/condition/clear sky.dialog rename to neon_skill_weather/locale/da-dk/dialog/condition/clear sky.dialog diff --git a/locale/da-dk/dialog/condition/clear.dialog b/neon_skill_weather/locale/da-dk/dialog/condition/clear.dialog similarity index 100% rename from locale/da-dk/dialog/condition/clear.dialog rename to neon_skill_weather/locale/da-dk/dialog/condition/clear.dialog diff --git a/locale/da-dk/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/da-dk/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/da-dk/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/da-dk/dialog/condition/no precipitation expected.dialog diff --git a/locale/da-dk/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/da-dk/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/da-dk/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/da-dk/dialog/condition/precipitation expected.dialog diff --git a/locale/da-dk/dialog/condition/rain.dialog b/neon_skill_weather/locale/da-dk/dialog/condition/rain.dialog similarity index 100% rename from locale/da-dk/dialog/condition/rain.dialog rename to neon_skill_weather/locale/da-dk/dialog/condition/rain.dialog diff --git a/locale/da-dk/dialog/condition/snow.dialog b/neon_skill_weather/locale/da-dk/dialog/condition/snow.dialog similarity index 100% rename from locale/da-dk/dialog/condition/snow.dialog rename to neon_skill_weather/locale/da-dk/dialog/condition/snow.dialog diff --git a/locale/da-dk/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/da-dk/dialog/condition/thunderstorm.dialog similarity index 100% rename from locale/da-dk/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/da-dk/dialog/condition/thunderstorm.dialog diff --git a/locale/da-dk/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-condition-expected-local.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-condition-expected-local.dialog diff --git a/locale/da-dk/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-condition-expected-location.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-condition-expected-location.dialog diff --git a/locale/da-dk/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-humidity-location.dialog diff --git a/locale/da-dk/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-temperature-high-local.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-temperature-high-local.dialog diff --git a/locale/da-dk/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-temperature-high-location.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-temperature-high-location.dialog diff --git a/locale/da-dk/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-temperature-high-low.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-temperature-high-low.dialog diff --git a/locale/da-dk/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-temperature-local.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-temperature-local.dialog diff --git a/locale/da-dk/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-temperature-location.dialog diff --git a/locale/da-dk/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-temperature-low-local.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-temperature-low-local.dialog diff --git a/locale/da-dk/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-temperature-low-location.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-temperature-low-location.dialog diff --git a/locale/da-dk/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-weather-local.dialog diff --git a/locale/da-dk/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-weather-location.dialog diff --git a/locale/da-dk/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-wind-light-local.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-wind-light-local.dialog diff --git a/locale/da-dk/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-wind-light-location.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-wind-light-location.dialog diff --git a/locale/da-dk/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-wind-moderate-local.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-wind-moderate-local.dialog diff --git a/locale/da-dk/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-wind-moderate-location.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-wind-moderate-location.dialog diff --git a/locale/da-dk/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-wind-strong-local.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-wind-strong-local.dialog diff --git a/locale/da-dk/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/da-dk/dialog/current/current-wind-strong-location.dialog similarity index 100% rename from locale/da-dk/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/current/current-wind-strong-location.dialog diff --git a/locale/da-dk/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-condition-expected-local.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-condition-expected-local.dialog diff --git a/locale/da-dk/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-condition-expected-location.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-condition-expected-location.dialog diff --git a/locale/da-dk/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-high-local.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-high-local.dialog diff --git a/locale/da-dk/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-high-location.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-high-location.dialog diff --git a/locale/da-dk/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-local.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-local.dialog diff --git a/locale/da-dk/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-location.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-location.dialog diff --git a/locale/da-dk/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-low-local.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-low-local.dialog diff --git a/locale/da-dk/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-low-location.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-temperature-low-location.dialog diff --git a/locale/da-dk/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-weather-local.dialog diff --git a/locale/da-dk/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-weather-location.dialog diff --git a/locale/da-dk/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-light-local.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-light-local.dialog diff --git a/locale/da-dk/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-light-location.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-light-location.dialog diff --git a/locale/da-dk/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-moderate-local.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-moderate-local.dialog diff --git a/locale/da-dk/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-moderate-location.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-moderate-location.dialog diff --git a/locale/da-dk/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-strong-local.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-strong-local.dialog diff --git a/locale/da-dk/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-strong-location.dialog similarity index 100% rename from locale/da-dk/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/daily/daily-wind-strong-location.dialog diff --git a/locale/da-dk/dialog/direction/east.dialog b/neon_skill_weather/locale/da-dk/dialog/direction/east.dialog similarity index 100% rename from locale/da-dk/dialog/direction/east.dialog rename to neon_skill_weather/locale/da-dk/dialog/direction/east.dialog diff --git a/locale/da-dk/dialog/direction/north.dialog b/neon_skill_weather/locale/da-dk/dialog/direction/north.dialog similarity index 100% rename from locale/da-dk/dialog/direction/north.dialog rename to neon_skill_weather/locale/da-dk/dialog/direction/north.dialog diff --git a/locale/da-dk/dialog/direction/northeast.dialog b/neon_skill_weather/locale/da-dk/dialog/direction/northeast.dialog similarity index 100% rename from locale/da-dk/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/da-dk/dialog/direction/northeast.dialog diff --git a/locale/da-dk/dialog/direction/northwest.dialog b/neon_skill_weather/locale/da-dk/dialog/direction/northwest.dialog similarity index 100% rename from locale/da-dk/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/da-dk/dialog/direction/northwest.dialog diff --git a/locale/da-dk/dialog/direction/south.dialog b/neon_skill_weather/locale/da-dk/dialog/direction/south.dialog similarity index 100% rename from locale/da-dk/dialog/direction/south.dialog rename to neon_skill_weather/locale/da-dk/dialog/direction/south.dialog diff --git a/locale/da-dk/dialog/direction/southeast.dialog b/neon_skill_weather/locale/da-dk/dialog/direction/southeast.dialog similarity index 100% rename from locale/da-dk/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/da-dk/dialog/direction/southeast.dialog diff --git a/locale/da-dk/dialog/direction/southwest.dialog b/neon_skill_weather/locale/da-dk/dialog/direction/southwest.dialog similarity index 100% rename from locale/da-dk/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/da-dk/dialog/direction/southwest.dialog diff --git a/locale/da-dk/dialog/direction/west.dialog b/neon_skill_weather/locale/da-dk/dialog/direction/west.dialog similarity index 100% rename from locale/da-dk/dialog/direction/west.dialog rename to neon_skill_weather/locale/da-dk/dialog/direction/west.dialog diff --git a/locale/da-dk/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/da-dk/dialog/error/cant-get-forecast.dialog similarity index 100% rename from locale/da-dk/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/da-dk/dialog/error/cant-get-forecast.dialog diff --git a/locale/da-dk/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/da-dk/dialog/error/location-not-found.dialog similarity index 100% rename from locale/da-dk/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/da-dk/dialog/error/location-not-found.dialog diff --git a/locale/da-dk/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/da-dk/dialog/error/no-forecast.dialog similarity index 100% rename from locale/da-dk/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/da-dk/dialog/error/no-forecast.dialog diff --git a/locale/da-dk/dialog/hourly/hourly-condition-alternative-local.dialog b/neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-alternative-local.dialog similarity index 100% rename from locale/da-dk/dialog/hourly/hourly-condition-alternative-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-alternative-local.dialog diff --git a/locale/da-dk/dialog/hourly/hourly-condition-alternative-location.dialog b/neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-alternative-location.dialog similarity index 100% rename from locale/da-dk/dialog/hourly/hourly-condition-alternative-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-alternative-location.dialog diff --git a/locale/da-dk/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-expected-local.dialog similarity index 100% rename from locale/da-dk/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-expected-local.dialog diff --git a/locale/da-dk/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-expected-location.dialog similarity index 100% rename from locale/da-dk/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-expected-location.dialog diff --git a/locale/da-dk/dialog/hourly/hourly-condition-not-expected-local.dialog b/neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-not-expected-local.dialog similarity index 100% rename from locale/da-dk/dialog/hourly/hourly-condition-not-expected-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-not-expected-local.dialog diff --git a/locale/da-dk/dialog/hourly/hourly-condition-not-expected-location.dialog b/neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-not-expected-location.dialog similarity index 100% rename from locale/da-dk/dialog/hourly/hourly-condition-not-expected-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/hourly/hourly-condition-not-expected-location.dialog diff --git a/locale/da-dk/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/da-dk/dialog/hourly/hourly-temperature-local.dialog similarity index 100% rename from locale/da-dk/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/hourly/hourly-temperature-local.dialog diff --git a/locale/da-dk/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/da-dk/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/da-dk/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/da-dk/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/da-dk/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/da-dk/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/da-dk/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/da-dk/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/da-dk/dialog/percentage-number.dialog b/neon_skill_weather/locale/da-dk/dialog/percentage-number.dialog similarity index 100% rename from locale/da-dk/dialog/percentage-number.dialog rename to neon_skill_weather/locale/da-dk/dialog/percentage-number.dialog diff --git a/locale/da-dk/dialog/unit/celsius.dialog b/neon_skill_weather/locale/da-dk/dialog/unit/celsius.dialog similarity index 100% rename from locale/da-dk/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/da-dk/dialog/unit/celsius.dialog diff --git a/locale/da-dk/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/da-dk/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/da-dk/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/da-dk/dialog/unit/fahrenheit.dialog diff --git a/locale/da-dk/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/da-dk/dialog/unit/meters per second.dialog similarity index 100% rename from locale/da-dk/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/da-dk/dialog/unit/meters per second.dialog diff --git a/locale/da-dk/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/da-dk/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/da-dk/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/da-dk/dialog/unit/miles per hour.dialog diff --git a/locale/da-dk/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/da-dk/dialog/weekly/weekly-temperature.dialog similarity index 100% rename from locale/da-dk/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/da-dk/dialog/weekly/weekly-temperature.dialog diff --git a/locale/da-dk/regex/location.rx b/neon_skill_weather/locale/da-dk/regex/location.rx similarity index 100% rename from locale/da-dk/regex/location.rx rename to neon_skill_weather/locale/da-dk/regex/location.rx diff --git a/locale/da-dk/vocabulary/condition/clear.voc b/neon_skill_weather/locale/da-dk/vocabulary/condition/clear.voc similarity index 100% rename from locale/da-dk/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/da-dk/vocabulary/condition/clear.voc diff --git a/locale/da-dk/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/da-dk/vocabulary/condition/clouds.voc similarity index 100% rename from locale/da-dk/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/da-dk/vocabulary/condition/clouds.voc diff --git a/locale/da-dk/vocabulary/condition/do-i-need-an-umbrella-intent b/neon_skill_weather/locale/da-dk/vocabulary/condition/do-i-need-an-umbrella-intent similarity index 100% rename from locale/da-dk/vocabulary/condition/do-i-need-an-umbrella-intent rename to neon_skill_weather/locale/da-dk/vocabulary/condition/do-i-need-an-umbrella-intent diff --git a/locale/da-dk/vocabulary/condition/fog.voc b/neon_skill_weather/locale/da-dk/vocabulary/condition/fog.voc similarity index 100% rename from locale/da-dk/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/da-dk/vocabulary/condition/fog.voc diff --git a/locale/da-dk/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/da-dk/vocabulary/condition/humidity.voc similarity index 100% rename from locale/da-dk/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/da-dk/vocabulary/condition/humidity.voc diff --git a/locale/da-dk/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/da-dk/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/da-dk/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/da-dk/vocabulary/condition/precipitation.voc diff --git a/locale/da-dk/vocabulary/condition/rain.voc b/neon_skill_weather/locale/da-dk/vocabulary/condition/rain.voc similarity index 100% rename from locale/da-dk/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/da-dk/vocabulary/condition/rain.voc diff --git a/locale/da-dk/vocabulary/condition/snow.voc b/neon_skill_weather/locale/da-dk/vocabulary/condition/snow.voc similarity index 100% rename from locale/da-dk/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/da-dk/vocabulary/condition/snow.voc diff --git a/locale/da-dk/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/da-dk/vocabulary/condition/thunderstorm.voc similarity index 100% rename from locale/da-dk/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/da-dk/vocabulary/condition/thunderstorm.voc diff --git a/locale/da-dk/vocabulary/condition/windy.voc b/neon_skill_weather/locale/da-dk/vocabulary/condition/windy.voc similarity index 100% rename from locale/da-dk/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/da-dk/vocabulary/condition/windy.voc diff --git a/locale/da-dk/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/da-dk/vocabulary/date-time/couple.voc similarity index 100% rename from locale/da-dk/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/da-dk/vocabulary/date-time/couple.voc diff --git a/locale/da-dk/vocabulary/date-time/later.voc b/neon_skill_weather/locale/da-dk/vocabulary/date-time/later.voc similarity index 100% rename from locale/da-dk/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/da-dk/vocabulary/date-time/later.voc diff --git a/locale/da-dk/vocabulary/date-time/next.voc b/neon_skill_weather/locale/da-dk/vocabulary/date-time/next.voc similarity index 100% rename from locale/da-dk/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/da-dk/vocabulary/date-time/next.voc diff --git a/locale/da-dk/vocabulary/date-time/now.voc b/neon_skill_weather/locale/da-dk/vocabulary/date-time/now.voc similarity index 100% rename from locale/da-dk/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/da-dk/vocabulary/date-time/now.voc diff --git a/locale/da-dk/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/da-dk/vocabulary/date-time/relative-day.voc similarity index 100% rename from locale/da-dk/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/da-dk/vocabulary/date-time/relative-day.voc diff --git a/locale/da-dk/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/da-dk/vocabulary/date-time/relative-time.voc similarity index 100% rename from locale/da-dk/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/da-dk/vocabulary/date-time/relative-time.voc diff --git a/locale/da-dk/vocabulary/date-time/today.voc b/neon_skill_weather/locale/da-dk/vocabulary/date-time/today.voc similarity index 100% rename from locale/da-dk/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/da-dk/vocabulary/date-time/today.voc diff --git a/locale/da-dk/vocabulary/date-time/week.voc b/neon_skill_weather/locale/da-dk/vocabulary/date-time/week.voc similarity index 100% rename from locale/da-dk/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/da-dk/vocabulary/date-time/week.voc diff --git a/locale/da-dk/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/da-dk/vocabulary/date-time/weekend.voc similarity index 100% rename from locale/da-dk/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/da-dk/vocabulary/date-time/weekend.voc diff --git a/locale/da-dk/vocabulary/forecast.voc b/neon_skill_weather/locale/da-dk/vocabulary/forecast.voc similarity index 100% rename from locale/da-dk/vocabulary/forecast.voc rename to neon_skill_weather/locale/da-dk/vocabulary/forecast.voc diff --git a/locale/da-dk/vocabulary/location.voc b/neon_skill_weather/locale/da-dk/vocabulary/location.voc similarity index 100% rename from locale/da-dk/vocabulary/location.voc rename to neon_skill_weather/locale/da-dk/vocabulary/location.voc diff --git a/locale/da-dk/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/da-dk/vocabulary/query/confirm-query-current.voc similarity index 100% rename from locale/da-dk/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/da-dk/vocabulary/query/confirm-query-current.voc diff --git a/locale/da-dk/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/da-dk/vocabulary/query/confirm-query-future.voc similarity index 100% rename from locale/da-dk/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/da-dk/vocabulary/query/confirm-query-future.voc diff --git a/locale/da-dk/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/da-dk/vocabulary/query/confirm-query.voc similarity index 100% rename from locale/da-dk/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/da-dk/vocabulary/query/confirm-query.voc diff --git a/locale/da-dk/vocabulary/query/how.voc b/neon_skill_weather/locale/da-dk/vocabulary/query/how.voc similarity index 100% rename from locale/da-dk/vocabulary/query/how.voc rename to neon_skill_weather/locale/da-dk/vocabulary/query/how.voc diff --git a/locale/da-dk/vocabulary/query/query.voc b/neon_skill_weather/locale/da-dk/vocabulary/query/query.voc similarity index 100% rename from locale/da-dk/vocabulary/query/query.voc rename to neon_skill_weather/locale/da-dk/vocabulary/query/query.voc diff --git a/locale/da-dk/vocabulary/query/when.voc b/neon_skill_weather/locale/da-dk/vocabulary/query/when.voc similarity index 100% rename from locale/da-dk/vocabulary/query/when.voc rename to neon_skill_weather/locale/da-dk/vocabulary/query/when.voc diff --git a/locale/da-dk/vocabulary/sunrise.voc b/neon_skill_weather/locale/da-dk/vocabulary/sunrise.voc similarity index 100% rename from locale/da-dk/vocabulary/sunrise.voc rename to neon_skill_weather/locale/da-dk/vocabulary/sunrise.voc diff --git a/locale/da-dk/vocabulary/sunset.voc b/neon_skill_weather/locale/da-dk/vocabulary/sunset.voc similarity index 100% rename from locale/da-dk/vocabulary/sunset.voc rename to neon_skill_weather/locale/da-dk/vocabulary/sunset.voc diff --git a/locale/da-dk/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/da-dk/vocabulary/temperature/cold.voc similarity index 100% rename from locale/da-dk/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/da-dk/vocabulary/temperature/cold.voc diff --git a/locale/da-dk/vocabulary/temperature/high.voc b/neon_skill_weather/locale/da-dk/vocabulary/temperature/high.voc similarity index 100% rename from locale/da-dk/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/da-dk/vocabulary/temperature/high.voc diff --git a/locale/da-dk/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/da-dk/vocabulary/temperature/hot.voc similarity index 100% rename from locale/da-dk/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/da-dk/vocabulary/temperature/hot.voc diff --git a/locale/da-dk/vocabulary/temperature/low.voc b/neon_skill_weather/locale/da-dk/vocabulary/temperature/low.voc similarity index 100% rename from locale/da-dk/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/da-dk/vocabulary/temperature/low.voc diff --git a/locale/da-dk/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/da-dk/vocabulary/temperature/temperature.voc similarity index 100% rename from locale/da-dk/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/da-dk/vocabulary/temperature/temperature.voc diff --git a/locale/da-dk/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/da-dk/vocabulary/unit/fahrenheit.voc similarity index 100% rename from locale/da-dk/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/da-dk/vocabulary/unit/fahrenheit.voc diff --git a/locale/da-dk/vocabulary/unit/unit.entity b/neon_skill_weather/locale/da-dk/vocabulary/unit/unit.entity similarity index 100% rename from locale/da-dk/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/da-dk/vocabulary/unit/unit.entity diff --git a/locale/da-dk/vocabulary/unit/unit.voc b/neon_skill_weather/locale/da-dk/vocabulary/unit/unit.voc similarity index 100% rename from locale/da-dk/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/da-dk/vocabulary/unit/unit.voc diff --git a/locale/da-dk/vocabulary/weather.voc b/neon_skill_weather/locale/da-dk/vocabulary/weather.voc similarity index 100% rename from locale/da-dk/vocabulary/weather.voc rename to neon_skill_weather/locale/da-dk/vocabulary/weather.voc diff --git a/locale/de-de/dialog/and.dialog b/neon_skill_weather/locale/de-de/dialog/and.dialog similarity index 95% rename from locale/de-de/dialog/and.dialog rename to neon_skill_weather/locale/de-de/dialog/and.dialog index 31c60b8de..b6f44faff 100644 --- a/locale/de-de/dialog/and.dialog +++ b/neon_skill_weather/locale/de-de/dialog/and.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -und +# auto translated from en-us to de-de +und diff --git a/locale/de-de/dialog/condition/clear sky.dialog b/neon_skill_weather/locale/de-de/dialog/condition/clear sky.dialog similarity index 100% rename from locale/de-de/dialog/condition/clear sky.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/clear sky.dialog diff --git a/locale/de-de/dialog/condition/clear-sky.dialog b/neon_skill_weather/locale/de-de/dialog/condition/clear-sky.dialog similarity index 96% rename from locale/de-de/dialog/condition/clear-sky.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/clear-sky.dialog index 9325dd650..34c4456ea 100644 --- a/locale/de-de/dialog/condition/clear-sky.dialog +++ b/neon_skill_weather/locale/de-de/dialog/condition/clear-sky.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -ein klarer Himmel +# auto translated from en-us to de-de +ein klarer Himmel diff --git a/locale/de-de/dialog/condition/clear.dialog b/neon_skill_weather/locale/de-de/dialog/condition/clear.dialog similarity index 96% rename from locale/de-de/dialog/condition/clear.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/clear.dialog index 9325dd650..34c4456ea 100644 --- a/locale/de-de/dialog/condition/clear.dialog +++ b/neon_skill_weather/locale/de-de/dialog/condition/clear.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -ein klarer Himmel +# auto translated from en-us to de-de +ein klarer Himmel diff --git a/locale/de-de/dialog/condition/clouds.dialog b/neon_skill_weather/locale/de-de/dialog/condition/clouds.dialog similarity index 95% rename from locale/de-de/dialog/condition/clouds.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/clouds.dialog index 571d50126..f851ec774 100644 --- a/locale/de-de/dialog/condition/clouds.dialog +++ b/neon_skill_weather/locale/de-de/dialog/condition/clouds.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Wolken +# auto translated from en-us to de-de +Wolken diff --git a/locale/de-de/dialog/condition/humidity.dialog b/neon_skill_weather/locale/de-de/dialog/condition/humidity.dialog similarity index 96% rename from locale/de-de/dialog/condition/humidity.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/humidity.dialog index ea7303d90..b95cea5f4 100644 --- a/locale/de-de/dialog/condition/humidity.dialog +++ b/neon_skill_weather/locale/de-de/dialog/condition/humidity.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Feuchtigkeit +# auto translated from en-us to de-de +Feuchtigkeit diff --git a/locale/de-de/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/de-de/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/de-de/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/no precipitation expected.dialog diff --git a/locale/de-de/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/de-de/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/de-de/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/precipitation expected.dialog diff --git a/locale/de-de/dialog/condition/rain.dialog b/neon_skill_weather/locale/de-de/dialog/condition/rain.dialog similarity index 95% rename from locale/de-de/dialog/condition/rain.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/rain.dialog index ed0509f0c..a8d709cd8 100644 --- a/locale/de-de/dialog/condition/rain.dialog +++ b/neon_skill_weather/locale/de-de/dialog/condition/rain.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Regen +# auto translated from en-us to de-de +Regen diff --git a/locale/de-de/dialog/condition/snow.dialog b/neon_skill_weather/locale/de-de/dialog/condition/snow.dialog similarity index 95% rename from locale/de-de/dialog/condition/snow.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/snow.dialog index b8b7c9d03..a062efac7 100644 --- a/locale/de-de/dialog/condition/snow.dialog +++ b/neon_skill_weather/locale/de-de/dialog/condition/snow.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Schnee +# auto translated from en-us to de-de +Schnee diff --git a/locale/de-de/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/de-de/dialog/condition/thunderstorm.dialog similarity index 93% rename from locale/de-de/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/de-de/dialog/condition/thunderstorm.dialog index 6510adaf3..21ae195f4 100644 --- a/locale/de-de/dialog/condition/thunderstorm.dialog +++ b/neon_skill_weather/locale/de-de/dialog/condition/thunderstorm.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Stürme -Sturm -Gewitter +# auto translated from en-us to de-de +Stürme +Sturm +Gewitter diff --git a/locale/de-de/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-condition-expected-local.dialog similarity index 97% rename from locale/de-de/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-condition-expected-local.dialog index bd59f926b..708de00b6 100644 --- a/locale/de-de/dialog/current/current-condition-expected-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-condition-expected-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Ja, heute wird es {condition} sein -Es sieht so aus, als ob es heute {condition} geben wird -Es sieht aus, als würde es heute {condition} +# auto translated from en-us to de-de +Ja, heute wird es {condition} sein +Es sieht so aus, als ob es heute {condition} geben wird +Es sieht aus, als würde es heute {condition} diff --git a/locale/de-de/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-condition-expected-location.dialog similarity index 97% rename from locale/de-de/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-condition-expected-location.dialog index 8d05a5c23..4f2f545f7 100644 --- a/locale/de-de/dialog/current/current-condition-expected-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-condition-expected-location.dialog @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -In {location} sieht es so aus, als gäbe es heute {condition} -Ja, es wird in {location} {condition} sein -Ja, es wird in {location} {condition} vorausgesagt -Ja, es wird in {location} {condition} erwartet +# auto translated from en-us to de-de +In {location} sieht es so aus, als gäbe es heute {condition} +Ja, es wird in {location} {condition} sein +Ja, es wird in {location} {condition} vorausgesagt +Ja, es wird in {location} {condition} erwartet diff --git a/locale/de-de/dialog/current/current-condition-not-expected-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-condition-not-expected-local.dialog similarity index 97% rename from locale/de-de/dialog/current/current-condition-not-expected-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-condition-not-expected-local.dialog index 2fa0c15c2..c10bdccfd 100644 --- a/locale/de-de/dialog/current/current-condition-not-expected-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-condition-not-expected-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Nein, aktuell wird {condition} erwartet -Nein, es ist alktuell mit {condition} zu rechnen -Nein, alktuell wird mit {condition} gerechnen +# auto translated from en-us to de-de +Nein, aktuell wird {condition} erwartet +Nein, es ist alktuell mit {condition} zu rechnen +Nein, alktuell wird mit {condition} gerechnen diff --git a/locale/de-de/dialog/current/current-condition-not-expected-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-condition-not-expected-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-condition-not-expected-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-condition-not-expected-location.dialog index 7b65ea25e..5036e60da 100644 --- a/locale/de-de/dialog/current/current-condition-not-expected-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-condition-not-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Nein, die Vorhersage sagt für heute {condition} in {location} an -Nein, in {location} wird heute {condition} erwartet +# auto translated from en-us to de-de +Nein, die Vorhersage sagt für heute {condition} in {location} an +Nein, in {location} wird heute {condition} erwartet diff --git a/locale/de-de/dialog/current/current-humidity-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-humidity-local.dialog similarity index 97% rename from locale/de-de/dialog/current/current-humidity-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-humidity-local.dialog index 80b8b729a..391b385be 100644 --- a/locale/de-de/dialog/current/current-humidity-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-humidity-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Derzeit beträgt die Luftfeuchtigkeit {percent} -Im Moment wird {percent} Luftfeuchte gemessen -Wir haben eine Luftfeuchtigkeit von {percent} +# auto translated from en-us to de-de +Derzeit beträgt die Luftfeuchtigkeit {percent} +Im Moment wird {percent} Luftfeuchte gemessen +Wir haben eine Luftfeuchtigkeit von {percent} diff --git a/locale/de-de/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-humidity-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-humidity-location.dialog index 6cac9cb70..fe9c3a230 100644 --- a/locale/de-de/dialog/current/current-humidity-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-humidity-location.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Derzeit beträgt die Luftfeuchtigkeit in {location} {percent} +# auto translated from en-us to de-de +Derzeit beträgt die Luftfeuchtigkeit in {location} {percent} diff --git a/locale/de-de/dialog/current/current-sunrise-future-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-sunrise-future-local.dialog similarity index 97% rename from locale/de-de/dialog/current/current-sunrise-future-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-sunrise-future-local.dialog index ffa0ab8ed..42a48b209 100644 --- a/locale/de-de/dialog/current/current-sunrise-future-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-sunrise-future-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -die Sonne wird heute um {time} Uhr aufgehen -Der Sonnenaufgang findet heute um {time} statt. +# auto translated from en-us to de-de +die Sonne wird heute um {time} Uhr aufgehen +Der Sonnenaufgang findet heute um {time} statt. diff --git a/locale/de-de/dialog/current/current-sunrise-future-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-sunrise-future-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-sunrise-future-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-sunrise-future-location.dialog index 0bc1fb21b..b55131543 100644 --- a/locale/de-de/dialog/current/current-sunrise-future-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-sunrise-future-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Der Sonnenaufgang fand heute bei {time} in {location} statt. -die Sonne ging heute um {time} Uhr in {location} auf +# auto translated from en-us to de-de +Der Sonnenaufgang fand heute bei {time} in {location} statt. +die Sonne ging heute um {time} Uhr in {location} auf diff --git a/locale/de-de/dialog/current/current-sunrise-past-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-sunrise-past-local.dialog similarity index 97% rename from locale/de-de/dialog/current/current-sunrise-past-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-sunrise-past-local.dialog index 772c5de2a..dde962713 100644 --- a/locale/de-de/dialog/current/current-sunrise-past-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-sunrise-past-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -die Sonne ging heute um {time} Uhr auf -Sonnenaufgang war heute bei {time} +# auto translated from en-us to de-de +die Sonne ging heute um {time} Uhr auf +Sonnenaufgang war heute bei {time} diff --git a/locale/de-de/dialog/current/current-sunrise-past-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-sunrise-past-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-sunrise-past-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-sunrise-past-location.dialog index 0bc1fb21b..b55131543 100644 --- a/locale/de-de/dialog/current/current-sunrise-past-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-sunrise-past-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Der Sonnenaufgang fand heute bei {time} in {location} statt. -die Sonne ging heute um {time} Uhr in {location} auf +# auto translated from en-us to de-de +Der Sonnenaufgang fand heute bei {time} in {location} statt. +die Sonne ging heute um {time} Uhr in {location} auf diff --git a/locale/de-de/dialog/current/current-sunset-future-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-sunset-future-local.dialog similarity index 97% rename from locale/de-de/dialog/current/current-sunset-future-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-sunset-future-local.dialog index 74ac39beb..326b6a8a6 100644 --- a/locale/de-de/dialog/current/current-sunset-future-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-sunset-future-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -die Sonne geht heute um {time} Uhr unter -Sonnenuntergang wird heute bei {time} sein +# auto translated from en-us to de-de +die Sonne geht heute um {time} Uhr unter +Sonnenuntergang wird heute bei {time} sein diff --git a/locale/de-de/dialog/current/current-sunset-future-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-sunset-future-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-sunset-future-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-sunset-future-location.dialog index 7b4f4fad6..98903cf39 100644 --- a/locale/de-de/dialog/current/current-sunset-future-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-sunset-future-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Der Sonnenuntergang wird heute um {time} in {location} stattfinden. -in {location} wird die Sonne heute um {time} untergehen -die Sonne geht heute um {time} in {location} unter +# auto translated from en-us to de-de +Der Sonnenuntergang wird heute um {time} in {location} stattfinden. +in {location} wird die Sonne heute um {time} untergehen +die Sonne geht heute um {time} in {location} unter diff --git a/locale/de-de/dialog/current/current-sunset-past-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-sunset-past-local.dialog similarity index 97% rename from locale/de-de/dialog/current/current-sunset-past-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-sunset-past-local.dialog index 508c58349..c884b4289 100644 --- a/locale/de-de/dialog/current/current-sunset-past-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-sunset-past-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -die Sonne ist heute um {time} Uhr untergegangen -Sonnenuntergang war heute bei {time} -die Sonne ging heute um {time} Uhr unter +# auto translated from en-us to de-de +die Sonne ist heute um {time} Uhr untergegangen +Sonnenuntergang war heute bei {time} +die Sonne ging heute um {time} Uhr unter diff --git a/locale/de-de/dialog/current/current-sunset-past-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-sunset-past-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-sunset-past-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-sunset-past-location.dialog index c5187d342..20375758f 100644 --- a/locale/de-de/dialog/current/current-sunset-past-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-sunset-past-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -die Sonne ist heute um {time} Uhr in {location} untergegangen -in {location} ist die Sonne heute um {time} untergegangen -Sonnenuntergang war bei {time} heute in {location} +# auto translated from en-us to de-de +die Sonne ist heute um {time} Uhr in {location} untergegangen +in {location} ist die Sonne heute um {time} untergegangen +Sonnenuntergang war bei {time} heute in {location} diff --git a/locale/de-de/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-high-local.dialog similarity index 98% rename from locale/de-de/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-temperature-high-local.dialog index 75f36db96..abfdbf4f4 100644 --- a/locale/de-de/dialog/current/current-temperature-high-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-high-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Es werden Höchstwerte von {temperature} Grad erwartet. -Die Temperatur wird heute {temperature} Grad erreichen. -Es werden Höchstwerte von {temperature} Grad {temperature_unit} erwartet. +# auto translated from en-us to de-de +Es werden Höchstwerte von {temperature} Grad erwartet. +Die Temperatur wird heute {temperature} Grad erreichen. +Es werden Höchstwerte von {temperature} Grad {temperature_unit} erwartet. diff --git a/locale/de-de/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-high-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-temperature-high-location.dialog index f0cbb7cef..b498ae5c0 100644 --- a/locale/de-de/dialog/current/current-temperature-high-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-high-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Die Höchstwerte von {temperature} Grad {temperature_unit} werden in {location} erwartet. -Heute wird die Temperatur {temperature} Grad in {location} erreichen. -Die Höchstwerte von {temperature} Grad werden im {location} erwartet. +# auto translated from en-us to de-de +Die Höchstwerte von {temperature} Grad {temperature_unit} werden in {location} erwartet. +Heute wird die Temperatur {temperature} Grad in {location} erreichen. +Die Höchstwerte von {temperature} Grad werden im {location} erwartet. diff --git a/locale/de-de/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-high-low.dialog similarity index 98% rename from locale/de-de/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-temperature-high-low.dialog index 4d0fcd87f..e7f9e44f5 100644 --- a/locale/de-de/dialog/current/current-temperature-high-low.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-high-low.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Die Vorhersage für heute ist ein Hoch von {high_temperature} und ein Tief von {low_temperature}. +# auto translated from en-us to de-de +Die Vorhersage für heute ist ein Hoch von {high_temperature} und ein Tief von {low_temperature}. diff --git a/locale/de-de/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-local.dialog similarity index 97% rename from locale/de-de/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-temperature-local.dialog index c02200090..bbb89e647 100644 --- a/locale/de-de/dialog/current/current-temperature-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Die Temperatur liegt derzeit bei 0 Grad. -Im Moment sind es {temperature} Grad. -Es ist derzeit {temperature} Grad {temperature_unit}. +# auto translated from en-us to de-de +Die Temperatur liegt derzeit bei 0 Grad. +Im Moment sind es {temperature} Grad. +Es ist derzeit {temperature} Grad {temperature_unit}. diff --git a/locale/de-de/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-temperature-location.dialog index f5dfca657..f6ef6668f 100644 --- a/locale/de-de/dialog/current/current-temperature-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Im Moment ist es {temperature} Grad in {location}. -Es ist derzeit {temperature} Grad {temperature_unit} in {location}. -Es hat momentan {temperature} Grad in {location}. +# auto translated from en-us to de-de +Im Moment ist es {temperature} Grad in {location}. +Es ist derzeit {temperature} Grad {temperature_unit} in {location}. +Es hat momentan {temperature} Grad in {location}. diff --git a/locale/de-de/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-low-local.dialog similarity index 98% rename from locale/de-de/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-temperature-low-local.dialog index 963a13571..a2b156394 100644 --- a/locale/de-de/dialog/current/current-temperature-low-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-low-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Es sind Tiefstwerte von {temperature} Grad zu erwarten. -Ein Tiefstwert von {temperature} Grad {temperature_unit} wird erwartet. -Heute werden es bis zu {temperature} Grad sein. +# auto translated from en-us to de-de +Es sind Tiefstwerte von {temperature} Grad zu erwarten. +Ein Tiefstwert von {temperature} Grad {temperature_unit} wird erwartet. +Heute werden es bis zu {temperature} Grad sein. diff --git a/locale/de-de/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-low-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-temperature-low-location.dialog index 590cb7510..27a7ee664 100644 --- a/locale/de-de/dialog/current/current-temperature-low-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-temperature-low-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Heute wird die Temperatur so niedrig wie {temperature} Grad {temperature_unit} in {location} sein. -Die Temperaturen können bis auf {temperature} Grad in {location} sinken. +# auto translated from en-us to de-de +Heute wird die Temperatur so niedrig wie {temperature} Grad {temperature_unit} in {location} sein. +Die Temperaturen können bis auf {temperature} Grad in {location} sinken. diff --git a/locale/de-de/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-weather-local.dialog similarity index 98% rename from locale/de-de/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-weather-local.dialog index ca0acfe62..4b01da984 100644 --- a/locale/de-de/dialog/current/current-weather-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-weather-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Derzeit ist es {condition} und {temperature} Grad {temperature_unit}. -Die Temperatur beträgt derzeit {condition} und {temperature} Grad. -Im Moment sind es {condition} und {temperature} Grad. +# auto translated from en-us to de-de +Derzeit ist es {condition} und {temperature} Grad {temperature_unit}. +Die Temperatur beträgt derzeit {condition} und {temperature} Grad. +Im Moment sind es {condition} und {temperature} Grad. diff --git a/locale/de-de/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-weather-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-weather-location.dialog index 732b63d89..c97711618 100644 --- a/locale/de-de/dialog/current/current-weather-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-weather-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -{location} hat {condition} und ist derzeit {temperature} Grad. -Im Moment sind es {condition} und {temperature} Grad in {location}. -Derzeit ist es {condition} und {temperature} Grad {temperature_unit} in {location}. +# auto translated from en-us to de-de +{location} hat {condition} und ist derzeit {temperature} Grad. +Im Moment sind es {condition} und {temperature} Grad in {location}. +Derzeit ist es {condition} und {temperature} Grad {temperature_unit} in {location}. diff --git a/locale/de-de/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-wind-light-local.dialog similarity index 98% rename from locale/de-de/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-wind-light-local.dialog index 8a0813cfa..48f2eead6 100644 --- a/locale/de-de/dialog/current/current-wind-light-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-wind-light-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Der Wind ist schwach bei {speed} {speed_unit} aus {direction} -Heute weht ein leichter Wind aus der {direction} bei {speed} {speed_unit} +# auto translated from en-us to de-de +Der Wind ist schwach bei {speed} {speed_unit} aus {direction} +Heute weht ein leichter Wind aus der {direction} bei {speed} {speed_unit} diff --git a/locale/de-de/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-wind-light-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-wind-light-location.dialog index 8408ae6a1..73f63d31a 100644 --- a/locale/de-de/dialog/current/current-wind-light-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-wind-light-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Der Wind ist leicht in {location} bei {speed} {speed_unit} aus der {direction} -In {location} weht heute ein leichter Wind aus der {direction} bei {speed} {speed_unit} +# auto translated from en-us to de-de +Der Wind ist leicht in {location} bei {speed} {speed_unit} aus der {direction} +In {location} weht heute ein leichter Wind aus der {direction} bei {speed} {speed_unit} diff --git a/locale/de-de/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-wind-moderate-local.dialog similarity index 98% rename from locale/de-de/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-wind-moderate-local.dialog index 3e8e41282..fb2dd7d65 100644 --- a/locale/de-de/dialog/current/current-wind-moderate-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-wind-moderate-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Heute ist es ein bisschen windig, derzeit {speed} {speed_unit} -Derzeit weht der Wind mäßig {speed} {speed_unit} aus {direction} +# auto translated from en-us to de-de +Heute ist es ein bisschen windig, derzeit {speed} {speed_unit} +Derzeit weht der Wind mäßig {speed} {speed_unit} aus {direction} diff --git a/locale/de-de/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-wind-moderate-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-wind-moderate-location.dialog index 825d1eceb..f4f3ce585 100644 --- a/locale/de-de/dialog/current/current-wind-moderate-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-wind-moderate-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Derzeit weht ein mäßiger {speed} {speed_unit} aus {direction} in {location} -Es ist ein bisschen windig in {location} heute, derzeit {speed} {speed_unit} +# auto translated from en-us to de-de +Derzeit weht ein mäßiger {speed} {speed_unit} aus {direction} in {location} +Es ist ein bisschen windig in {location} heute, derzeit {speed} {speed_unit} diff --git a/locale/de-de/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-wind-strong-local.dialog similarity index 98% rename from locale/de-de/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-wind-strong-local.dialog index 9df844a6b..0dbcf1178 100644 --- a/locale/de-de/dialog/current/current-wind-strong-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-wind-strong-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Der Wind ist heute sehr stark aus der {direction}, {speed} {speed_unit} -Momentan ist der Wind aus der {direction} bei {speed} {speed_unit}, vielleicht ist es gut, heute drinnen zu bleiben -Heute ist es sehr windig, {speed} {speed_unit} +# auto translated from en-us to de-de +Der Wind ist heute sehr stark aus der {direction}, {speed} {speed_unit} +Momentan ist der Wind aus der {direction} bei {speed} {speed_unit}, vielleicht ist es gut, heute drinnen zu bleiben +Heute ist es sehr windig, {speed} {speed_unit} diff --git a/locale/de-de/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/de-de/dialog/current/current-wind-strong-location.dialog similarity index 98% rename from locale/de-de/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/de-de/dialog/current/current-wind-strong-location.dialog index 5321403d3..4ebfb551f 100644 --- a/locale/de-de/dialog/current/current-wind-strong-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/current-wind-strong-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Der Wind ist heute sehr stark aus der {direction} in {location}, {speed} {speed_unit} -Im Moment ist der Wind aus der {direction} bei {speed} {speed_unit} in {location}, ein guter Tag, um drinnen zu bleiben -{location} wird heute starken Wind haben, {speed} {speed_unit} +# auto translated from en-us to de-de +Der Wind ist heute sehr stark aus der {direction} in {location}, {speed} {speed_unit} +Im Moment ist der Wind aus der {direction} bei {speed} {speed_unit} in {location}, ein guter Tag, um drinnen zu bleiben +{location} wird heute starken Wind haben, {speed} {speed_unit} diff --git a/locale/de-de/dialog/current/currrent-clouds-alternative-local.dialog b/neon_skill_weather/locale/de-de/dialog/current/currrent-clouds-alternative-local.dialog similarity index 98% rename from locale/de-de/dialog/current/currrent-clouds-alternative-local.dialog rename to neon_skill_weather/locale/de-de/dialog/current/currrent-clouds-alternative-local.dialog index 2dd1a2166..b14861673 100644 --- a/locale/de-de/dialog/current/currrent-clouds-alternative-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/current/currrent-clouds-alternative-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Nein, die Vorhersage sagt für heute {condition} -Es sollte nicht bewölkt sein, es sieht so aus, als würde es heute {condition} geben -Sieht nicht so aus, die Chancen stehen gut, dass es heute {condition} sein wird. +# auto translated from en-us to de-de +Nein, die Vorhersage sagt für heute {condition} +Es sollte nicht bewölkt sein, es sieht so aus, als würde es heute {condition} geben +Sieht nicht so aus, die Chancen stehen gut, dass es heute {condition} sein wird. diff --git a/locale/de-de/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-condition-expected-local.dialog similarity index 97% rename from locale/de-de/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-condition-expected-local.dialog index b7b7796f1..eb8eb02b4 100644 --- a/locale/de-de/dialog/daily/daily-condition-expected-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-condition-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Ja, erwarten Sie {condition} {day} -Ja, die Prognose sieht {condition} {day} vor. +# auto translated from en-us to de-de +Ja, erwarten Sie {condition} {day} +Ja, die Prognose sieht {condition} {day} vor. diff --git a/locale/de-de/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-condition-expected-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-condition-expected-location.dialog index f9e73b294..5d1479760 100644 --- a/locale/de-de/dialog/daily/daily-condition-expected-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-condition-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Ja, erwarten Sie {condition} in {location} {day} -Ja, die Vorhersage sieht {condition} in {location} {day} vor. +# auto translated from en-us to de-de +Ja, erwarten Sie {condition} in {location} {day} +Ja, die Vorhersage sieht {condition} in {location} {day} vor. diff --git a/locale/de-de/dialog/daily/daily-condition-not-expected-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-condition-not-expected-local.dialog similarity index 97% rename from locale/de-de/dialog/daily/daily-condition-not-expected-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-condition-not-expected-local.dialog index b6eb950f7..437ba6013 100644 --- a/locale/de-de/dialog/daily/daily-condition-not-expected-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-condition-not-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Nein, {day} die Prognose sieht {condition} vor -Nein, {condition} wird erwartet {day} +# auto translated from en-us to de-de +Nein, {day} die Prognose sieht {condition} vor +Nein, {condition} wird erwartet {day} diff --git a/locale/de-de/dialog/daily/daily-condition-not-expected-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-condition-not-expected-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-condition-not-expected-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-condition-not-expected-location.dialog index 2eed09bcb..6578dfd4e 100644 --- a/locale/de-de/dialog/daily/daily-condition-not-expected-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-condition-not-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Nein, {day} die Prognose sieht {condition} in {location} vor -Nein, in {location} wird {condition} erwartet {day} +# auto translated from en-us to de-de +Nein, {day} die Prognose sieht {condition} in {location} vor +Nein, in {location} wird {condition} erwartet {day} diff --git a/locale/de-de/dialog/daily/daily-humidity-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-humidity-local.dialog similarity index 97% rename from locale/de-de/dialog/daily/daily-humidity-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-humidity-local.dialog index 235c09291..1c4438994 100644 --- a/locale/de-de/dialog/daily/daily-humidity-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-humidity-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Die Feuchtigkeit {day} wird zu {percent} -{day} die Vorhersage sieht eine Luftfeuchtigkeit von {percent} vor +# auto translated from en-us to de-de +Die Feuchtigkeit {day} wird zu {percent} +{day} die Vorhersage sieht eine Luftfeuchtigkeit von {percent} vor diff --git a/locale/de-de/dialog/daily/daily-humidity-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-humidity-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-humidity-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-humidity-location.dialog index bbbda0f39..25e66c86a 100644 --- a/locale/de-de/dialog/daily/daily-humidity-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-humidity-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Die Feuchtigkeit in {location} {day} wird {percent} sein -{day} die Vorhersage in {location} sieht eine Luftfeuchtigkeit von {percent} vor +# auto translated from en-us to de-de +Die Feuchtigkeit in {location} {day} wird {percent} sein +{day} die Vorhersage in {location} sieht eine Luftfeuchtigkeit von {percent} vor diff --git a/locale/de-de/dialog/daily/daily-precipitation-next-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-local.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-precipitation-next-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-local.dialog index 206ea2441..1aaa24c2e 100644 --- a/locale/de-de/dialog/daily/daily-precipitation-next-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Es besteht eine {percent} Chance auf {precipitation} {day} -Die Vorhersage sagt eine {percent} Chance von {precipitation} {day} +# auto translated from en-us to de-de +Es besteht eine {percent} Chance auf {precipitation} {day} +Die Vorhersage sagt eine {percent} Chance von {precipitation} {day} diff --git a/locale/de-de/dialog/daily/daily-precipitation-next-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-precipitation-next-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-location.dialog index 596c59479..4eaeef179 100644 --- a/locale/de-de/dialog/daily/daily-precipitation-next-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Die Vorhersage sieht eine {percent} Chance von {precipitation} in {location} {day} vor -In {location} gibt es eine {percent} Chance auf {precipitation} {day} +# auto translated from en-us to de-de +Die Vorhersage sieht eine {percent} Chance von {precipitation} in {location} {day} vor +In {location} gibt es eine {percent} Chance auf {precipitation} {day} diff --git a/locale/de-de/dialog/daily/daily-precipitation-next-none-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-none-local.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-precipitation-next-none-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-none-local.dialog index 6b39caa40..42f058778 100644 --- a/locale/de-de/dialog/daily/daily-precipitation-next-none-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-none-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Für die nächsten 7 Tage wird keine prognostiziert. -Für die nächsten 7 Tage ist kein Niederschlag vorhergesagt +# auto translated from en-us to de-de +Für die nächsten 7 Tage wird keine prognostiziert. +Für die nächsten 7 Tage ist kein Niederschlag vorhergesagt diff --git a/locale/de-de/dialog/daily/daily-precipitation-next-none-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-none-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-precipitation-next-none-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-none-location.dialog index 6b981d185..19837bd7a 100644 --- a/locale/de-de/dialog/daily/daily-precipitation-next-none-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-precipitation-next-none-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Für die nächsten sieben Tage ist in {location} kein Niederschlag vorhergesagt. -In {location} wird keine prognostiziert +# auto translated from en-us to de-de +Für die nächsten sieben Tage ist in {location} kein Niederschlag vorhergesagt. +In {location} wird keine prognostiziert diff --git a/locale/de-de/dialog/daily/daily-sunrise-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-sunrise-local.dialog similarity index 97% rename from locale/de-de/dialog/daily/daily-sunrise-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-sunrise-local.dialog index e54627962..cc2cf5e9b 100644 --- a/locale/de-de/dialog/daily/daily-sunrise-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-sunrise-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -{day} geht die Sonne um {time} auf -Sonnenaufgang wird um {time} {day} sein -die Sonne wird um {time} {day} aufgehen +# auto translated from en-us to de-de +{day} geht die Sonne um {time} auf +Sonnenaufgang wird um {time} {day} sein +die Sonne wird um {time} {day} aufgehen diff --git a/locale/de-de/dialog/daily/daily-sunrise-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-sunrise-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-sunrise-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-sunrise-location.dialog index aee0d447a..c48325db4 100644 --- a/locale/de-de/dialog/daily/daily-sunrise-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-sunrise-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -{day} die Sonne wird um {time} in {location} aufgehen -in {location} wird der Sonnenaufgang um {time} {day} sein -die Sonne wird um {time} {day} in {location} aufgehen +# auto translated from en-us to de-de +{day} die Sonne wird um {time} in {location} aufgehen +in {location} wird der Sonnenaufgang um {time} {day} sein +die Sonne wird um {time} {day} in {location} aufgehen diff --git a/locale/de-de/dialog/daily/daily-sunset-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-sunset-local.dialog similarity index 97% rename from locale/de-de/dialog/daily/daily-sunset-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-sunset-local.dialog index edc1f37bc..a3668562e 100644 --- a/locale/de-de/dialog/daily/daily-sunset-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-sunset-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -{day} die Sonne wird um {time} untergehen -Sonnenuntergang wird bei {time} {day} sein -die Sonne wird um {time} {day} untergehen +# auto translated from en-us to de-de +{day} die Sonne wird um {time} untergehen +Sonnenuntergang wird bei {time} {day} sein +die Sonne wird um {time} {day} untergehen diff --git a/locale/de-de/dialog/daily/daily-sunset-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-sunset-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-sunset-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-sunset-location.dialog index 728cce4dd..345f6baf3 100644 --- a/locale/de-de/dialog/daily/daily-sunset-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-sunset-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -{day} die Sonne wird um {time} in {location} untergehen -in {location} wird der Sonnenuntergang bei {time} {day} sein -die Sonne wird um {time} {day} in {location} untergehen +# auto translated from en-us to de-de +{day} die Sonne wird um {time} in {location} untergehen +in {location} wird der Sonnenuntergang bei {time} {day} sein +die Sonne wird um {time} {day} in {location} untergehen diff --git a/locale/de-de/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-high-local.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-high-local.dialog index 431b69a08..cc7b2bd27 100644 --- a/locale/de-de/dialog/daily/daily-temperature-high-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-high-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Bei {day} wird die Temperatur bis zu {temperature} Grad betragen. -{day} wird sie so hoch wie {temperature} sein +# auto translated from en-us to de-de +Bei {day} wird die Temperatur bis zu {temperature} Grad betragen. +{day} wird sie so hoch wie {temperature} sein diff --git a/locale/de-de/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-high-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-high-location.dialog index 805ad97f7..7125fa3fe 100644 --- a/locale/de-de/dialog/daily/daily-temperature-high-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-high-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Es wird so hoch wie {temperature} Grad in {location} {day} -{location} wird einen Höchstwert von {temperature} Grad haben {day} +# auto translated from en-us to de-de +Es wird so hoch wie {temperature} Grad in {location} {day} +{location} wird einen Höchstwert von {temperature} Grad haben {day} diff --git a/locale/de-de/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-local.dialog similarity index 97% rename from locale/de-de/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-local.dialog index fa5ee3ad9..31b5d0268 100644 --- a/locale/de-de/dialog/daily/daily-temperature-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -{day} wird die Temperatur {temperature} Grad betragen. -{day} wird es {temperature} sein +# auto translated from en-us to de-de +{day} wird die Temperatur {temperature} Grad betragen. +{day} wird es {temperature} sein diff --git a/locale/de-de/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-location.dialog index 532a7adc1..c4b850951 100644 --- a/locale/de-de/dialog/daily/daily-temperature-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -{day} wird es {temperature} Grad in {location} sein -{day}, {location} wird eine Temperatur von {temperature} Grad haben +# auto translated from en-us to de-de +{day} wird es {temperature} Grad in {location} sein +{day}, {location} wird eine Temperatur von {temperature} Grad haben diff --git a/locale/de-de/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-low-local.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-low-local.dialog index 7a928df06..68a0cdffe 100644 --- a/locale/de-de/dialog/daily/daily-temperature-low-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-low-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -{day} wird es so niedrig wie {temperature} sein -Bei {day} wird die Temperatur bis auf {temperature} Grad sinken. +# auto translated from en-us to de-de +{day} wird es so niedrig wie {temperature} sein +Bei {day} wird die Temperatur bis auf {temperature} Grad sinken. diff --git a/locale/de-de/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-low-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-low-location.dialog index 911dd27ac..bf668797c 100644 --- a/locale/de-de/dialog/daily/daily-temperature-low-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-temperature-low-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -{day} wird es in {location} nur noch {temperature} Grad sein -{day}, {location} wird so niedrig wie {temperature} Grad sein +# auto translated from en-us to de-de +{day} wird es in {location} nur noch {temperature} Grad sein +{day}, {location} wird so niedrig wie {temperature} Grad sein diff --git a/locale/de-de/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-weather-local.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-weather-local.dialog index 17cb9ce55..1979ea613 100644 --- a/locale/de-de/dialog/daily/daily-weather-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-weather-local.dialog @@ -1,6 +1,6 @@ -# auto translated from en-us to de-de -Die Prognose {day} ist {condition} mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} -{day} wird es {condition} mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} -{day} ist der Höchstwert {high_temperature} und der Tiefstwert {low_temperature}, mit {condition} -Erwarten Sie {condition}, mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} {day} -{day} erwarten {condition}, mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} +# auto translated from en-us to de-de +Die Prognose {day} ist {condition} mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} +{day} wird es {condition} mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} +{day} ist der Höchstwert {high_temperature} und der Tiefstwert {low_temperature}, mit {condition} +Erwarten Sie {condition}, mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} {day} +{day} erwarten {condition}, mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} diff --git a/locale/de-de/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-weather-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-weather-location.dialog index d42c7f3f4..f186af7f4 100644 --- a/locale/de-de/dialog/daily/daily-weather-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-weather-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Die Prognose {day} ist {high_temperature} für ein Hoch und {low_temperature} für ein Tief in {location} -{day} wird {condition} sein, mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} in {location} -{day}, {location} wird einen Höchstwert von {high_temperature} und einen Tiefstwert von {low_temperature} haben, mit {condition} +# auto translated from en-us to de-de +Die Prognose {day} ist {high_temperature} für ein Hoch und {low_temperature} für ein Tief in {location} +{day} wird {condition} sein, mit einem Hoch von {high_temperature} und einem Tief von {low_temperature} in {location} +{day}, {location} wird einen Höchstwert von {high_temperature} und einen Tiefstwert von {low_temperature} haben, mit {condition} diff --git a/locale/de-de/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-light-local.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-wind-light-local.dialog index cc7d56dac..eae3c0959 100644 --- a/locale/de-de/dialog/daily/daily-wind-light-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-light-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Es weht ein leichter Wind aus Richtung {direction} {day} bei {speed} {speed_unit} -Es wird nicht sehr windig sein {day} +# auto translated from en-us to de-de +Es weht ein leichter Wind aus Richtung {direction} {day} bei {speed} {speed_unit} +Es wird nicht sehr windig sein {day} diff --git a/locale/de-de/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-light-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-wind-light-location.dialog index 448140490..cbe10c149 100644 --- a/locale/de-de/dialog/daily/daily-wind-light-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-light-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Es wird ein leichter Wind aus der {direction} in {location} {day} bei {speed} {speed_unit} herrschen. -In {location} {day} wird es nicht sehr windig sein. +# auto translated from en-us to de-de +Es wird ein leichter Wind aus der {direction} in {location} {day} bei {speed} {speed_unit} herrschen. +In {location} {day} wird es nicht sehr windig sein. diff --git a/locale/de-de/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-moderate-local.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-wind-moderate-local.dialog index c1606f8dd..05979550e 100644 --- a/locale/de-de/dialog/daily/daily-wind-moderate-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-moderate-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Die Vorhersage sagt einen mäßigen Wind aus der Richtung {direction} bei {speed} {speed_unit} {day} voraus. -Sie können einen mäßigen Wind von etwa {speed} {speed_unit} {day} erwarten. -Der Wind wird mäßig sein, etwa {speed} {speed_unit} aus der {direction} {day} +# auto translated from en-us to de-de +Die Vorhersage sagt einen mäßigen Wind aus der Richtung {direction} bei {speed} {speed_unit} {day} voraus. +Sie können einen mäßigen Wind von etwa {speed} {speed_unit} {day} erwarten. +Der Wind wird mäßig sein, etwa {speed} {speed_unit} aus der {direction} {day} diff --git a/locale/de-de/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-moderate-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-wind-moderate-location.dialog index dd7b6f17a..35de6d062 100644 --- a/locale/de-de/dialog/daily/daily-wind-moderate-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-moderate-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Sie können einen Wind von etwa {speed} {speed_unit} in {location} {day} erwarten. -Der Wind wird mäßig sein in {location} {day}, etwa {speed} {speed_unit} aus der {direction} -Die Vorhersage {day} sagt voraus, dass {location} mäßigen Wind aus der {direction} von {speed} {speed_unit} haben wird. +# auto translated from en-us to de-de +Sie können einen Wind von etwa {speed} {speed_unit} in {location} {day} erwarten. +Der Wind wird mäßig sein in {location} {day}, etwa {speed} {speed_unit} aus der {direction} +Die Vorhersage {day} sagt voraus, dass {location} mäßigen Wind aus der {direction} von {speed} {speed_unit} haben wird. diff --git a/locale/de-de/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-strong-local.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-wind-strong-local.dialog index 04632e5fe..567fec68e 100644 --- a/locale/de-de/dialog/daily/daily-wind-strong-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-strong-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Es weht ein starker Wind aus der {direction} von {speed} {speed_unit} {day} -Der Wind wird so stark sein wie {speed} {speed_unit} {day} +# auto translated from en-us to de-de +Es weht ein starker Wind aus der {direction} von {speed} {speed_unit} {day} +Der Wind wird so stark sein wie {speed} {speed_unit} {day} diff --git a/locale/de-de/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-strong-location.dialog similarity index 98% rename from locale/de-de/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/de-de/dialog/daily/daily-wind-strong-location.dialog index f694322b4..294da0c0a 100644 --- a/locale/de-de/dialog/daily/daily-wind-strong-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/daily/daily-wind-strong-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Es wird ein starker Wind aus der {direction} von {speed} {speed_unit} in {location} {day} herrschen. -Der Wind wird so stark sein wie {speed} {speed_unit} in {location} {day} +# auto translated from en-us to de-de +Es wird ein starker Wind aus der {direction} von {speed} {speed_unit} in {location} {day} herrschen. +Der Wind wird so stark sein wie {speed} {speed_unit} in {location} {day} diff --git a/locale/de-de/dialog/direction/east.dialog b/neon_skill_weather/locale/de-de/dialog/direction/east.dialog similarity index 95% rename from locale/de-de/dialog/direction/east.dialog rename to neon_skill_weather/locale/de-de/dialog/direction/east.dialog index b5bd3a5df..a7b5904b2 100644 --- a/locale/de-de/dialog/direction/east.dialog +++ b/neon_skill_weather/locale/de-de/dialog/direction/east.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Osten +# auto translated from en-us to de-de +Osten diff --git a/locale/de-de/dialog/direction/north.dialog b/neon_skill_weather/locale/de-de/dialog/direction/north.dialog similarity index 95% rename from locale/de-de/dialog/direction/north.dialog rename to neon_skill_weather/locale/de-de/dialog/direction/north.dialog index 51493c487..ed139bce2 100644 --- a/locale/de-de/dialog/direction/north.dialog +++ b/neon_skill_weather/locale/de-de/dialog/direction/north.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Norden +# auto translated from en-us to de-de +Norden diff --git a/locale/de-de/dialog/direction/northeast.dialog b/neon_skill_weather/locale/de-de/dialog/direction/northeast.dialog similarity index 96% rename from locale/de-de/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/de-de/dialog/direction/northeast.dialog index 4df9dba26..86ff5a947 100644 --- a/locale/de-de/dialog/direction/northeast.dialog +++ b/neon_skill_weather/locale/de-de/dialog/direction/northeast.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Nordosten +# auto translated from en-us to de-de +Nordosten diff --git a/locale/de-de/dialog/direction/northwest.dialog b/neon_skill_weather/locale/de-de/dialog/direction/northwest.dialog similarity index 96% rename from locale/de-de/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/de-de/dialog/direction/northwest.dialog index 430ec442f..23bc2acd1 100644 --- a/locale/de-de/dialog/direction/northwest.dialog +++ b/neon_skill_weather/locale/de-de/dialog/direction/northwest.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Nordwesten +# auto translated from en-us to de-de +Nordwesten diff --git a/locale/de-de/dialog/direction/south.dialog b/neon_skill_weather/locale/de-de/dialog/direction/south.dialog similarity index 95% rename from locale/de-de/dialog/direction/south.dialog rename to neon_skill_weather/locale/de-de/dialog/direction/south.dialog index 3e7d63ae9..6eb247612 100644 --- a/locale/de-de/dialog/direction/south.dialog +++ b/neon_skill_weather/locale/de-de/dialog/direction/south.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Süden +# auto translated from en-us to de-de +Süden diff --git a/locale/de-de/dialog/direction/southeast.dialog b/neon_skill_weather/locale/de-de/dialog/direction/southeast.dialog similarity index 96% rename from locale/de-de/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/de-de/dialog/direction/southeast.dialog index 2bdad234b..8d83bda80 100644 --- a/locale/de-de/dialog/direction/southeast.dialog +++ b/neon_skill_weather/locale/de-de/dialog/direction/southeast.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Südosten +# auto translated from en-us to de-de +Südosten diff --git a/locale/de-de/dialog/direction/southwest.dialog b/neon_skill_weather/locale/de-de/dialog/direction/southwest.dialog similarity index 96% rename from locale/de-de/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/de-de/dialog/direction/southwest.dialog index d7026dc80..dac3d1b20 100644 --- a/locale/de-de/dialog/direction/southwest.dialog +++ b/neon_skill_weather/locale/de-de/dialog/direction/southwest.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Südwesten +# auto translated from en-us to de-de +Südwesten diff --git a/locale/de-de/dialog/direction/west.dialog b/neon_skill_weather/locale/de-de/dialog/direction/west.dialog similarity index 95% rename from locale/de-de/dialog/direction/west.dialog rename to neon_skill_weather/locale/de-de/dialog/direction/west.dialog index 021a80884..2eda3334b 100644 --- a/locale/de-de/dialog/direction/west.dialog +++ b/neon_skill_weather/locale/de-de/dialog/direction/west.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -West +# auto translated from en-us to de-de +West diff --git a/locale/de-de/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/de-de/dialog/error/cant-get-forecast.dialog similarity index 98% rename from locale/de-de/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/de-de/dialog/error/cant-get-forecast.dialog index f0c77228d..448114dfc 100644 --- a/locale/de-de/dialog/error/cant-get-forecast.dialog +++ b/neon_skill_weather/locale/de-de/dialog/error/cant-get-forecast.dialog @@ -1,40 +1,40 @@ -# auto translated from en-us to de-de -Entschuldigung. Ich kann im Moment keine Wetterberichte abrufen. -Es tut mir leid. Ich kann die Wettervorhersage ab sofort nicht mehr aufrufen. -Es tut mir leid. Ich kann ab sofort keine Wetterberichte abrufen. -Ich kann im Moment nicht auf die Wettervorhersage zugreifen. -Entschuldigung. Ich kann jetzt nicht auf die Wettervorhersage zugreifen. -Entschuldigung. Ich kann ab sofort keine Wetterberichte mehr bekommen. -Es tut mir leid. Ich kann ab sofort keine Wettervorhersagen mehr bekommen. -Es tut mir leid. Ich habe gerade keinen Zugriff auf die Wettervorhersage. -Es tut mir leid. Ich kann im Moment nicht auf Wetterberichte zugreifen. -Es tut mir leid. Ich kann im Moment keine Wettervorhersagen bekommen. -Es tut mir leid. Ich kann im Moment nicht auf die Wetterberichte zugreifen. -Es tut mir leid. Ich kann im Moment nicht auf die Wettervorhersage zugreifen. -Ich kann im Moment keine Wetterberichte abrufen. -Auf die Wettervorhersage kann ich ab sofort nicht mehr zugreifen. -Entschuldigung. Ich kann ab sofort nicht mehr auf Wetterberichte zugreifen. -Ich kann im Moment keine Wetterberichte bekommen. -Entschuldigung. Ich kann im Moment nicht auf die Wettervorhersage zugreifen. -Die Wettervorhersage ist derzeit nicht verfügbar. -Es tut mir leid. Ich kann ab sofort keine Wetterberichte mehr bekommen. -Entschuldigung. Ich kann ab sofort keine Wettervorhersagen mehr bekommen. -Entschuldigung. Ich kann im Moment nicht auf die Wetterberichte zugreifen. -Entschuldigung. Ich kann im Moment keine Wettervorhersagen bekommen. -Es tut mir leid. Ich kann im Moment keine Wettervorhersagen abrufen. -Ich kann ab sofort keine Wetterberichte mehr bekommen. -Wetterberichte sind derzeit nicht verfügbar. -Ich kann ab sofort nicht mehr auf Wetterberichte zugreifen. -Ich kann im Moment nicht auf Wetterberichte zugreifen. -Es tut mir leid. Ich kann jetzt nicht auf die Wettervorhersage zugreifen. -Ich kann ab sofort keine Wettervorhersagen mehr bekommen. -Entschuldigung. Ich kann ab sofort nicht mehr auf die Wettervorhersage zugreifen. -Es tut mir leid. Ich kann im Moment keine Wetterberichte abrufen. -Es tut mir leid. Ich kann ab sofort nicht mehr auf Wetterberichte zugreifen. -Entschuldigung. Ich habe gerade keinen Zugang zu den Wettervorhersagen. -Ich kann im Moment keine Wettervorhersagen bekommen. -Entschuldigung. Ich kann im Moment nicht auf Wetterberichte zugreifen. -Entschuldigung. Ich kann im Moment keine Wetterberichte bekommen. -Es tut mir leid. Ich kann im Moment keine Wetterberichte bekommen. -Ich kann die Wettervorhersage nicht mehr abrufen. -Wettervorhersagen sind derzeit nicht verfügbar. +# auto translated from en-us to de-de +Entschuldigung. Ich kann im Moment keine Wetterberichte abrufen. +Es tut mir leid. Ich kann die Wettervorhersage ab sofort nicht mehr aufrufen. +Es tut mir leid. Ich kann ab sofort keine Wetterberichte abrufen. +Ich kann im Moment nicht auf die Wettervorhersage zugreifen. +Entschuldigung. Ich kann jetzt nicht auf die Wettervorhersage zugreifen. +Entschuldigung. Ich kann ab sofort keine Wetterberichte mehr bekommen. +Es tut mir leid. Ich kann ab sofort keine Wettervorhersagen mehr bekommen. +Es tut mir leid. Ich habe gerade keinen Zugriff auf die Wettervorhersage. +Es tut mir leid. Ich kann im Moment nicht auf Wetterberichte zugreifen. +Es tut mir leid. Ich kann im Moment keine Wettervorhersagen bekommen. +Es tut mir leid. Ich kann im Moment nicht auf die Wetterberichte zugreifen. +Es tut mir leid. Ich kann im Moment nicht auf die Wettervorhersage zugreifen. +Ich kann im Moment keine Wetterberichte abrufen. +Auf die Wettervorhersage kann ich ab sofort nicht mehr zugreifen. +Entschuldigung. Ich kann ab sofort nicht mehr auf Wetterberichte zugreifen. +Ich kann im Moment keine Wetterberichte bekommen. +Entschuldigung. Ich kann im Moment nicht auf die Wettervorhersage zugreifen. +Die Wettervorhersage ist derzeit nicht verfügbar. +Es tut mir leid. Ich kann ab sofort keine Wetterberichte mehr bekommen. +Entschuldigung. Ich kann ab sofort keine Wettervorhersagen mehr bekommen. +Entschuldigung. Ich kann im Moment nicht auf die Wetterberichte zugreifen. +Entschuldigung. Ich kann im Moment keine Wettervorhersagen bekommen. +Es tut mir leid. Ich kann im Moment keine Wettervorhersagen abrufen. +Ich kann ab sofort keine Wetterberichte mehr bekommen. +Wetterberichte sind derzeit nicht verfügbar. +Ich kann ab sofort nicht mehr auf Wetterberichte zugreifen. +Ich kann im Moment nicht auf Wetterberichte zugreifen. +Es tut mir leid. Ich kann jetzt nicht auf die Wettervorhersage zugreifen. +Ich kann ab sofort keine Wettervorhersagen mehr bekommen. +Entschuldigung. Ich kann ab sofort nicht mehr auf die Wettervorhersage zugreifen. +Es tut mir leid. Ich kann im Moment keine Wetterberichte abrufen. +Es tut mir leid. Ich kann ab sofort nicht mehr auf Wetterberichte zugreifen. +Entschuldigung. Ich habe gerade keinen Zugang zu den Wettervorhersagen. +Ich kann im Moment keine Wettervorhersagen bekommen. +Entschuldigung. Ich kann im Moment nicht auf Wetterberichte zugreifen. +Entschuldigung. Ich kann im Moment keine Wetterberichte bekommen. +Es tut mir leid. Ich kann im Moment keine Wetterberichte bekommen. +Ich kann die Wettervorhersage nicht mehr abrufen. +Wettervorhersagen sind derzeit nicht verfügbar. diff --git a/locale/de-de/dialog/error/forty-eight-hours-available.dialog b/neon_skill_weather/locale/de-de/dialog/error/forty-eight-hours-available.dialog similarity index 98% rename from locale/de-de/dialog/error/forty-eight-hours-available.dialog rename to neon_skill_weather/locale/de-de/dialog/error/forty-eight-hours-available.dialog index de97194e8..93f92988c 100644 --- a/locale/de-de/dialog/error/forty-eight-hours-available.dialog +++ b/neon_skill_weather/locale/de-de/dialog/error/forty-eight-hours-available.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Leider habe ich nur stündliche Vorhersagedaten für 48 Stunden. +# auto translated from en-us to de-de +Leider habe ich nur stündliche Vorhersagedaten für 48 Stunden. diff --git a/locale/de-de/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/de-de/dialog/error/location-not-found.dialog similarity index 98% rename from locale/de-de/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/de-de/dialog/error/location-not-found.dialog index a702bb014..319f6ec9a 100644 --- a/locale/de-de/dialog/error/location-not-found.dialog +++ b/neon_skill_weather/locale/de-de/dialog/error/location-not-found.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Ich kann eine Stadt namens {location} nicht finden. Bitte versuchen Sie es erneut -Die Stadt {location} ist nicht in meiner Datenbank gespeichert. Bitte versuchen Sie es erneut +# auto translated from en-us to de-de +Ich kann eine Stadt namens {location} nicht finden. Bitte versuchen Sie es erneut +Die Stadt {location} ist nicht in meiner Datenbank gespeichert. Bitte versuchen Sie es erneut diff --git a/locale/de-de/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/de-de/dialog/error/no-forecast.dialog similarity index 97% rename from locale/de-de/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/de-de/dialog/error/no-forecast.dialog index ec4e64a3c..ebbd314c6 100644 --- a/locale/de-de/dialog/error/no-forecast.dialog +++ b/neon_skill_weather/locale/de-de/dialog/error/no-forecast.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Sorry, ich kenne die Vorhersage nicht {day} -Ich habe keine Vorhersage {day} +# auto translated from en-us to de-de +Sorry, ich kenne die Vorhersage nicht {day} +Ich habe keine Vorhersage {day} diff --git a/locale/de-de/dialog/error/seven-days-available.dialog b/neon_skill_weather/locale/de-de/dialog/error/seven-days-available.dialog similarity index 98% rename from locale/de-de/dialog/error/seven-days-available.dialog rename to neon_skill_weather/locale/de-de/dialog/error/seven-days-available.dialog index e45fffb3f..7cfd77bb9 100644 --- a/locale/de-de/dialog/error/seven-days-available.dialog +++ b/neon_skill_weather/locale/de-de/dialog/error/seven-days-available.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Ich kann Ihnen die Vorhersage für die nächsten sieben Tage nennen. -Ich habe eine Wettervorhersage für sieben Tage zur Verfügung. +# auto translated from en-us to de-de +Ich kann Ihnen die Vorhersage für die nächsten sieben Tage nennen. +Ich habe eine Wettervorhersage für sieben Tage zur Verfügung. diff --git a/locale/de-de/dialog/hourly/hourly-condition-alternative-local.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-alternative-local.dialog similarity index 100% rename from locale/de-de/dialog/hourly/hourly-condition-alternative-local.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-alternative-local.dialog diff --git a/locale/de-de/dialog/hourly/hourly-condition-alternative-location.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-alternative-location.dialog similarity index 100% rename from locale/de-de/dialog/hourly/hourly-condition-alternative-location.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-alternative-location.dialog diff --git a/locale/de-de/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-expected-local.dialog similarity index 97% rename from locale/de-de/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-expected-local.dialog index 021a0fd99..c9bbb34fa 100644 --- a/locale/de-de/dialog/hourly/hourly-condition-expected-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-expected-local.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Ja, die {time}-Prognose für sagt {condition} voraus +# auto translated from en-us to de-de +Ja, die {time}-Prognose für sagt {condition} voraus diff --git a/locale/de-de/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-expected-location.dialog similarity index 97% rename from locale/de-de/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-expected-location.dialog index dcc239df9..2deba2f12 100644 --- a/locale/de-de/dialog/hourly/hourly-condition-expected-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-expected-location.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Ja, es wird {condition} dieses {time} sein +# auto translated from en-us to de-de +Ja, es wird {condition} dieses {time} sein diff --git a/locale/de-de/dialog/hourly/hourly-condition-not-expected-local.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-not-expected-local.dialog similarity index 100% rename from locale/de-de/dialog/hourly/hourly-condition-not-expected-local.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-not-expected-local.dialog diff --git a/locale/de-de/dialog/hourly/hourly-condition-not-expected-location.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-not-expected-location.dialog similarity index 100% rename from locale/de-de/dialog/hourly/hourly-condition-not-expected-location.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-condition-not-expected-location.dialog diff --git a/locale/de-de/dialog/hourly/hourly-precipitation-next-local.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-precipitation-next-local.dialog similarity index 98% rename from locale/de-de/dialog/hourly/hourly-precipitation-next-local.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-precipitation-next-local.dialog index b60643735..e81f9e6b3 100644 --- a/locale/de-de/dialog/hourly/hourly-precipitation-next-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-precipitation-next-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Die Vorhersage sieht eine {percent} Chance auf {precipitation} bei {time} vor. -Es besteht eine {percent} Chance auf {precipitation} bei {time} +# auto translated from en-us to de-de +Die Vorhersage sieht eine {percent} Chance auf {precipitation} bei {time} vor. +Es besteht eine {percent} Chance auf {precipitation} bei {time} diff --git a/locale/de-de/dialog/hourly/hourly-precipitation-next-location.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-precipitation-next-location.dialog similarity index 98% rename from locale/de-de/dialog/hourly/hourly-precipitation-next-location.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-precipitation-next-location.dialog index 3c1db17a8..b3098dbd1 100644 --- a/locale/de-de/dialog/hourly/hourly-precipitation-next-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-precipitation-next-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Bei {location} besteht eine {percent} Chance auf {precipitation} bei {time} -Die Vorhersage sieht eine {percent} Chance von {precipitation} in {location} bei {time} vor. +# auto translated from en-us to de-de +Bei {location} besteht eine {percent} Chance auf {precipitation} bei {time} +Die Vorhersage sieht eine {percent} Chance von {precipitation} in {location} bei {time} vor. diff --git a/locale/de-de/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-temperature-local.dialog similarity index 97% rename from locale/de-de/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-temperature-local.dialog index 8b23e5ee9..3314cd31d 100644 --- a/locale/de-de/dialog/hourly/hourly-temperature-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-temperature-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Es wird etwa {temperature} Grad in der {time} -Im {time} wird es {temperature} Grad sein +# auto translated from en-us to de-de +Es wird etwa {temperature} Grad in der {time} +Im {time} wird es {temperature} Grad sein diff --git a/locale/de-de/dialog/hourly/hourly-temperature-location.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-temperature-location.dialog similarity index 98% rename from locale/de-de/dialog/hourly/hourly-temperature-location.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-temperature-location.dialog index 0acb4ed87..1d2f6ab7c 100644 --- a/locale/de-de/dialog/hourly/hourly-temperature-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-temperature-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Im {location} wird es etwa {temperature} Grad in der {time} sein -Im {time} wird es {temperature} Grad in {location} sein +# auto translated from en-us to de-de +Im {location} wird es etwa {temperature} Grad in der {time} sein +Im {time} wird es {temperature} Grad in {location} sein diff --git a/locale/de-de/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-weather-local.dialog similarity index 98% rename from locale/de-de/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-weather-local.dialog index ac5075f08..3f432deec 100644 --- a/locale/de-de/dialog/hourly/hourly-weather-local.dialog +++ b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-weather-local.dialog @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -Später wird es {condition} und um {temperature} Grad sein -Es wird {condition} sein, mit Temperaturen nahe {temperature} -Um {temperature} Grad mit {condition} -Später wird es {condition} und {temperature} Grad sein +# auto translated from en-us to de-de +Später wird es {condition} und um {temperature} Grad sein +Es wird {condition} sein, mit Temperaturen nahe {temperature} +Um {temperature} Grad mit {condition} +Später wird es {condition} und {temperature} Grad sein diff --git a/locale/de-de/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-weather-location.dialog similarity index 98% rename from locale/de-de/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/de-de/dialog/hourly/hourly-weather-location.dialog index f78e86894..26a3b3c18 100644 --- a/locale/de-de/dialog/hourly/hourly-weather-location.dialog +++ b/neon_skill_weather/locale/de-de/dialog/hourly/hourly-weather-location.dialog @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -{location} Wetter in den nächsten Stunden werden {condition} und {temperature} Grad sein -{location} wird um {temperature} mit {condition} sein -{location} wird etwa {temperature} Grad mit {condition} sein -Später wird es {condition} in {location} sein, mit Temperaturen um {temperature} +# auto translated from en-us to de-de +{location} Wetter in den nächsten Stunden werden {condition} und {temperature} Grad sein +{location} wird um {temperature} mit {condition} sein +{location} wird etwa {temperature} Grad mit {condition} sein +Später wird es {condition} in {location} sein, mit Temperaturen um {temperature} diff --git a/locale/de-de/dialog/percentage-number.dialog b/neon_skill_weather/locale/de-de/dialog/percentage-number.dialog similarity index 96% rename from locale/de-de/dialog/percentage-number.dialog rename to neon_skill_weather/locale/de-de/dialog/percentage-number.dialog index 0283f9dd3..5a2150741 100644 --- a/locale/de-de/dialog/percentage-number.dialog +++ b/neon_skill_weather/locale/de-de/dialog/percentage-number.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -{number} Prozent +# auto translated from en-us to de-de +{number} Prozent diff --git a/locale/de-de/dialog/unit/celsius.dialog b/neon_skill_weather/locale/de-de/dialog/unit/celsius.dialog similarity index 95% rename from locale/de-de/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/de-de/dialog/unit/celsius.dialog index 41e44a1c3..b9fc14f0e 100644 --- a/locale/de-de/dialog/unit/celsius.dialog +++ b/neon_skill_weather/locale/de-de/dialog/unit/celsius.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -celsius +# auto translated from en-us to de-de +celsius diff --git a/locale/de-de/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/de-de/dialog/unit/fahrenheit.dialog similarity index 96% rename from locale/de-de/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/de-de/dialog/unit/fahrenheit.dialog index b8f0f93f6..c4997d247 100644 --- a/locale/de-de/dialog/unit/fahrenheit.dialog +++ b/neon_skill_weather/locale/de-de/dialog/unit/fahrenheit.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Fahrenheit +# auto translated from en-us to de-de +Fahrenheit diff --git a/locale/de-de/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/de-de/dialog/unit/meters per second.dialog similarity index 96% rename from locale/de-de/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/de-de/dialog/unit/meters per second.dialog index 8c62f10e3..8f1710180 100644 --- a/locale/de-de/dialog/unit/meters per second.dialog +++ b/neon_skill_weather/locale/de-de/dialog/unit/meters per second.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Meter pro Sekunde +# auto translated from en-us to de-de +Meter pro Sekunde diff --git a/locale/de-de/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/de-de/dialog/unit/miles per hour.dialog similarity index 96% rename from locale/de-de/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/de-de/dialog/unit/miles per hour.dialog index c18f13953..8e7b03018 100644 --- a/locale/de-de/dialog/unit/miles per hour.dialog +++ b/neon_skill_weather/locale/de-de/dialog/unit/miles per hour.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Meilen pro Stunde +# auto translated from en-us to de-de +Meilen pro Stunde diff --git a/locale/de-de/dialog/weekly/weekly-condition.dialog b/neon_skill_weather/locale/de-de/dialog/weekly/weekly-condition.dialog similarity index 97% rename from locale/de-de/dialog/weekly/weekly-condition.dialog rename to neon_skill_weather/locale/de-de/dialog/weekly/weekly-condition.dialog index 2a01134df..efe67f017 100644 --- a/locale/de-de/dialog/weekly/weekly-condition.dialog +++ b/neon_skill_weather/locale/de-de/dialog/weekly/weekly-condition.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Bei {days} erwarten Sie {condition} -Die Prognose sieht {condition} auf {days} vor. +# auto translated from en-us to de-de +Bei {days} erwarten Sie {condition} +Die Prognose sieht {condition} auf {days} vor. diff --git a/locale/de-de/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/de-de/dialog/weekly/weekly-temperature.dialog similarity index 98% rename from locale/de-de/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/de-de/dialog/weekly/weekly-temperature.dialog index 9aae0be17..e499ec7be 100644 --- a/locale/de-de/dialog/weekly/weekly-temperature.dialog +++ b/neon_skill_weather/locale/de-de/dialog/weekly/weekly-temperature.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Die Tiefstwerte werden zwischen {low_min} und {low_max} liegen, die Höchstwerte zwischen {high_min} und {high_max} +# auto translated from en-us to de-de +Die Tiefstwerte werden zwischen {low_min} und {low_max} liegen, die Höchstwerte zwischen {high_min} und {high_max} diff --git a/locale/de-de/regex/location.rx b/neon_skill_weather/locale/de-de/regex/location.rx similarity index 98% rename from locale/de-de/regex/location.rx rename to neon_skill_weather/locale/de-de/regex/location.rx index a57deded6..3f95d57b8 100644 --- a/locale/de-de/regex/location.rx +++ b/neon_skill_weather/locale/de-de/regex/location.rx @@ -1 +1 @@ -.*\b(bei|in) (?P(?!\bcelsius\b|\bfahrenheit\b) *.+) +.*\b(bei|in) (?P(?!\bcelsius\b|\bfahrenheit\b) *.+) diff --git a/locale/de-de/vocabulary/condition/clear.voc b/neon_skill_weather/locale/de-de/vocabulary/condition/clear.voc similarity index 93% rename from locale/de-de/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/de-de/vocabulary/condition/clear.voc index 73e6e9005..6e6c7b8b0 100644 --- a/locale/de-de/vocabulary/condition/clear.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/clear.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to de-de -sonnig -schönes Wetter -gutes Wetter -klar -Sonne +# auto translated from en-us to de-de +sonnig +schönes Wetter +gutes Wetter +klar +Sonne diff --git a/locale/de-de/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/de-de/vocabulary/condition/clouds.voc similarity index 94% rename from locale/de-de/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/de-de/vocabulary/condition/clouds.voc index 20aed6921..3d049c43f 100644 --- a/locale/de-de/vocabulary/condition/clouds.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/clouds.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to de-de -wenige Wolken -Wolke -Wolken -aufgelockerte Bewölkung -bewölkt +# auto translated from en-us to de-de +wenige Wolken +Wolke +Wolken +aufgelockerte Bewölkung +bewölkt diff --git a/locale/de-de/vocabulary/condition/do-i-need-an-umbrella.intent b/neon_skill_weather/locale/de-de/vocabulary/condition/do-i-need-an-umbrella.intent similarity index 97% rename from locale/de-de/vocabulary/condition/do-i-need-an-umbrella.intent rename to neon_skill_weather/locale/de-de/vocabulary/condition/do-i-need-an-umbrella.intent index 7e682fbad..987870d7a 100644 --- a/locale/de-de/vocabulary/condition/do-i-need-an-umbrella.intent +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/do-i-need-an-umbrella.intent @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -Brauche ich eine Regenjacke? -Brauche ich einen Regenschirm? -Sollte ich eine Regenjacke mitbringen? -Soll ich einen Regenschirm mitnehmen? +# auto translated from en-us to de-de +Brauche ich eine Regenjacke? +Brauche ich einen Regenschirm? +Sollte ich eine Regenjacke mitbringen? +Soll ich einen Regenschirm mitnehmen? diff --git a/locale/de-de/vocabulary/condition/do.i.need.an.umbrella.intent b/neon_skill_weather/locale/de-de/vocabulary/condition/do.i.need.an.umbrella.intent similarity index 100% rename from locale/de-de/vocabulary/condition/do.i.need.an.umbrella.intent rename to neon_skill_weather/locale/de-de/vocabulary/condition/do.i.need.an.umbrella.intent diff --git a/locale/de-de/vocabulary/condition/fog.voc b/neon_skill_weather/locale/de-de/vocabulary/condition/fog.voc similarity index 94% rename from locale/de-de/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/de-de/vocabulary/condition/fog.voc index 04da96525..01b19d2aa 100644 --- a/locale/de-de/vocabulary/condition/fog.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/fog.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -neblig -Nebel +# auto translated from en-us to de-de +neblig +Nebel diff --git a/locale/de-de/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/de-de/vocabulary/condition/humidity.voc similarity index 94% rename from locale/de-de/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/de-de/vocabulary/condition/humidity.voc index c2b9aba7c..cb371412f 100644 --- a/locale/de-de/vocabulary/condition/humidity.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/humidity.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -feucht -Feuchtigkeit -dampfend +# auto translated from en-us to de-de +feucht +Feuchtigkeit +dampfend diff --git a/locale/de-de/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/de-de/vocabulary/condition/precipitation.voc similarity index 93% rename from locale/de-de/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/de-de/vocabulary/condition/precipitation.voc index 48b4f1eb3..47a73aed3 100644 --- a/locale/de-de/vocabulary/condition/precipitation.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/precipitation.voc @@ -1,7 +1,7 @@ -# auto translated from en-us to de-de -regnerisch -Schnee -Regen -Niederschlag -Nieselregen -verschneit +# auto translated from en-us to de-de +regnerisch +Schnee +Regen +Niederschlag +Nieselregen +verschneit diff --git a/locale/de-de/vocabulary/condition/rain.voc b/neon_skill_weather/locale/de-de/vocabulary/condition/rain.voc similarity index 94% rename from locale/de-de/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/de-de/vocabulary/condition/rain.voc index efb2bcc44..a94c977ca 100644 --- a/locale/de-de/vocabulary/condition/rain.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/rain.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to de-de -regnerisch -Regen -Niederschlag -leichter Regen -Nieselregen +# auto translated from en-us to de-de +regnerisch +Regen +Niederschlag +leichter Regen +Nieselregen diff --git a/locale/de-de/vocabulary/condition/snow.voc b/neon_skill_weather/locale/de-de/vocabulary/condition/snow.voc similarity index 93% rename from locale/de-de/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/de-de/vocabulary/condition/snow.voc index 1a54169dd..3cb2926a6 100644 --- a/locale/de-de/vocabulary/condition/snow.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/snow.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -Schnee -Schneeregen -Graupel -verschneit +# auto translated from en-us to de-de +Schnee +Schneeregen +Graupel +verschneit diff --git a/locale/de-de/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/de-de/vocabulary/condition/thunderstorm.voc similarity index 94% rename from locale/de-de/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/de-de/vocabulary/condition/thunderstorm.voc index 68d14de3c..9aef2b2e4 100644 --- a/locale/de-de/vocabulary/condition/thunderstorm.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/thunderstorm.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to de-de -Stürmung -stürmisch -Sturm +# auto translated from en-us to de-de +Stürmung +stürmisch +Sturm diff --git a/locale/de-de/vocabulary/condition/windy.voc b/neon_skill_weather/locale/de-de/vocabulary/condition/windy.voc similarity index 92% rename from locale/de-de/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/de-de/vocabulary/condition/windy.voc index b10ac133f..29a1f02d1 100644 --- a/locale/de-de/vocabulary/condition/windy.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/condition/windy.voc @@ -1,8 +1,8 @@ -# auto translated from en-us to de-de -stürmisch -Blasen -Wind -Winde -luftig -Windgeschwindigkeit -windig +# auto translated from en-us to de-de +stürmisch +Blasen +Wind +Winde +luftig +Windgeschwindigkeit +windig diff --git a/locale/de-de/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/couple.voc similarity index 95% rename from locale/de-de/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/couple.voc index 09403dda7..3563c6546 100644 --- a/locale/de-de/vocabulary/date-time/couple.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/couple.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Paar +# auto translated from en-us to de-de +Paar diff --git a/locale/de-de/vocabulary/date-time/few.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/few.voc similarity index 95% rename from locale/de-de/vocabulary/date-time/few.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/few.voc index e5b6a9326..5929abaee 100644 --- a/locale/de-de/vocabulary/date-time/few.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/few.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -wenige +# auto translated from en-us to de-de +wenige diff --git a/locale/de-de/vocabulary/date-time/later.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/later.voc similarity index 95% rename from locale/de-de/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/later.voc index 906b85810..78e36516c 100644 --- a/locale/de-de/vocabulary/date-time/later.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/later.voc @@ -1,7 +1,7 @@ -# auto translated from en-us to de-de -nächste Stunden -nächste Stunde -später -wenige Stunden -die nächsten paar Stunden -ein paar Stunden +# auto translated from en-us to de-de +nächste Stunden +nächste Stunde +später +wenige Stunden +die nächsten paar Stunden +ein paar Stunden diff --git a/locale/de-de/vocabulary/date-time/next.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/next.voc similarity index 94% rename from locale/de-de/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/next.voc index f7dc7a394..b1659afdd 100644 --- a/locale/de-de/vocabulary/date-time/next.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/next.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -nächste -wieder +# auto translated from en-us to de-de +nächste +wieder diff --git a/locale/de-de/vocabulary/date-time/now.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/now.voc similarity index 94% rename from locale/de-de/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/now.voc index 525b42312..dae9448c7 100644 --- a/locale/de-de/vocabulary/date-time/now.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/now.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -aktuell -jetzt +# auto translated from en-us to de-de +aktuell +jetzt diff --git a/locale/de-de/vocabulary/date-time/number-days.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/number-days.voc similarity index 93% rename from locale/de-de/vocabulary/date-time/number-days.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/number-days.voc index 69689d11e..f25214bcd 100644 --- a/locale/de-de/vocabulary/date-time/number-days.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/number-days.voc @@ -1,33 +1,33 @@ -# auto translated from en-us to de-de -6-tägig -4 Tage -die nächsten drei Tage -dreitägig -die nächsten fünf Tage -4-tägig -die nächsten sechs Tage -2 Tage -die nächsten 6 Tage -Fünf Tage -sechs Tage -6 Tag -nächste 3 Tage -zwei Tage -die nächsten vier Tage -viertägig -vier Tage -nächste 4 Tage -6 Tage -3-Tage -drei Tage -fünf Tage -2-tägig -die nächsten paar Tage -5-Tage -nächste 5 Tage -zweitägig -5 Tage -die nächsten Tage -3 Tage -die nächsten zwei Tage -nächste 2 Tage +# auto translated from en-us to de-de +6-tägig +4 Tage +die nächsten drei Tage +dreitägig +die nächsten fünf Tage +4-tägig +die nächsten sechs Tage +2 Tage +die nächsten 6 Tage +Fünf Tage +sechs Tage +6 Tag +nächste 3 Tage +zwei Tage +die nächsten vier Tage +viertägig +vier Tage +nächste 4 Tage +6 Tage +3-Tage +drei Tage +fünf Tage +2-tägig +die nächsten paar Tage +5-Tage +nächste 5 Tage +zweitägig +5 Tage +die nächsten Tage +3 Tage +die nächsten zwei Tage +nächste 2 Tage diff --git a/locale/de-de/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/relative-day.voc similarity index 91% rename from locale/de-de/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/relative-day.voc index fa8ae0c2b..d093c087b 100644 --- a/locale/de-de/vocabulary/date-time/relative-day.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/relative-day.voc @@ -1,19 +1,19 @@ -# auto translated from en-us to de-de -die gestrige -donnerstag -morgen -am Sonnabend -Freitag -Tage -sonntag -gestern -dienstag -am Sonntag -mittwochs -die morgige -am dienstag -am Montag -montags -donnerstags -samstag -freitags +# auto translated from en-us to de-de +die gestrige +donnerstag +morgen +am Sonnabend +Freitag +Tage +sonntag +gestern +dienstag +am Sonntag +mittwochs +die morgige +am dienstag +am Montag +montags +donnerstags +samstag +freitags diff --git a/locale/de-de/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/relative-time.voc similarity index 92% rename from locale/de-de/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/relative-time.voc index f5e378ba6..8d9f79734 100644 --- a/locale/de-de/vocabulary/date-time/relative-time.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/relative-time.voc @@ -1,7 +1,7 @@ -# auto translated from en-us to de-de -heute Abend -Morgen -Nachmittag -über Nacht -Nacht -Abend +# auto translated from en-us to de-de +heute Abend +Morgen +Nachmittag +über Nacht +Nacht +Abend diff --git a/locale/de-de/vocabulary/date-time/today.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/today.voc similarity index 94% rename from locale/de-de/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/today.voc index cc71ef103..6906f71e6 100644 --- a/locale/de-de/vocabulary/date-time/today.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/today.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -heute -die heutige +# auto translated from en-us to de-de +heute +die heutige diff --git a/locale/de-de/vocabulary/date-time/week.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/week.voc similarity index 95% rename from locale/de-de/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/week.voc index 7531b2ede..65327cb5b 100644 --- a/locale/de-de/vocabulary/date-time/week.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/week.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -wöchentlich -Woche +# auto translated from en-us to de-de +wöchentlich +Woche diff --git a/locale/de-de/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/de-de/vocabulary/date-time/weekend.voc similarity index 96% rename from locale/de-de/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/de-de/vocabulary/date-time/weekend.voc index 8ccf68f13..2d2c5387a 100644 --- a/locale/de-de/vocabulary/date-time/weekend.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/date-time/weekend.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Wochenende +# auto translated from en-us to de-de +Wochenende diff --git a/locale/de-de/vocabulary/forecast.voc b/neon_skill_weather/locale/de-de/vocabulary/forecast.voc similarity index 95% rename from locale/de-de/vocabulary/forecast.voc rename to neon_skill_weather/locale/de-de/vocabulary/forecast.voc index dfa12e81e..b16d365a4 100644 --- a/locale/de-de/vocabulary/forecast.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/forecast.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Prognose +# auto translated from en-us to de-de +Prognose diff --git a/locale/de-de/vocabulary/like.voc b/neon_skill_weather/locale/de-de/vocabulary/like.voc similarity index 95% rename from locale/de-de/vocabulary/like.voc rename to neon_skill_weather/locale/de-de/vocabulary/like.voc index 84470b49f..793f0a34e 100644 --- a/locale/de-de/vocabulary/like.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/like.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -wie +# auto translated from en-us to de-de +wie diff --git a/locale/de-de/vocabulary/location.voc b/neon_skill_weather/locale/de-de/vocabulary/location.voc similarity index 93% rename from locale/de-de/vocabulary/location.voc rename to neon_skill_weather/locale/de-de/vocabulary/location.voc index 8844313f5..f7e5590f0 100644 --- a/locale/de-de/vocabulary/location.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/location.voc @@ -1,16 +1,16 @@ -# auto translated from en-us to de-de -atlanta -spokane -Seattle -houston -berlin -san francisco -Los Angeles, Kalifornien|los angeles|la -Kansas City -chicago -san jose -portland oregon|portland -Lawrence, Kansas -Austin -san diego -boston +# auto translated from en-us to de-de +atlanta +spokane +Seattle +houston +berlin +san francisco +Los Angeles, Kalifornien|los angeles|la +Kansas City +chicago +san jose +portland oregon|portland +Lawrence, Kansas +Austin +san diego +boston diff --git a/locale/de-de/vocabulary/outside.voc b/neon_skill_weather/locale/de-de/vocabulary/outside.voc similarity index 94% rename from locale/de-de/vocabulary/outside.voc rename to neon_skill_weather/locale/de-de/vocabulary/outside.voc index 91f4565ea..f6c2f0fca 100644 --- a/locale/de-de/vocabulary/outside.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/outside.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -außerhalb -aus +# auto translated from en-us to de-de +außerhalb +aus diff --git a/locale/de-de/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/de-de/vocabulary/query/confirm-query-current.voc similarity index 94% rename from locale/de-de/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/de-de/vocabulary/query/confirm-query-current.voc index 8bc1dfdee..a3e63a475 100644 --- a/locale/de-de/vocabulary/query/confirm-query-current.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/query/confirm-query-current.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -gibt es -ist es +# auto translated from en-us to de-de +gibt es +ist es diff --git a/locale/de-de/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/de-de/vocabulary/query/confirm-query-future.voc similarity index 94% rename from locale/de-de/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/de-de/vocabulary/query/confirm-query-future.voc index f601a3c5c..34456b141 100644 --- a/locale/de-de/vocabulary/query/confirm-query-future.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/query/confirm-query-future.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -wird es sein -wird es zu einer -wird es -wird es eine +# auto translated from en-us to de-de +wird es sein +wird es zu einer +wird es +wird es eine diff --git a/locale/de-de/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/de-de/vocabulary/query/confirm-query.voc similarity index 89% rename from locale/de-de/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/de-de/vocabulary/query/confirm-query.voc index d73b4fa28..26f7dc2f7 100644 --- a/locale/de-de/vocabulary/query/confirm-query.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/query/confirm-query.voc @@ -1,6 +1,6 @@ -wird es -ist es -ist dort -wird dort -gibt es -haben sie +wird es +ist es +ist dort +wird dort +gibt es +haben sie diff --git a/locale/de-de/vocabulary/query/how.voc b/neon_skill_weather/locale/de-de/vocabulary/query/how.voc similarity index 95% rename from locale/de-de/vocabulary/query/how.voc rename to neon_skill_weather/locale/de-de/vocabulary/query/how.voc index 84470b49f..793f0a34e 100644 --- a/locale/de-de/vocabulary/query/how.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/query/how.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -wie +# auto translated from en-us to de-de +wie diff --git a/locale/de-de/vocabulary/query/query.voc b/neon_skill_weather/locale/de-de/vocabulary/query/query.voc similarity index 93% rename from locale/de-de/vocabulary/query/query.voc rename to neon_skill_weather/locale/de-de/vocabulary/query/query.voc index 84dcb4337..58e712f95 100644 --- a/locale/de-de/vocabulary/query/query.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/query/query.voc @@ -1,5 +1,5 @@ -wie ist -was ist -was wird -sag (mir|uns) (über|) -erzählen Sie (mir|uns) von +wie ist +was ist +was wird +sag (mir|uns) (über|) +erzählen Sie (mir|uns) von diff --git a/locale/de-de/vocabulary/query/when.voc b/neon_skill_weather/locale/de-de/vocabulary/query/when.voc similarity index 93% rename from locale/de-de/vocabulary/query/when.voc rename to neon_skill_weather/locale/de-de/vocabulary/query/when.voc index 63df07a49..8724c396b 100644 --- a/locale/de-de/vocabulary/query/when.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/query/when.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to de-de -wann wird -wenn -welche Uhrzeit -Wann ist -wann ist +# auto translated from en-us to de-de +wann wird +wenn +welche Uhrzeit +Wann ist +wann ist diff --git a/locale/de-de/vocabulary/sunrise.voc b/neon_skill_weather/locale/de-de/vocabulary/sunrise.voc similarity index 94% rename from locale/de-de/vocabulary/sunrise.voc rename to neon_skill_weather/locale/de-de/vocabulary/sunrise.voc index 9ba910f0e..83a784192 100644 --- a/locale/de-de/vocabulary/sunrise.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/sunrise.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -Morgengrauen -Sonnenaufgang -Tagesanbruch -Tagespause +# auto translated from en-us to de-de +Morgengrauen +Sonnenaufgang +Tagesanbruch +Tagespause diff --git a/locale/de-de/vocabulary/sunset.voc b/neon_skill_weather/locale/de-de/vocabulary/sunset.voc similarity index 95% rename from locale/de-de/vocabulary/sunset.voc rename to neon_skill_weather/locale/de-de/vocabulary/sunset.voc index b7f112388..e7c109a84 100644 --- a/locale/de-de/vocabulary/sunset.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/sunset.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Dämmerung -Sonnenuntergang +# auto translated from en-us to de-de +Dämmerung +Sonnenuntergang diff --git a/locale/de-de/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/de-de/vocabulary/temperature/cold.voc similarity index 92% rename from locale/de-de/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/de-de/vocabulary/temperature/cold.voc index 51567130a..a80c46413 100644 --- a/locale/de-de/vocabulary/temperature/cold.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/temperature/cold.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -kalt -cool -chillig -Gefrieren +# auto translated from en-us to de-de +kalt +cool +chillig +Gefrieren diff --git a/locale/de-de/vocabulary/temperature/high.voc b/neon_skill_weather/locale/de-de/vocabulary/temperature/high.voc similarity index 92% rename from locale/de-de/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/de-de/vocabulary/temperature/high.voc index 2176d2e22..d9e355ac7 100644 --- a/locale/de-de/vocabulary/temperature/high.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/temperature/high.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -max -höchste -maximal -hoch +# auto translated from en-us to de-de +max +höchste +maximal +hoch diff --git a/locale/de-de/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/de-de/vocabulary/temperature/hot.voc similarity index 94% rename from locale/de-de/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/de-de/vocabulary/temperature/hot.voc index 444930da7..ac09842a4 100644 --- a/locale/de-de/vocabulary/temperature/hot.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/temperature/hot.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -heiß -warm +# auto translated from en-us to de-de +heiß +warm diff --git a/locale/de-de/vocabulary/temperature/low.voc b/neon_skill_weather/locale/de-de/vocabulary/temperature/low.voc similarity index 93% rename from locale/de-de/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/de-de/vocabulary/temperature/low.voc index 9ad5ab065..e04adb971 100644 --- a/locale/de-de/vocabulary/temperature/low.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/temperature/low.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to de-de -niedrig -niedrigste -Minimum -min +# auto translated from en-us to de-de +niedrig +niedrigste +Minimum +min diff --git a/locale/de-de/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/de-de/vocabulary/temperature/temperature.voc similarity index 95% rename from locale/de-de/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/de-de/vocabulary/temperature/temperature.voc index 3876959c7..779834de9 100644 --- a/locale/de-de/vocabulary/temperature/temperature.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/temperature/temperature.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Temperatur -Aushilfe +# auto translated from en-us to de-de +Temperatur +Aushilfe diff --git a/locale/de-de/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/de-de/vocabulary/unit/fahrenheit.voc similarity index 96% rename from locale/de-de/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/de-de/vocabulary/unit/fahrenheit.voc index b8f0f93f6..c4997d247 100644 --- a/locale/de-de/vocabulary/unit/fahrenheit.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/unit/fahrenheit.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Fahrenheit +# auto translated from en-us to de-de +Fahrenheit diff --git a/locale/en-us/vocabulary/unit/unit.entity b/neon_skill_weather/locale/de-de/vocabulary/unit/unit.entity similarity index 100% rename from locale/en-us/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/de-de/vocabulary/unit/unit.entity diff --git a/locale/de-de/vocabulary/unit/unit.voc b/neon_skill_weather/locale/de-de/vocabulary/unit/unit.voc similarity index 95% rename from locale/de-de/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/de-de/vocabulary/unit/unit.voc index f00590a4e..2b99e7ab2 100644 --- a/locale/de-de/vocabulary/unit/unit.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/unit/unit.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to de-de -Fahrenheit -celsius +# auto translated from en-us to de-de +Fahrenheit +celsius diff --git a/locale/de-de/vocabulary/weather.voc b/neon_skill_weather/locale/de-de/vocabulary/weather.voc similarity index 95% rename from locale/de-de/vocabulary/weather.voc rename to neon_skill_weather/locale/de-de/vocabulary/weather.voc index 22593d582..3c3c5be8d 100644 --- a/locale/de-de/vocabulary/weather.voc +++ b/neon_skill_weather/locale/de-de/vocabulary/weather.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to de-de -Wetter +# auto translated from en-us to de-de +Wetter diff --git a/locale/en-us/dialog/and.dialog b/neon_skill_weather/locale/en-us/dialog/and.dialog similarity index 100% rename from locale/en-us/dialog/and.dialog rename to neon_skill_weather/locale/en-us/dialog/and.dialog diff --git a/locale/en-us/dialog/condition/clear-sky.dialog b/neon_skill_weather/locale/en-us/dialog/condition/clear-sky.dialog similarity index 100% rename from locale/en-us/dialog/condition/clear-sky.dialog rename to neon_skill_weather/locale/en-us/dialog/condition/clear-sky.dialog diff --git a/locale/en-us/dialog/condition/clear.dialog b/neon_skill_weather/locale/en-us/dialog/condition/clear.dialog similarity index 100% rename from locale/en-us/dialog/condition/clear.dialog rename to neon_skill_weather/locale/en-us/dialog/condition/clear.dialog diff --git a/locale/en-us/dialog/condition/clouds.dialog b/neon_skill_weather/locale/en-us/dialog/condition/clouds.dialog similarity index 100% rename from locale/en-us/dialog/condition/clouds.dialog rename to neon_skill_weather/locale/en-us/dialog/condition/clouds.dialog diff --git a/locale/en-us/dialog/condition/humidity.dialog b/neon_skill_weather/locale/en-us/dialog/condition/humidity.dialog similarity index 100% rename from locale/en-us/dialog/condition/humidity.dialog rename to neon_skill_weather/locale/en-us/dialog/condition/humidity.dialog diff --git a/locale/en-us/dialog/condition/rain.dialog b/neon_skill_weather/locale/en-us/dialog/condition/rain.dialog similarity index 100% rename from locale/en-us/dialog/condition/rain.dialog rename to neon_skill_weather/locale/en-us/dialog/condition/rain.dialog diff --git a/locale/en-us/dialog/condition/snow.dialog b/neon_skill_weather/locale/en-us/dialog/condition/snow.dialog similarity index 100% rename from locale/en-us/dialog/condition/snow.dialog rename to neon_skill_weather/locale/en-us/dialog/condition/snow.dialog diff --git a/locale/en-us/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/en-us/dialog/condition/thunderstorm.dialog similarity index 100% rename from locale/en-us/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/en-us/dialog/condition/thunderstorm.dialog diff --git a/locale/en-us/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-condition-expected-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-condition-expected-local.dialog diff --git a/locale/en-us/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-condition-expected-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-condition-expected-location.dialog diff --git a/locale/en-us/dialog/current/current-condition-not-expected-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-condition-not-expected-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-condition-not-expected-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-condition-not-expected-local.dialog diff --git a/locale/en-us/dialog/current/current-condition-not-expected-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-condition-not-expected-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-condition-not-expected-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-condition-not-expected-location.dialog diff --git a/locale/en-us/dialog/current/current-humidity-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-humidity-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-humidity-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-humidity-local.dialog diff --git a/locale/en-us/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-humidity-location.dialog diff --git a/locale/en-us/dialog/current/current-sunrise-future-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-sunrise-future-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-sunrise-future-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-sunrise-future-local.dialog diff --git a/locale/en-us/dialog/current/current-sunrise-future-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-sunrise-future-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-sunrise-future-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-sunrise-future-location.dialog diff --git a/locale/en-us/dialog/current/current-sunrise-past-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-sunrise-past-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-sunrise-past-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-sunrise-past-local.dialog diff --git a/locale/en-us/dialog/current/current-sunrise-past-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-sunrise-past-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-sunrise-past-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-sunrise-past-location.dialog diff --git a/locale/en-us/dialog/current/current-sunset-future-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-sunset-future-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-sunset-future-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-sunset-future-local.dialog diff --git a/locale/en-us/dialog/current/current-sunset-future-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-sunset-future-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-sunset-future-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-sunset-future-location.dialog diff --git a/locale/en-us/dialog/current/current-sunset-past-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-sunset-past-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-sunset-past-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-sunset-past-local.dialog diff --git a/locale/en-us/dialog/current/current-sunset-past-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-sunset-past-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-sunset-past-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-sunset-past-location.dialog diff --git a/locale/en-us/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-temperature-high-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-temperature-high-local.dialog diff --git a/locale/en-us/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-temperature-high-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-temperature-high-location.dialog diff --git a/locale/en-us/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-temperature-high-low.dialog similarity index 100% rename from locale/en-us/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-temperature-high-low.dialog diff --git a/locale/en-us/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-temperature-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-temperature-local.dialog diff --git a/locale/en-us/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-temperature-location.dialog diff --git a/locale/en-us/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-temperature-low-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-temperature-low-local.dialog diff --git a/locale/en-us/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-temperature-low-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-temperature-low-location.dialog diff --git a/locale/en-us/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-weather-local.dialog diff --git a/locale/en-us/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-weather-location.dialog diff --git a/locale/en-us/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-wind-light-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-wind-light-local.dialog diff --git a/locale/en-us/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-wind-light-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-wind-light-location.dialog diff --git a/locale/en-us/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-wind-moderate-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-wind-moderate-local.dialog diff --git a/locale/en-us/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-wind-moderate-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-wind-moderate-location.dialog diff --git a/locale/en-us/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-wind-strong-local.dialog similarity index 100% rename from locale/en-us/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-wind-strong-local.dialog diff --git a/locale/en-us/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/en-us/dialog/current/current-wind-strong-location.dialog similarity index 100% rename from locale/en-us/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/en-us/dialog/current/current-wind-strong-location.dialog diff --git a/locale/en-us/dialog/current/currrent-clouds-alternative-local.dialog b/neon_skill_weather/locale/en-us/dialog/current/currrent-clouds-alternative-local.dialog similarity index 100% rename from locale/en-us/dialog/current/currrent-clouds-alternative-local.dialog rename to neon_skill_weather/locale/en-us/dialog/current/currrent-clouds-alternative-local.dialog diff --git a/locale/en-us/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-condition-expected-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-condition-expected-local.dialog diff --git a/locale/en-us/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-condition-expected-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-condition-expected-location.dialog diff --git a/locale/en-us/dialog/daily/daily-condition-not-expected-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-condition-not-expected-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-condition-not-expected-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-condition-not-expected-local.dialog diff --git a/locale/en-us/dialog/daily/daily-condition-not-expected-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-condition-not-expected-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-condition-not-expected-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-condition-not-expected-location.dialog diff --git a/locale/en-us/dialog/daily/daily-humidity-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-humidity-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-humidity-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-humidity-local.dialog diff --git a/locale/en-us/dialog/daily/daily-humidity-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-humidity-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-humidity-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-humidity-location.dialog diff --git a/locale/en-us/dialog/daily/daily-precipitation-next-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-precipitation-next-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-precipitation-next-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-precipitation-next-local.dialog diff --git a/locale/en-us/dialog/daily/daily-precipitation-next-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-precipitation-next-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-precipitation-next-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-precipitation-next-location.dialog diff --git a/locale/en-us/dialog/daily/daily-precipitation-next-none-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-precipitation-next-none-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-precipitation-next-none-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-precipitation-next-none-local.dialog diff --git a/locale/en-us/dialog/daily/daily-precipitation-next-none-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-precipitation-next-none-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-precipitation-next-none-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-precipitation-next-none-location.dialog diff --git a/locale/en-us/dialog/daily/daily-sunrise-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-sunrise-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-sunrise-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-sunrise-local.dialog diff --git a/locale/en-us/dialog/daily/daily-sunrise-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-sunrise-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-sunrise-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-sunrise-location.dialog diff --git a/locale/en-us/dialog/daily/daily-sunset-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-sunset-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-sunset-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-sunset-local.dialog diff --git a/locale/en-us/dialog/daily/daily-sunset-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-sunset-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-sunset-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-sunset-location.dialog diff --git a/locale/en-us/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-high-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-high-local.dialog diff --git a/locale/en-us/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-high-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-high-location.dialog diff --git a/locale/en-us/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-local.dialog diff --git a/locale/en-us/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-location.dialog diff --git a/locale/en-us/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-low-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-low-local.dialog diff --git a/locale/en-us/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-low-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-temperature-low-location.dialog diff --git a/locale/en-us/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-weather-local.dialog diff --git a/locale/en-us/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-weather-location.dialog diff --git a/locale/en-us/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-wind-light-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-wind-light-local.dialog diff --git a/locale/en-us/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-wind-light-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-wind-light-location.dialog diff --git a/locale/en-us/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-wind-moderate-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-wind-moderate-local.dialog diff --git a/locale/en-us/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-wind-moderate-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-wind-moderate-location.dialog diff --git a/locale/en-us/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-wind-strong-local.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-wind-strong-local.dialog diff --git a/locale/en-us/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/en-us/dialog/daily/daily-wind-strong-location.dialog similarity index 100% rename from locale/en-us/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/en-us/dialog/daily/daily-wind-strong-location.dialog diff --git a/locale/en-us/dialog/direction/east.dialog b/neon_skill_weather/locale/en-us/dialog/direction/east.dialog similarity index 100% rename from locale/en-us/dialog/direction/east.dialog rename to neon_skill_weather/locale/en-us/dialog/direction/east.dialog diff --git a/locale/en-us/dialog/direction/north.dialog b/neon_skill_weather/locale/en-us/dialog/direction/north.dialog similarity index 100% rename from locale/en-us/dialog/direction/north.dialog rename to neon_skill_weather/locale/en-us/dialog/direction/north.dialog diff --git a/locale/en-us/dialog/direction/northeast.dialog b/neon_skill_weather/locale/en-us/dialog/direction/northeast.dialog similarity index 100% rename from locale/en-us/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/en-us/dialog/direction/northeast.dialog diff --git a/locale/en-us/dialog/direction/northwest.dialog b/neon_skill_weather/locale/en-us/dialog/direction/northwest.dialog similarity index 100% rename from locale/en-us/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/en-us/dialog/direction/northwest.dialog diff --git a/locale/en-us/dialog/direction/south.dialog b/neon_skill_weather/locale/en-us/dialog/direction/south.dialog similarity index 100% rename from locale/en-us/dialog/direction/south.dialog rename to neon_skill_weather/locale/en-us/dialog/direction/south.dialog diff --git a/locale/en-us/dialog/direction/southeast.dialog b/neon_skill_weather/locale/en-us/dialog/direction/southeast.dialog similarity index 100% rename from locale/en-us/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/en-us/dialog/direction/southeast.dialog diff --git a/locale/en-us/dialog/direction/southwest.dialog b/neon_skill_weather/locale/en-us/dialog/direction/southwest.dialog similarity index 100% rename from locale/en-us/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/en-us/dialog/direction/southwest.dialog diff --git a/locale/en-us/dialog/direction/west.dialog b/neon_skill_weather/locale/en-us/dialog/direction/west.dialog similarity index 100% rename from locale/en-us/dialog/direction/west.dialog rename to neon_skill_weather/locale/en-us/dialog/direction/west.dialog diff --git a/locale/en-us/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/en-us/dialog/error/cant-get-forecast.dialog similarity index 100% rename from locale/en-us/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/en-us/dialog/error/cant-get-forecast.dialog diff --git a/locale/en-us/dialog/error/forty-eight-hours-available.dialog b/neon_skill_weather/locale/en-us/dialog/error/forty-eight-hours-available.dialog similarity index 100% rename from locale/en-us/dialog/error/forty-eight-hours-available.dialog rename to neon_skill_weather/locale/en-us/dialog/error/forty-eight-hours-available.dialog diff --git a/locale/en-us/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/en-us/dialog/error/location-not-found.dialog similarity index 100% rename from locale/en-us/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/en-us/dialog/error/location-not-found.dialog diff --git a/locale/en-us/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/en-us/dialog/error/no-forecast.dialog similarity index 100% rename from locale/en-us/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/en-us/dialog/error/no-forecast.dialog diff --git a/locale/en-us/dialog/error/seven-days-available.dialog b/neon_skill_weather/locale/en-us/dialog/error/seven-days-available.dialog similarity index 100% rename from locale/en-us/dialog/error/seven-days-available.dialog rename to neon_skill_weather/locale/en-us/dialog/error/seven-days-available.dialog diff --git a/locale/en-us/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/en-us/dialog/hourly/hourly-condition-expected-local.dialog similarity index 100% rename from locale/en-us/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/en-us/dialog/hourly/hourly-condition-expected-local.dialog diff --git a/locale/en-us/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/en-us/dialog/hourly/hourly-condition-expected-location.dialog similarity index 100% rename from locale/en-us/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/en-us/dialog/hourly/hourly-condition-expected-location.dialog diff --git a/locale/en-us/dialog/hourly/hourly-precipitation-next-local.dialog b/neon_skill_weather/locale/en-us/dialog/hourly/hourly-precipitation-next-local.dialog similarity index 100% rename from locale/en-us/dialog/hourly/hourly-precipitation-next-local.dialog rename to neon_skill_weather/locale/en-us/dialog/hourly/hourly-precipitation-next-local.dialog diff --git a/locale/en-us/dialog/hourly/hourly-precipitation-next-location.dialog b/neon_skill_weather/locale/en-us/dialog/hourly/hourly-precipitation-next-location.dialog similarity index 100% rename from locale/en-us/dialog/hourly/hourly-precipitation-next-location.dialog rename to neon_skill_weather/locale/en-us/dialog/hourly/hourly-precipitation-next-location.dialog diff --git a/locale/en-us/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/en-us/dialog/hourly/hourly-temperature-local.dialog similarity index 100% rename from locale/en-us/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/en-us/dialog/hourly/hourly-temperature-local.dialog diff --git a/locale/en-us/dialog/hourly/hourly-temperature-location.dialog b/neon_skill_weather/locale/en-us/dialog/hourly/hourly-temperature-location.dialog similarity index 100% rename from locale/en-us/dialog/hourly/hourly-temperature-location.dialog rename to neon_skill_weather/locale/en-us/dialog/hourly/hourly-temperature-location.dialog diff --git a/locale/en-us/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/en-us/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/en-us/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/en-us/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/en-us/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/en-us/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/en-us/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/en-us/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/en-us/dialog/percentage-number.dialog b/neon_skill_weather/locale/en-us/dialog/percentage-number.dialog similarity index 100% rename from locale/en-us/dialog/percentage-number.dialog rename to neon_skill_weather/locale/en-us/dialog/percentage-number.dialog diff --git a/locale/en-us/dialog/unit/celsius.dialog b/neon_skill_weather/locale/en-us/dialog/unit/celsius.dialog similarity index 100% rename from locale/en-us/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/en-us/dialog/unit/celsius.dialog diff --git a/locale/en-us/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/en-us/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/en-us/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/en-us/dialog/unit/fahrenheit.dialog diff --git a/locale/en-us/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/en-us/dialog/unit/meters per second.dialog similarity index 100% rename from locale/en-us/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/en-us/dialog/unit/meters per second.dialog diff --git a/locale/en-us/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/en-us/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/en-us/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/en-us/dialog/unit/miles per hour.dialog diff --git a/locale/en-us/dialog/weekly/weekly-condition.dialog b/neon_skill_weather/locale/en-us/dialog/weekly/weekly-condition.dialog similarity index 100% rename from locale/en-us/dialog/weekly/weekly-condition.dialog rename to neon_skill_weather/locale/en-us/dialog/weekly/weekly-condition.dialog diff --git a/locale/en-us/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/en-us/dialog/weekly/weekly-temperature.dialog similarity index 100% rename from locale/en-us/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/en-us/dialog/weekly/weekly-temperature.dialog diff --git a/locale/en-us/regex/location.rx b/neon_skill_weather/locale/en-us/regex/location.rx similarity index 100% rename from locale/en-us/regex/location.rx rename to neon_skill_weather/locale/en-us/regex/location.rx diff --git a/locale/en-us/vocabulary/condition/clear.voc b/neon_skill_weather/locale/en-us/vocabulary/condition/clear.voc similarity index 100% rename from locale/en-us/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/en-us/vocabulary/condition/clear.voc diff --git a/locale/en-us/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/en-us/vocabulary/condition/clouds.voc similarity index 100% rename from locale/en-us/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/en-us/vocabulary/condition/clouds.voc diff --git a/locale/en-us/vocabulary/condition/do-i-need-an-umbrella.intent b/neon_skill_weather/locale/en-us/vocabulary/condition/do-i-need-an-umbrella.intent similarity index 100% rename from locale/en-us/vocabulary/condition/do-i-need-an-umbrella.intent rename to neon_skill_weather/locale/en-us/vocabulary/condition/do-i-need-an-umbrella.intent diff --git a/locale/en-us/vocabulary/condition/fog.voc b/neon_skill_weather/locale/en-us/vocabulary/condition/fog.voc similarity index 100% rename from locale/en-us/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/en-us/vocabulary/condition/fog.voc diff --git a/locale/en-us/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/en-us/vocabulary/condition/humidity.voc similarity index 100% rename from locale/en-us/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/en-us/vocabulary/condition/humidity.voc diff --git a/locale/en-us/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/en-us/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/en-us/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/en-us/vocabulary/condition/precipitation.voc diff --git a/locale/en-us/vocabulary/condition/rain.voc b/neon_skill_weather/locale/en-us/vocabulary/condition/rain.voc similarity index 100% rename from locale/en-us/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/en-us/vocabulary/condition/rain.voc diff --git a/locale/en-us/vocabulary/condition/snow.voc b/neon_skill_weather/locale/en-us/vocabulary/condition/snow.voc similarity index 100% rename from locale/en-us/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/en-us/vocabulary/condition/snow.voc diff --git a/locale/en-us/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/en-us/vocabulary/condition/thunderstorm.voc similarity index 100% rename from locale/en-us/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/en-us/vocabulary/condition/thunderstorm.voc diff --git a/locale/en-us/vocabulary/condition/windy.voc b/neon_skill_weather/locale/en-us/vocabulary/condition/windy.voc similarity index 100% rename from locale/en-us/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/en-us/vocabulary/condition/windy.voc diff --git a/locale/en-us/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/couple.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/couple.voc diff --git a/locale/en-us/vocabulary/date-time/few.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/few.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/few.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/few.voc diff --git a/locale/en-us/vocabulary/date-time/later.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/later.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/later.voc diff --git a/locale/en-us/vocabulary/date-time/next.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/next.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/next.voc diff --git a/locale/en-us/vocabulary/date-time/now.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/now.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/now.voc diff --git a/locale/en-us/vocabulary/date-time/number-days.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/number-days.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/number-days.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/number-days.voc diff --git a/locale/en-us/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/relative-day.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/relative-day.voc diff --git a/locale/en-us/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/relative-time.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/relative-time.voc diff --git a/locale/en-us/vocabulary/date-time/today.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/today.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/today.voc diff --git a/locale/en-us/vocabulary/date-time/week.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/week.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/week.voc diff --git a/locale/en-us/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/en-us/vocabulary/date-time/weekend.voc similarity index 100% rename from locale/en-us/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/en-us/vocabulary/date-time/weekend.voc diff --git a/locale/en-us/vocabulary/forecast.voc b/neon_skill_weather/locale/en-us/vocabulary/forecast.voc similarity index 100% rename from locale/en-us/vocabulary/forecast.voc rename to neon_skill_weather/locale/en-us/vocabulary/forecast.voc diff --git a/locale/en-us/vocabulary/like.voc b/neon_skill_weather/locale/en-us/vocabulary/like.voc similarity index 100% rename from locale/en-us/vocabulary/like.voc rename to neon_skill_weather/locale/en-us/vocabulary/like.voc diff --git a/locale/en-us/vocabulary/location.voc b/neon_skill_weather/locale/en-us/vocabulary/location.voc similarity index 100% rename from locale/en-us/vocabulary/location.voc rename to neon_skill_weather/locale/en-us/vocabulary/location.voc diff --git a/locale/en-us/vocabulary/outside.voc b/neon_skill_weather/locale/en-us/vocabulary/outside.voc similarity index 100% rename from locale/en-us/vocabulary/outside.voc rename to neon_skill_weather/locale/en-us/vocabulary/outside.voc diff --git a/locale/en-us/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/en-us/vocabulary/query/confirm-query-current.voc similarity index 100% rename from locale/en-us/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/en-us/vocabulary/query/confirm-query-current.voc diff --git a/locale/en-us/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/en-us/vocabulary/query/confirm-query-future.voc similarity index 100% rename from locale/en-us/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/en-us/vocabulary/query/confirm-query-future.voc diff --git a/locale/en-us/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/en-us/vocabulary/query/confirm-query.voc similarity index 100% rename from locale/en-us/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/en-us/vocabulary/query/confirm-query.voc diff --git a/locale/en-us/vocabulary/query/how.voc b/neon_skill_weather/locale/en-us/vocabulary/query/how.voc similarity index 100% rename from locale/en-us/vocabulary/query/how.voc rename to neon_skill_weather/locale/en-us/vocabulary/query/how.voc diff --git a/locale/en-us/vocabulary/query/query.voc b/neon_skill_weather/locale/en-us/vocabulary/query/query.voc similarity index 100% rename from locale/en-us/vocabulary/query/query.voc rename to neon_skill_weather/locale/en-us/vocabulary/query/query.voc diff --git a/locale/en-us/vocabulary/query/when.voc b/neon_skill_weather/locale/en-us/vocabulary/query/when.voc similarity index 100% rename from locale/en-us/vocabulary/query/when.voc rename to neon_skill_weather/locale/en-us/vocabulary/query/when.voc diff --git a/locale/en-us/vocabulary/sunrise.voc b/neon_skill_weather/locale/en-us/vocabulary/sunrise.voc similarity index 100% rename from locale/en-us/vocabulary/sunrise.voc rename to neon_skill_weather/locale/en-us/vocabulary/sunrise.voc diff --git a/locale/en-us/vocabulary/sunset.voc b/neon_skill_weather/locale/en-us/vocabulary/sunset.voc similarity index 100% rename from locale/en-us/vocabulary/sunset.voc rename to neon_skill_weather/locale/en-us/vocabulary/sunset.voc diff --git a/locale/en-us/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/en-us/vocabulary/temperature/cold.voc similarity index 100% rename from locale/en-us/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/en-us/vocabulary/temperature/cold.voc diff --git a/locale/en-us/vocabulary/temperature/high.voc b/neon_skill_weather/locale/en-us/vocabulary/temperature/high.voc similarity index 100% rename from locale/en-us/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/en-us/vocabulary/temperature/high.voc diff --git a/locale/en-us/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/en-us/vocabulary/temperature/hot.voc similarity index 100% rename from locale/en-us/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/en-us/vocabulary/temperature/hot.voc diff --git a/locale/en-us/vocabulary/temperature/low.voc b/neon_skill_weather/locale/en-us/vocabulary/temperature/low.voc similarity index 100% rename from locale/en-us/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/en-us/vocabulary/temperature/low.voc diff --git a/locale/en-us/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/en-us/vocabulary/temperature/temperature.voc similarity index 100% rename from locale/en-us/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/en-us/vocabulary/temperature/temperature.voc diff --git a/locale/en-us/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/en-us/vocabulary/unit/fahrenheit.voc similarity index 100% rename from locale/en-us/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/en-us/vocabulary/unit/fahrenheit.voc diff --git a/locale/gl-es/vocabulary/unit/unit.entity b/neon_skill_weather/locale/en-us/vocabulary/unit/unit.entity similarity index 100% rename from locale/gl-es/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/en-us/vocabulary/unit/unit.entity diff --git a/locale/en-us/vocabulary/unit/unit.voc b/neon_skill_weather/locale/en-us/vocabulary/unit/unit.voc similarity index 100% rename from locale/en-us/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/en-us/vocabulary/unit/unit.voc diff --git a/locale/en-us/vocabulary/weather.voc b/neon_skill_weather/locale/en-us/vocabulary/weather.voc similarity index 100% rename from locale/en-us/vocabulary/weather.voc rename to neon_skill_weather/locale/en-us/vocabulary/weather.voc diff --git a/locale/es-es/dialog/condition/humidity.dialog b/neon_skill_weather/locale/es-es/dialog/condition/humidity.dialog similarity index 100% rename from locale/es-es/dialog/condition/humidity.dialog rename to neon_skill_weather/locale/es-es/dialog/condition/humidity.dialog diff --git a/locale/es-es/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/es-es/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/es-es/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/es-es/dialog/condition/no precipitation expected.dialog diff --git a/locale/es-es/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/es-es/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/es-es/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/es-es/dialog/condition/precipitation expected.dialog diff --git a/locale/es-es/dialog/condition/rain.dialog b/neon_skill_weather/locale/es-es/dialog/condition/rain.dialog similarity index 100% rename from locale/es-es/dialog/condition/rain.dialog rename to neon_skill_weather/locale/es-es/dialog/condition/rain.dialog diff --git a/locale/es-es/dialog/condition/snow.dialog b/neon_skill_weather/locale/es-es/dialog/condition/snow.dialog similarity index 100% rename from locale/es-es/dialog/condition/snow.dialog rename to neon_skill_weather/locale/es-es/dialog/condition/snow.dialog diff --git a/locale/es-es/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/es-es/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/es-es/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/es-es/dialog/current/current-weather-local.dialog diff --git a/locale/es-es/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/es-es/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/es-es/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/es-es/dialog/current/current-weather-location.dialog diff --git a/locale/es-es/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/es-es/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/es-es/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/es-es/dialog/daily/daily-weather-local.dialog diff --git a/locale/es-es/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/es-es/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/es-es/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/es-es/dialog/daily/daily-weather-location.dialog diff --git a/locale/es-es/dialog/direction/east.dialog b/neon_skill_weather/locale/es-es/dialog/direction/east.dialog similarity index 100% rename from locale/es-es/dialog/direction/east.dialog rename to neon_skill_weather/locale/es-es/dialog/direction/east.dialog diff --git a/locale/es-es/dialog/direction/north.dialog b/neon_skill_weather/locale/es-es/dialog/direction/north.dialog similarity index 100% rename from locale/es-es/dialog/direction/north.dialog rename to neon_skill_weather/locale/es-es/dialog/direction/north.dialog diff --git a/locale/es-es/dialog/direction/northeast.dialog b/neon_skill_weather/locale/es-es/dialog/direction/northeast.dialog similarity index 100% rename from locale/es-es/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/es-es/dialog/direction/northeast.dialog diff --git a/locale/es-es/dialog/direction/northwest.dialog b/neon_skill_weather/locale/es-es/dialog/direction/northwest.dialog similarity index 100% rename from locale/es-es/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/es-es/dialog/direction/northwest.dialog diff --git a/locale/es-es/dialog/direction/south.dialog b/neon_skill_weather/locale/es-es/dialog/direction/south.dialog similarity index 100% rename from locale/es-es/dialog/direction/south.dialog rename to neon_skill_weather/locale/es-es/dialog/direction/south.dialog diff --git a/locale/es-es/dialog/direction/southeast.dialog b/neon_skill_weather/locale/es-es/dialog/direction/southeast.dialog similarity index 100% rename from locale/es-es/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/es-es/dialog/direction/southeast.dialog diff --git a/locale/es-es/dialog/direction/southwest.dialog b/neon_skill_weather/locale/es-es/dialog/direction/southwest.dialog similarity index 100% rename from locale/es-es/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/es-es/dialog/direction/southwest.dialog diff --git a/locale/es-es/dialog/direction/west.dialog b/neon_skill_weather/locale/es-es/dialog/direction/west.dialog similarity index 100% rename from locale/es-es/dialog/direction/west.dialog rename to neon_skill_weather/locale/es-es/dialog/direction/west.dialog diff --git a/locale/es-es/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/es-es/dialog/error/location-not-found.dialog similarity index 100% rename from locale/es-es/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/es-es/dialog/error/location-not-found.dialog diff --git a/locale/es-es/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/es-es/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/es-es/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/es-es/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/es-es/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/es-es/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/es-es/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/es-es/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/es-es/dialog/percentage-number.dialog b/neon_skill_weather/locale/es-es/dialog/percentage-number.dialog similarity index 100% rename from locale/es-es/dialog/percentage-number.dialog rename to neon_skill_weather/locale/es-es/dialog/percentage-number.dialog diff --git a/locale/es-es/dialog/unit/celsius.dialog b/neon_skill_weather/locale/es-es/dialog/unit/celsius.dialog similarity index 100% rename from locale/es-es/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/es-es/dialog/unit/celsius.dialog diff --git a/locale/es-es/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/es-es/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/es-es/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/es-es/dialog/unit/fahrenheit.dialog diff --git a/locale/es-es/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/es-es/dialog/unit/meters per second.dialog similarity index 100% rename from locale/es-es/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/es-es/dialog/unit/meters per second.dialog diff --git a/locale/es-es/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/es-es/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/es-es/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/es-es/dialog/unit/miles per hour.dialog diff --git a/locale/es-es/regex/location.rx b/neon_skill_weather/locale/es-es/regex/location.rx similarity index 100% rename from locale/es-es/regex/location.rx rename to neon_skill_weather/locale/es-es/regex/location.rx diff --git a/locale/es-es/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/es-es/vocabulary/condition/humidity.voc similarity index 100% rename from locale/es-es/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/es-es/vocabulary/condition/humidity.voc diff --git a/locale/es-es/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/es-es/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/es-es/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/es-es/vocabulary/condition/precipitation.voc diff --git a/locale/es-es/vocabulary/condition/windy.voc b/neon_skill_weather/locale/es-es/vocabulary/condition/windy.voc similarity index 100% rename from locale/es-es/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/es-es/vocabulary/condition/windy.voc diff --git a/locale/es-es/vocabulary/date-time/later.voc b/neon_skill_weather/locale/es-es/vocabulary/date-time/later.voc similarity index 100% rename from locale/es-es/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/es-es/vocabulary/date-time/later.voc diff --git a/locale/es-es/vocabulary/date-time/next.voc b/neon_skill_weather/locale/es-es/vocabulary/date-time/next.voc similarity index 100% rename from locale/es-es/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/es-es/vocabulary/date-time/next.voc diff --git a/locale/es-es/vocabulary/forecast.voc b/neon_skill_weather/locale/es-es/vocabulary/forecast.voc similarity index 100% rename from locale/es-es/vocabulary/forecast.voc rename to neon_skill_weather/locale/es-es/vocabulary/forecast.voc diff --git a/locale/es-es/vocabulary/location.voc b/neon_skill_weather/locale/es-es/vocabulary/location.voc similarity index 100% rename from locale/es-es/vocabulary/location.voc rename to neon_skill_weather/locale/es-es/vocabulary/location.voc diff --git a/locale/es-es/vocabulary/query/query.voc b/neon_skill_weather/locale/es-es/vocabulary/query/query.voc similarity index 100% rename from locale/es-es/vocabulary/query/query.voc rename to neon_skill_weather/locale/es-es/vocabulary/query/query.voc diff --git a/locale/es-es/vocabulary/sunrise.voc b/neon_skill_weather/locale/es-es/vocabulary/sunrise.voc similarity index 100% rename from locale/es-es/vocabulary/sunrise.voc rename to neon_skill_weather/locale/es-es/vocabulary/sunrise.voc diff --git a/locale/es-es/vocabulary/sunset.voc b/neon_skill_weather/locale/es-es/vocabulary/sunset.voc similarity index 100% rename from locale/es-es/vocabulary/sunset.voc rename to neon_skill_weather/locale/es-es/vocabulary/sunset.voc diff --git a/locale/es-es/vocabulary/weather.voc b/neon_skill_weather/locale/es-es/vocabulary/weather.voc similarity index 100% rename from locale/es-es/vocabulary/weather.voc rename to neon_skill_weather/locale/es-es/vocabulary/weather.voc diff --git a/locale/eu-eu/dialog/condition/clear-sky.dialog b/neon_skill_weather/locale/eu-eu/dialog/condition/clear-sky.dialog similarity index 100% rename from locale/eu-eu/dialog/condition/clear-sky.dialog rename to neon_skill_weather/locale/eu-eu/dialog/condition/clear-sky.dialog diff --git a/locale/eu-eu/dialog/condition/clear.dialog b/neon_skill_weather/locale/eu-eu/dialog/condition/clear.dialog similarity index 100% rename from locale/eu-eu/dialog/condition/clear.dialog rename to neon_skill_weather/locale/eu-eu/dialog/condition/clear.dialog diff --git a/locale/eu-eu/dialog/condition/clouds.dialog b/neon_skill_weather/locale/eu-eu/dialog/condition/clouds.dialog similarity index 100% rename from locale/eu-eu/dialog/condition/clouds.dialog rename to neon_skill_weather/locale/eu-eu/dialog/condition/clouds.dialog diff --git a/locale/eu-eu/dialog/condition/humidity.dialog b/neon_skill_weather/locale/eu-eu/dialog/condition/humidity.dialog similarity index 100% rename from locale/eu-eu/dialog/condition/humidity.dialog rename to neon_skill_weather/locale/eu-eu/dialog/condition/humidity.dialog diff --git a/locale/eu-eu/dialog/condition/rain.dialog b/neon_skill_weather/locale/eu-eu/dialog/condition/rain.dialog similarity index 100% rename from locale/eu-eu/dialog/condition/rain.dialog rename to neon_skill_weather/locale/eu-eu/dialog/condition/rain.dialog diff --git a/locale/eu-eu/dialog/condition/snow.dialog b/neon_skill_weather/locale/eu-eu/dialog/condition/snow.dialog similarity index 100% rename from locale/eu-eu/dialog/condition/snow.dialog rename to neon_skill_weather/locale/eu-eu/dialog/condition/snow.dialog diff --git a/locale/eu-eu/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/eu-eu/dialog/condition/thunderstorm.dialog similarity index 100% rename from locale/eu-eu/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/eu-eu/dialog/condition/thunderstorm.dialog diff --git a/locale/eu-eu/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-condition-expected-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-condition-expected-local.dialog diff --git a/locale/eu-eu/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-condition-expected-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-condition-expected-location.dialog diff --git a/locale/eu-eu/dialog/current/current-condition-not-expected-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-condition-not-expected-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-condition-not-expected-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-condition-not-expected-local.dialog diff --git a/locale/eu-eu/dialog/current/current-condition-not-expected-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-condition-not-expected-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-condition-not-expected-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-condition-not-expected-location.dialog diff --git a/locale/eu-eu/dialog/current/current-humidity-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-humidity-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-humidity-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-humidity-local.dialog diff --git a/locale/eu-eu/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-humidity-location.dialog diff --git a/locale/eu-eu/dialog/current/current-sunrise-future-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-sunrise-future-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-sunrise-future-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-sunrise-future-local.dialog diff --git a/locale/eu-eu/dialog/current/current-sunrise-future-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-sunrise-future-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-sunrise-future-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-sunrise-future-location.dialog diff --git a/locale/eu-eu/dialog/current/current-sunrise-past-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-sunrise-past-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-sunrise-past-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-sunrise-past-local.dialog diff --git a/locale/eu-eu/dialog/current/current-sunrise-past-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-sunrise-past-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-sunrise-past-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-sunrise-past-location.dialog diff --git a/locale/eu-eu/dialog/current/current-sunset-future-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-sunset-future-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-sunset-future-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-sunset-future-local.dialog diff --git a/locale/eu-eu/dialog/current/current-sunset-future-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-sunset-future-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-sunset-future-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-sunset-future-location.dialog diff --git a/locale/eu-eu/dialog/current/current-sunset-past-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-sunset-past-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-sunset-past-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-sunset-past-local.dialog diff --git a/locale/eu-eu/dialog/current/current-sunset-past-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-sunset-past-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-sunset-past-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-sunset-past-location.dialog diff --git a/locale/eu-eu/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-high-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-high-local.dialog diff --git a/locale/eu-eu/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-high-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-high-location.dialog diff --git a/locale/eu-eu/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-high-low.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-high-low.dialog diff --git a/locale/eu-eu/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-local.dialog diff --git a/locale/eu-eu/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-location.dialog diff --git a/locale/eu-eu/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-low-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-low-local.dialog diff --git a/locale/eu-eu/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-low-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-temperature-low-location.dialog diff --git a/locale/eu-eu/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-weather-local.dialog diff --git a/locale/eu-eu/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-weather-location.dialog diff --git a/locale/eu-eu/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-wind-light-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-wind-light-local.dialog diff --git a/locale/eu-eu/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-wind-light-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-wind-light-location.dialog diff --git a/locale/eu-eu/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-wind-moderate-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-wind-moderate-local.dialog diff --git a/locale/eu-eu/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-wind-moderate-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-wind-moderate-location.dialog diff --git a/locale/eu-eu/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-wind-strong-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-wind-strong-local.dialog diff --git a/locale/eu-eu/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/current-wind-strong-location.dialog similarity index 100% rename from locale/eu-eu/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/current-wind-strong-location.dialog diff --git a/locale/eu-eu/dialog/current/currrent-clouds-alternative-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/current/currrent-clouds-alternative-local.dialog similarity index 100% rename from locale/eu-eu/dialog/current/currrent-clouds-alternative-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/current/currrent-clouds-alternative-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-condition-expected-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-condition-expected-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-condition-expected-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-condition-expected-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-condition-not-expected-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-condition-not-expected-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-condition-not-expected-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-condition-not-expected-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-condition-not-expected-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-condition-not-expected-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-condition-not-expected-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-condition-not-expected-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-humidity-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-humidity-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-humidity-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-humidity-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-humidity-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-humidity-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-humidity-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-humidity-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-precipitation-next-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-precipitation-next-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-precipitation-next-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-precipitation-next-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-precipitation-next-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-precipitation-next-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-precipitation-next-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-precipitation-next-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-precipitation-next-none-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-precipitation-next-none-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-precipitation-next-none-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-precipitation-next-none-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-precipitation-next-none-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-precipitation-next-none-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-precipitation-next-none-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-precipitation-next-none-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-sunrise-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-sunrise-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-sunrise-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-sunrise-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-sunrise-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-sunrise-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-sunrise-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-sunrise-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-sunset-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-sunset-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-sunset-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-sunset-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-sunset-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-sunset-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-sunset-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-sunset-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-high-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-high-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-high-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-high-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-low-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-low-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-low-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-temperature-low-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-weather-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-weather-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-light-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-light-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-light-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-light-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-moderate-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-moderate-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-moderate-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-moderate-location.dialog diff --git a/locale/eu-eu/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-strong-local.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-strong-local.dialog diff --git a/locale/eu-eu/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-strong-location.dialog similarity index 100% rename from locale/eu-eu/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/daily/daily-wind-strong-location.dialog diff --git a/locale/eu-eu/dialog/direction/east.dialog b/neon_skill_weather/locale/eu-eu/dialog/direction/east.dialog similarity index 100% rename from locale/eu-eu/dialog/direction/east.dialog rename to neon_skill_weather/locale/eu-eu/dialog/direction/east.dialog diff --git a/locale/eu-eu/dialog/direction/north.dialog b/neon_skill_weather/locale/eu-eu/dialog/direction/north.dialog similarity index 100% rename from locale/eu-eu/dialog/direction/north.dialog rename to neon_skill_weather/locale/eu-eu/dialog/direction/north.dialog diff --git a/locale/eu-eu/dialog/direction/northeast.dialog b/neon_skill_weather/locale/eu-eu/dialog/direction/northeast.dialog similarity index 100% rename from locale/eu-eu/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/eu-eu/dialog/direction/northeast.dialog diff --git a/locale/eu-eu/dialog/direction/northwest.dialog b/neon_skill_weather/locale/eu-eu/dialog/direction/northwest.dialog similarity index 100% rename from locale/eu-eu/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/eu-eu/dialog/direction/northwest.dialog diff --git a/locale/eu-eu/dialog/direction/south.dialog b/neon_skill_weather/locale/eu-eu/dialog/direction/south.dialog similarity index 100% rename from locale/eu-eu/dialog/direction/south.dialog rename to neon_skill_weather/locale/eu-eu/dialog/direction/south.dialog diff --git a/locale/eu-eu/dialog/direction/southeast.dialog b/neon_skill_weather/locale/eu-eu/dialog/direction/southeast.dialog similarity index 100% rename from locale/eu-eu/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/eu-eu/dialog/direction/southeast.dialog diff --git a/locale/eu-eu/dialog/direction/southwest.dialog b/neon_skill_weather/locale/eu-eu/dialog/direction/southwest.dialog similarity index 100% rename from locale/eu-eu/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/eu-eu/dialog/direction/southwest.dialog diff --git a/locale/eu-eu/dialog/direction/west.dialog b/neon_skill_weather/locale/eu-eu/dialog/direction/west.dialog similarity index 100% rename from locale/eu-eu/dialog/direction/west.dialog rename to neon_skill_weather/locale/eu-eu/dialog/direction/west.dialog diff --git a/locale/eu-eu/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/eu-eu/dialog/error/cant-get-forecast.dialog similarity index 100% rename from locale/eu-eu/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/eu-eu/dialog/error/cant-get-forecast.dialog diff --git a/locale/eu-eu/dialog/error/forty-eight-hours-available.dialog b/neon_skill_weather/locale/eu-eu/dialog/error/forty-eight-hours-available.dialog similarity index 100% rename from locale/eu-eu/dialog/error/forty-eight-hours-available.dialog rename to neon_skill_weather/locale/eu-eu/dialog/error/forty-eight-hours-available.dialog diff --git a/locale/eu-eu/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/eu-eu/dialog/error/location-not-found.dialog similarity index 100% rename from locale/eu-eu/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/eu-eu/dialog/error/location-not-found.dialog diff --git a/locale/eu-eu/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/eu-eu/dialog/error/no-forecast.dialog similarity index 100% rename from locale/eu-eu/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/eu-eu/dialog/error/no-forecast.dialog diff --git a/locale/eu-eu/dialog/error/seven-days-available.dialog b/neon_skill_weather/locale/eu-eu/dialog/error/seven-days-available.dialog similarity index 100% rename from locale/eu-eu/dialog/error/seven-days-available.dialog rename to neon_skill_weather/locale/eu-eu/dialog/error/seven-days-available.dialog diff --git a/locale/eu-eu/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-condition-expected-local.dialog similarity index 100% rename from locale/eu-eu/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-condition-expected-local.dialog diff --git a/locale/eu-eu/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-condition-expected-location.dialog similarity index 100% rename from locale/eu-eu/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-condition-expected-location.dialog diff --git a/locale/eu-eu/dialog/hourly/hourly-precipitation-next-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-precipitation-next-local.dialog similarity index 100% rename from locale/eu-eu/dialog/hourly/hourly-precipitation-next-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-precipitation-next-local.dialog diff --git a/locale/eu-eu/dialog/hourly/hourly-precipitation-next-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-precipitation-next-location.dialog similarity index 100% rename from locale/eu-eu/dialog/hourly/hourly-precipitation-next-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-precipitation-next-location.dialog diff --git a/locale/eu-eu/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-temperature-local.dialog similarity index 100% rename from locale/eu-eu/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-temperature-local.dialog diff --git a/locale/eu-eu/dialog/hourly/hourly-temperature-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-temperature-location.dialog similarity index 100% rename from locale/eu-eu/dialog/hourly/hourly-temperature-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-temperature-location.dialog diff --git a/locale/eu-eu/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/eu-eu/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/eu-eu/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/eu-eu/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/eu-eu/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/eu-eu/dialog/percentage-number.dialog b/neon_skill_weather/locale/eu-eu/dialog/percentage-number.dialog similarity index 100% rename from locale/eu-eu/dialog/percentage-number.dialog rename to neon_skill_weather/locale/eu-eu/dialog/percentage-number.dialog diff --git a/locale/eu-eu/dialog/unit/celsius.dialog b/neon_skill_weather/locale/eu-eu/dialog/unit/celsius.dialog similarity index 100% rename from locale/eu-eu/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/eu-eu/dialog/unit/celsius.dialog diff --git a/locale/eu-eu/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/eu-eu/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/eu-eu/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/eu-eu/dialog/unit/fahrenheit.dialog diff --git a/locale/eu-eu/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/eu-eu/dialog/unit/meters per second.dialog similarity index 100% rename from locale/eu-eu/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/eu-eu/dialog/unit/meters per second.dialog diff --git a/locale/eu-eu/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/eu-eu/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/eu-eu/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/eu-eu/dialog/unit/miles per hour.dialog diff --git a/locale/eu-eu/regex/location.rx b/neon_skill_weather/locale/eu-eu/regex/location.rx similarity index 100% rename from locale/eu-eu/regex/location.rx rename to neon_skill_weather/locale/eu-eu/regex/location.rx diff --git a/locale/eu-eu/vocabulary/condition/clear.voc b/neon_skill_weather/locale/eu-eu/vocabulary/condition/clear.voc similarity index 100% rename from locale/eu-eu/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/clear.voc diff --git a/locale/eu-eu/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/eu-eu/vocabulary/condition/clouds.voc similarity index 100% rename from locale/eu-eu/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/clouds.voc diff --git a/locale/eu-eu/vocabulary/condition/do-i-need-an-umbrella.intent b/neon_skill_weather/locale/eu-eu/vocabulary/condition/do-i-need-an-umbrella.intent similarity index 100% rename from locale/eu-eu/vocabulary/condition/do-i-need-an-umbrella.intent rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/do-i-need-an-umbrella.intent diff --git a/locale/eu-eu/vocabulary/condition/fog.voc b/neon_skill_weather/locale/eu-eu/vocabulary/condition/fog.voc similarity index 100% rename from locale/eu-eu/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/fog.voc diff --git a/locale/eu-eu/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/eu-eu/vocabulary/condition/humidity.voc similarity index 100% rename from locale/eu-eu/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/humidity.voc diff --git a/locale/eu-eu/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/eu-eu/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/eu-eu/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/precipitation.voc diff --git a/locale/eu-eu/vocabulary/condition/rain.voc b/neon_skill_weather/locale/eu-eu/vocabulary/condition/rain.voc similarity index 100% rename from locale/eu-eu/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/rain.voc diff --git a/locale/eu-eu/vocabulary/condition/snow.voc b/neon_skill_weather/locale/eu-eu/vocabulary/condition/snow.voc similarity index 100% rename from locale/eu-eu/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/snow.voc diff --git a/locale/eu-eu/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/eu-eu/vocabulary/condition/thunderstorm.voc similarity index 100% rename from locale/eu-eu/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/thunderstorm.voc diff --git a/locale/eu-eu/vocabulary/condition/windy.voc b/neon_skill_weather/locale/eu-eu/vocabulary/condition/windy.voc similarity index 100% rename from locale/eu-eu/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/condition/windy.voc diff --git a/locale/eu-eu/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/couple.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/couple.voc diff --git a/locale/eu-eu/vocabulary/date-time/few.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/few.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/few.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/few.voc diff --git a/locale/eu-eu/vocabulary/date-time/later.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/later.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/later.voc diff --git a/locale/eu-eu/vocabulary/date-time/next.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/next.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/next.voc diff --git a/locale/eu-eu/vocabulary/date-time/now.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/now.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/now.voc diff --git a/locale/eu-eu/vocabulary/date-time/number-days.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/number-days.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/number-days.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/number-days.voc diff --git a/locale/eu-eu/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/relative-day.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/relative-day.voc diff --git a/locale/eu-eu/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/relative-time.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/relative-time.voc diff --git a/locale/eu-eu/vocabulary/date-time/today.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/today.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/today.voc diff --git a/locale/eu-eu/vocabulary/date-time/week.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/week.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/week.voc diff --git a/locale/eu-eu/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/eu-eu/vocabulary/date-time/weekend.voc similarity index 100% rename from locale/eu-eu/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/date-time/weekend.voc diff --git a/locale/eu-eu/vocabulary/forecast.voc b/neon_skill_weather/locale/eu-eu/vocabulary/forecast.voc similarity index 100% rename from locale/eu-eu/vocabulary/forecast.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/forecast.voc diff --git a/locale/eu-eu/vocabulary/location.voc b/neon_skill_weather/locale/eu-eu/vocabulary/location.voc similarity index 100% rename from locale/eu-eu/vocabulary/location.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/location.voc diff --git a/locale/eu-eu/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/eu-eu/vocabulary/query/confirm-query-current.voc similarity index 100% rename from locale/eu-eu/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/query/confirm-query-current.voc diff --git a/locale/eu-eu/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/eu-eu/vocabulary/query/confirm-query-future.voc similarity index 100% rename from locale/eu-eu/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/query/confirm-query-future.voc diff --git a/locale/eu-eu/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/eu-eu/vocabulary/query/confirm-query.voc similarity index 100% rename from locale/eu-eu/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/query/confirm-query.voc diff --git a/locale/eu-eu/vocabulary/query/how.voc b/neon_skill_weather/locale/eu-eu/vocabulary/query/how.voc similarity index 100% rename from locale/eu-eu/vocabulary/query/how.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/query/how.voc diff --git a/locale/eu-eu/vocabulary/query/query.voc b/neon_skill_weather/locale/eu-eu/vocabulary/query/query.voc similarity index 100% rename from locale/eu-eu/vocabulary/query/query.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/query/query.voc diff --git a/locale/eu-eu/vocabulary/query/when.voc b/neon_skill_weather/locale/eu-eu/vocabulary/query/when.voc similarity index 100% rename from locale/eu-eu/vocabulary/query/when.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/query/when.voc diff --git a/locale/eu-eu/vocabulary/sunrise.voc b/neon_skill_weather/locale/eu-eu/vocabulary/sunrise.voc similarity index 100% rename from locale/eu-eu/vocabulary/sunrise.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/sunrise.voc diff --git a/locale/eu-eu/vocabulary/sunset.voc b/neon_skill_weather/locale/eu-eu/vocabulary/sunset.voc similarity index 100% rename from locale/eu-eu/vocabulary/sunset.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/sunset.voc diff --git a/locale/eu-eu/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/eu-eu/vocabulary/temperature/cold.voc similarity index 100% rename from locale/eu-eu/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/temperature/cold.voc diff --git a/locale/eu-eu/vocabulary/temperature/high.voc b/neon_skill_weather/locale/eu-eu/vocabulary/temperature/high.voc similarity index 100% rename from locale/eu-eu/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/temperature/high.voc diff --git a/locale/eu-eu/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/eu-eu/vocabulary/temperature/hot.voc similarity index 100% rename from locale/eu-eu/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/temperature/hot.voc diff --git a/locale/eu-eu/vocabulary/temperature/low.voc b/neon_skill_weather/locale/eu-eu/vocabulary/temperature/low.voc similarity index 100% rename from locale/eu-eu/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/temperature/low.voc diff --git a/locale/eu-eu/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/eu-eu/vocabulary/temperature/temperature.voc similarity index 100% rename from locale/eu-eu/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/temperature/temperature.voc diff --git a/locale/eu-eu/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/eu-eu/vocabulary/unit/fahrenheit.voc similarity index 100% rename from locale/eu-eu/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/unit/fahrenheit.voc diff --git a/locale/eu-eu/vocabulary/unit/unit.entity b/neon_skill_weather/locale/eu-eu/vocabulary/unit/unit.entity similarity index 100% rename from locale/eu-eu/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/eu-eu/vocabulary/unit/unit.entity diff --git a/locale/eu-eu/vocabulary/unit/unit.voc b/neon_skill_weather/locale/eu-eu/vocabulary/unit/unit.voc similarity index 100% rename from locale/eu-eu/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/unit/unit.voc diff --git a/locale/eu-eu/vocabulary/weather.voc b/neon_skill_weather/locale/eu-eu/vocabulary/weather.voc similarity index 100% rename from locale/eu-eu/vocabulary/weather.voc rename to neon_skill_weather/locale/eu-eu/vocabulary/weather.voc diff --git a/locale/fr-fr/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/fr-fr/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/fr-fr/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/fr-fr/dialog/condition/no precipitation expected.dialog diff --git a/locale/fr-fr/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/fr-fr/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/fr-fr/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/fr-fr/dialog/condition/precipitation expected.dialog diff --git a/locale/fr-fr/dialog/condition/rain.dialog b/neon_skill_weather/locale/fr-fr/dialog/condition/rain.dialog similarity index 100% rename from locale/fr-fr/dialog/condition/rain.dialog rename to neon_skill_weather/locale/fr-fr/dialog/condition/rain.dialog diff --git a/locale/fr-fr/dialog/condition/snow.dialog b/neon_skill_weather/locale/fr-fr/dialog/condition/snow.dialog similarity index 100% rename from locale/fr-fr/dialog/condition/snow.dialog rename to neon_skill_weather/locale/fr-fr/dialog/condition/snow.dialog diff --git a/locale/fr-fr/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/fr-fr/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/fr-fr/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/fr-fr/dialog/current/current-humidity-location.dialog diff --git a/locale/fr-fr/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/fr-fr/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/fr-fr/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/fr-fr/dialog/current/current-weather-local.dialog diff --git a/locale/fr-fr/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/fr-fr/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/fr-fr/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/fr-fr/dialog/current/current-weather-location.dialog diff --git a/locale/fr-fr/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/fr-fr/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/fr-fr/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/fr-fr/dialog/daily/daily-weather-local.dialog diff --git a/locale/fr-fr/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/fr-fr/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/fr-fr/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/fr-fr/dialog/daily/daily-weather-location.dialog diff --git a/locale/fr-fr/dialog/direction/east.dialog b/neon_skill_weather/locale/fr-fr/dialog/direction/east.dialog similarity index 100% rename from locale/fr-fr/dialog/direction/east.dialog rename to neon_skill_weather/locale/fr-fr/dialog/direction/east.dialog diff --git a/locale/fr-fr/dialog/direction/north.dialog b/neon_skill_weather/locale/fr-fr/dialog/direction/north.dialog similarity index 100% rename from locale/fr-fr/dialog/direction/north.dialog rename to neon_skill_weather/locale/fr-fr/dialog/direction/north.dialog diff --git a/locale/fr-fr/dialog/direction/northeast.dialog b/neon_skill_weather/locale/fr-fr/dialog/direction/northeast.dialog similarity index 100% rename from locale/fr-fr/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/fr-fr/dialog/direction/northeast.dialog diff --git a/locale/fr-fr/dialog/direction/northwest.dialog b/neon_skill_weather/locale/fr-fr/dialog/direction/northwest.dialog similarity index 100% rename from locale/fr-fr/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/fr-fr/dialog/direction/northwest.dialog diff --git a/locale/fr-fr/dialog/direction/south.dialog b/neon_skill_weather/locale/fr-fr/dialog/direction/south.dialog similarity index 100% rename from locale/fr-fr/dialog/direction/south.dialog rename to neon_skill_weather/locale/fr-fr/dialog/direction/south.dialog diff --git a/locale/fr-fr/dialog/direction/southeast.dialog b/neon_skill_weather/locale/fr-fr/dialog/direction/southeast.dialog similarity index 100% rename from locale/fr-fr/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/fr-fr/dialog/direction/southeast.dialog diff --git a/locale/fr-fr/dialog/direction/southwest.dialog b/neon_skill_weather/locale/fr-fr/dialog/direction/southwest.dialog similarity index 100% rename from locale/fr-fr/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/fr-fr/dialog/direction/southwest.dialog diff --git a/locale/fr-fr/dialog/direction/west.dialog b/neon_skill_weather/locale/fr-fr/dialog/direction/west.dialog similarity index 100% rename from locale/fr-fr/dialog/direction/west.dialog rename to neon_skill_weather/locale/fr-fr/dialog/direction/west.dialog diff --git a/locale/fr-fr/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/fr-fr/dialog/error/location-not-found.dialog similarity index 100% rename from locale/fr-fr/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/fr-fr/dialog/error/location-not-found.dialog diff --git a/locale/fr-fr/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/fr-fr/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/fr-fr/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/fr-fr/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/fr-fr/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/fr-fr/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/fr-fr/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/fr-fr/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/fr-fr/dialog/percentage-number.dialog b/neon_skill_weather/locale/fr-fr/dialog/percentage-number.dialog similarity index 100% rename from locale/fr-fr/dialog/percentage-number.dialog rename to neon_skill_weather/locale/fr-fr/dialog/percentage-number.dialog diff --git a/locale/fr-fr/dialog/unit/celsius.dialog b/neon_skill_weather/locale/fr-fr/dialog/unit/celsius.dialog similarity index 100% rename from locale/fr-fr/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/fr-fr/dialog/unit/celsius.dialog diff --git a/locale/fr-fr/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/fr-fr/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/fr-fr/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/fr-fr/dialog/unit/fahrenheit.dialog diff --git a/locale/fr-fr/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/fr-fr/dialog/unit/meters per second.dialog similarity index 100% rename from locale/fr-fr/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/fr-fr/dialog/unit/meters per second.dialog diff --git a/locale/fr-fr/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/fr-fr/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/fr-fr/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/fr-fr/dialog/unit/miles per hour.dialog diff --git a/locale/fr-fr/regex/location.rx b/neon_skill_weather/locale/fr-fr/regex/location.rx similarity index 100% rename from locale/fr-fr/regex/location.rx rename to neon_skill_weather/locale/fr-fr/regex/location.rx diff --git a/locale/fr-fr/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/fr-fr/vocabulary/condition/humidity.voc similarity index 100% rename from locale/fr-fr/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/condition/humidity.voc diff --git a/locale/fr-fr/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/fr-fr/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/fr-fr/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/condition/precipitation.voc diff --git a/locale/fr-fr/vocabulary/condition/windy.voc b/neon_skill_weather/locale/fr-fr/vocabulary/condition/windy.voc similarity index 100% rename from locale/fr-fr/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/condition/windy.voc diff --git a/locale/fr-fr/vocabulary/date-time/later.voc b/neon_skill_weather/locale/fr-fr/vocabulary/date-time/later.voc similarity index 100% rename from locale/fr-fr/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/date-time/later.voc diff --git a/locale/fr-fr/vocabulary/date-time/next.voc b/neon_skill_weather/locale/fr-fr/vocabulary/date-time/next.voc similarity index 100% rename from locale/fr-fr/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/date-time/next.voc diff --git a/locale/fr-fr/vocabulary/forecast.voc b/neon_skill_weather/locale/fr-fr/vocabulary/forecast.voc similarity index 100% rename from locale/fr-fr/vocabulary/forecast.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/forecast.voc diff --git a/locale/fr-fr/vocabulary/location.voc b/neon_skill_weather/locale/fr-fr/vocabulary/location.voc similarity index 100% rename from locale/fr-fr/vocabulary/location.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/location.voc diff --git a/locale/fr-fr/vocabulary/query/query.voc b/neon_skill_weather/locale/fr-fr/vocabulary/query/query.voc similarity index 100% rename from locale/fr-fr/vocabulary/query/query.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/query/query.voc diff --git a/locale/fr-fr/vocabulary/sunrise.voc b/neon_skill_weather/locale/fr-fr/vocabulary/sunrise.voc similarity index 100% rename from locale/fr-fr/vocabulary/sunrise.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/sunrise.voc diff --git a/locale/fr-fr/vocabulary/sunset.voc b/neon_skill_weather/locale/fr-fr/vocabulary/sunset.voc similarity index 100% rename from locale/fr-fr/vocabulary/sunset.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/sunset.voc diff --git a/locale/fr-fr/vocabulary/weather.voc b/neon_skill_weather/locale/fr-fr/vocabulary/weather.voc similarity index 100% rename from locale/fr-fr/vocabulary/weather.voc rename to neon_skill_weather/locale/fr-fr/vocabulary/weather.voc diff --git a/locale/gl-es/dialog/and.dialog b/neon_skill_weather/locale/gl-es/dialog/and.dialog similarity index 100% rename from locale/gl-es/dialog/and.dialog rename to neon_skill_weather/locale/gl-es/dialog/and.dialog diff --git a/locale/gl-es/dialog/condition/clear sky.dialog b/neon_skill_weather/locale/gl-es/dialog/condition/clear sky.dialog similarity index 100% rename from locale/gl-es/dialog/condition/clear sky.dialog rename to neon_skill_weather/locale/gl-es/dialog/condition/clear sky.dialog diff --git a/locale/gl-es/dialog/condition/clear.dialog b/neon_skill_weather/locale/gl-es/dialog/condition/clear.dialog similarity index 100% rename from locale/gl-es/dialog/condition/clear.dialog rename to neon_skill_weather/locale/gl-es/dialog/condition/clear.dialog diff --git a/locale/gl-es/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/gl-es/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/gl-es/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/gl-es/dialog/condition/no precipitation expected.dialog diff --git a/locale/gl-es/dialog/condition/percentage-number.dialog b/neon_skill_weather/locale/gl-es/dialog/condition/percentage-number.dialog similarity index 100% rename from locale/gl-es/dialog/condition/percentage-number.dialog rename to neon_skill_weather/locale/gl-es/dialog/condition/percentage-number.dialog diff --git a/locale/gl-es/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/gl-es/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/gl-es/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/gl-es/dialog/condition/precipitation expected.dialog diff --git a/locale/gl-es/dialog/condition/rain.dialog b/neon_skill_weather/locale/gl-es/dialog/condition/rain.dialog similarity index 100% rename from locale/gl-es/dialog/condition/rain.dialog rename to neon_skill_weather/locale/gl-es/dialog/condition/rain.dialog diff --git a/locale/gl-es/dialog/condition/snow.dialog b/neon_skill_weather/locale/gl-es/dialog/condition/snow.dialog similarity index 100% rename from locale/gl-es/dialog/condition/snow.dialog rename to neon_skill_weather/locale/gl-es/dialog/condition/snow.dialog diff --git a/locale/gl-es/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/gl-es/dialog/condition/thunderstorm.dialog similarity index 100% rename from locale/gl-es/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/gl-es/dialog/condition/thunderstorm.dialog diff --git a/locale/gl-es/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-condition-expected-local.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-condition-expected-local.dialog diff --git a/locale/gl-es/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-condition-expected-location.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-condition-expected-location.dialog diff --git a/locale/gl-es/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-humidity-location.dialog diff --git a/locale/gl-es/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-temperature-high-local.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-temperature-high-local.dialog diff --git a/locale/gl-es/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-temperature-high-location.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-temperature-high-location.dialog diff --git a/locale/gl-es/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-temperature-high-low.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-temperature-high-low.dialog diff --git a/locale/gl-es/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-temperature-local.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-temperature-local.dialog diff --git a/locale/gl-es/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-temperature-location.dialog diff --git a/locale/gl-es/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-temperature-low-local.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-temperature-low-local.dialog diff --git a/locale/gl-es/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-temperature-low-location.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-temperature-low-location.dialog diff --git a/locale/gl-es/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-weather-local.dialog diff --git a/locale/gl-es/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-weather-location.dialog diff --git a/locale/gl-es/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-wind-light-local.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-wind-light-local.dialog diff --git a/locale/gl-es/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-wind-light-location.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-wind-light-location.dialog diff --git a/locale/gl-es/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-wind-moderate-local.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-wind-moderate-local.dialog diff --git a/locale/gl-es/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-wind-moderate-location.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-wind-moderate-location.dialog diff --git a/locale/gl-es/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-wind-strong-local.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-wind-strong-local.dialog diff --git a/locale/gl-es/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/gl-es/dialog/current/current-wind-strong-location.dialog similarity index 100% rename from locale/gl-es/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/current/current-wind-strong-location.dialog diff --git a/locale/gl-es/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-condition-expected-local.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-condition-expected-local.dialog diff --git a/locale/gl-es/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-condition-expected-location.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-condition-expected-location.dialog diff --git a/locale/gl-es/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-high-local.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-high-local.dialog diff --git a/locale/gl-es/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-high-location.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-high-location.dialog diff --git a/locale/gl-es/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-local.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-local.dialog diff --git a/locale/gl-es/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-location.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-location.dialog diff --git a/locale/gl-es/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-low-local.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-low-local.dialog diff --git a/locale/gl-es/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-low-location.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-temperature-low-location.dialog diff --git a/locale/gl-es/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-weather-local.dialog diff --git a/locale/gl-es/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-weather-location.dialog diff --git a/locale/gl-es/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-light-local.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-light-local.dialog diff --git a/locale/gl-es/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-light-location.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-light-location.dialog diff --git a/locale/gl-es/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-moderate-local.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-moderate-local.dialog diff --git a/locale/gl-es/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-moderate-location.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-moderate-location.dialog diff --git a/locale/gl-es/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-strong-local.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-strong-local.dialog diff --git a/locale/gl-es/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-strong-location.dialog similarity index 100% rename from locale/gl-es/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/daily/daily-wind-strong-location.dialog diff --git a/locale/gl-es/dialog/direction/east.dialog b/neon_skill_weather/locale/gl-es/dialog/direction/east.dialog similarity index 100% rename from locale/gl-es/dialog/direction/east.dialog rename to neon_skill_weather/locale/gl-es/dialog/direction/east.dialog diff --git a/locale/gl-es/dialog/direction/north.dialog b/neon_skill_weather/locale/gl-es/dialog/direction/north.dialog similarity index 100% rename from locale/gl-es/dialog/direction/north.dialog rename to neon_skill_weather/locale/gl-es/dialog/direction/north.dialog diff --git a/locale/gl-es/dialog/direction/northeast.dialog b/neon_skill_weather/locale/gl-es/dialog/direction/northeast.dialog similarity index 100% rename from locale/gl-es/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/gl-es/dialog/direction/northeast.dialog diff --git a/locale/gl-es/dialog/direction/northwest.dialog b/neon_skill_weather/locale/gl-es/dialog/direction/northwest.dialog similarity index 100% rename from locale/gl-es/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/gl-es/dialog/direction/northwest.dialog diff --git a/locale/gl-es/dialog/direction/south.dialog b/neon_skill_weather/locale/gl-es/dialog/direction/south.dialog similarity index 100% rename from locale/gl-es/dialog/direction/south.dialog rename to neon_skill_weather/locale/gl-es/dialog/direction/south.dialog diff --git a/locale/gl-es/dialog/direction/southeast.dialog b/neon_skill_weather/locale/gl-es/dialog/direction/southeast.dialog similarity index 100% rename from locale/gl-es/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/gl-es/dialog/direction/southeast.dialog diff --git a/locale/gl-es/dialog/direction/southwest.dialog b/neon_skill_weather/locale/gl-es/dialog/direction/southwest.dialog similarity index 100% rename from locale/gl-es/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/gl-es/dialog/direction/southwest.dialog diff --git a/locale/gl-es/dialog/direction/west.dialog b/neon_skill_weather/locale/gl-es/dialog/direction/west.dialog similarity index 100% rename from locale/gl-es/dialog/direction/west.dialog rename to neon_skill_weather/locale/gl-es/dialog/direction/west.dialog diff --git a/locale/gl-es/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/gl-es/dialog/error/cant-get-forecast.dialog similarity index 100% rename from locale/gl-es/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/gl-es/dialog/error/cant-get-forecast.dialog diff --git a/locale/gl-es/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/gl-es/dialog/error/location-not-found.dialog similarity index 100% rename from locale/gl-es/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/gl-es/dialog/error/location-not-found.dialog diff --git a/locale/gl-es/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/gl-es/dialog/error/no-forecast.dialog similarity index 100% rename from locale/gl-es/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/gl-es/dialog/error/no-forecast.dialog diff --git a/locale/gl-es/dialog/hourly/hourly-condition-alternative-local.dialog b/neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-alternative-local.dialog similarity index 100% rename from locale/gl-es/dialog/hourly/hourly-condition-alternative-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-alternative-local.dialog diff --git a/locale/gl-es/dialog/hourly/hourly-condition-alternative-location.dialog b/neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-alternative-location.dialog similarity index 100% rename from locale/gl-es/dialog/hourly/hourly-condition-alternative-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-alternative-location.dialog diff --git a/locale/gl-es/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-expected-local.dialog similarity index 100% rename from locale/gl-es/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-expected-local.dialog diff --git a/locale/gl-es/dialog/hourly/hourly-condition-expected.dialog b/neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-expected.dialog similarity index 100% rename from locale/gl-es/dialog/hourly/hourly-condition-expected.dialog rename to neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-expected.dialog diff --git a/locale/gl-es/dialog/hourly/hourly-condition-not-expected-local.dialog b/neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-not-expected-local.dialog similarity index 100% rename from locale/gl-es/dialog/hourly/hourly-condition-not-expected-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-not-expected-local.dialog diff --git a/locale/gl-es/dialog/hourly/hourly-condition-not-expected-location.dialog b/neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-not-expected-location.dialog similarity index 100% rename from locale/gl-es/dialog/hourly/hourly-condition-not-expected-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/hourly/hourly-condition-not-expected-location.dialog diff --git a/locale/gl-es/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/gl-es/dialog/hourly/hourly-temperature-local.dialog similarity index 100% rename from locale/gl-es/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/hourly/hourly-temperature-local.dialog diff --git a/locale/gl-es/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/gl-es/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/gl-es/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/gl-es/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/gl-es/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/gl-es/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/gl-es/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/gl-es/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/gl-es/dialog/percentage-number.dialog b/neon_skill_weather/locale/gl-es/dialog/percentage-number.dialog similarity index 100% rename from locale/gl-es/dialog/percentage-number.dialog rename to neon_skill_weather/locale/gl-es/dialog/percentage-number.dialog diff --git a/locale/gl-es/dialog/unit/celsius.dialog b/neon_skill_weather/locale/gl-es/dialog/unit/celsius.dialog similarity index 100% rename from locale/gl-es/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/gl-es/dialog/unit/celsius.dialog diff --git a/locale/gl-es/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/gl-es/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/gl-es/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/gl-es/dialog/unit/fahrenheit.dialog diff --git a/locale/gl-es/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/gl-es/dialog/unit/meters per second.dialog similarity index 100% rename from locale/gl-es/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/gl-es/dialog/unit/meters per second.dialog diff --git a/locale/gl-es/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/gl-es/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/gl-es/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/gl-es/dialog/unit/miles per hour.dialog diff --git a/locale/gl-es/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/gl-es/dialog/weekly/weekly-temperature.dialog similarity index 100% rename from locale/gl-es/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/gl-es/dialog/weekly/weekly-temperature.dialog diff --git a/locale/gl-es/regex/location.rx b/neon_skill_weather/locale/gl-es/regex/location.rx similarity index 100% rename from locale/gl-es/regex/location.rx rename to neon_skill_weather/locale/gl-es/regex/location.rx diff --git a/locale/gl-es/vocabulary/condition/clear.voc b/neon_skill_weather/locale/gl-es/vocabulary/condition/clear.voc similarity index 100% rename from locale/gl-es/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/gl-es/vocabulary/condition/clear.voc diff --git a/locale/gl-es/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/gl-es/vocabulary/condition/clouds.voc similarity index 100% rename from locale/gl-es/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/gl-es/vocabulary/condition/clouds.voc diff --git a/locale/gl-es/vocabulary/condition/do.i.need.an.umbrella.intent b/neon_skill_weather/locale/gl-es/vocabulary/condition/do.i.need.an.umbrella.intent similarity index 100% rename from locale/gl-es/vocabulary/condition/do.i.need.an.umbrella.intent rename to neon_skill_weather/locale/gl-es/vocabulary/condition/do.i.need.an.umbrella.intent diff --git a/locale/gl-es/vocabulary/condition/fog.voc b/neon_skill_weather/locale/gl-es/vocabulary/condition/fog.voc similarity index 100% rename from locale/gl-es/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/gl-es/vocabulary/condition/fog.voc diff --git a/locale/gl-es/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/gl-es/vocabulary/condition/humidity.voc similarity index 100% rename from locale/gl-es/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/gl-es/vocabulary/condition/humidity.voc diff --git a/locale/gl-es/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/gl-es/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/gl-es/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/gl-es/vocabulary/condition/precipitation.voc diff --git a/locale/gl-es/vocabulary/condition/rain.voc b/neon_skill_weather/locale/gl-es/vocabulary/condition/rain.voc similarity index 100% rename from locale/gl-es/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/gl-es/vocabulary/condition/rain.voc diff --git a/locale/gl-es/vocabulary/condition/snow.voc b/neon_skill_weather/locale/gl-es/vocabulary/condition/snow.voc similarity index 100% rename from locale/gl-es/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/gl-es/vocabulary/condition/snow.voc diff --git a/locale/gl-es/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/gl-es/vocabulary/condition/thunderstorm.voc similarity index 100% rename from locale/gl-es/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/gl-es/vocabulary/condition/thunderstorm.voc diff --git a/locale/gl-es/vocabulary/condition/windy.voc b/neon_skill_weather/locale/gl-es/vocabulary/condition/windy.voc similarity index 100% rename from locale/gl-es/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/gl-es/vocabulary/condition/windy.voc diff --git a/locale/gl-es/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/gl-es/vocabulary/date-time/couple.voc similarity index 100% rename from locale/gl-es/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/gl-es/vocabulary/date-time/couple.voc diff --git a/locale/gl-es/vocabulary/date-time/later.voc b/neon_skill_weather/locale/gl-es/vocabulary/date-time/later.voc similarity index 100% rename from locale/gl-es/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/gl-es/vocabulary/date-time/later.voc diff --git a/locale/gl-es/vocabulary/date-time/next.voc b/neon_skill_weather/locale/gl-es/vocabulary/date-time/next.voc similarity index 100% rename from locale/gl-es/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/gl-es/vocabulary/date-time/next.voc diff --git a/locale/gl-es/vocabulary/date-time/now.voc b/neon_skill_weather/locale/gl-es/vocabulary/date-time/now.voc similarity index 100% rename from locale/gl-es/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/gl-es/vocabulary/date-time/now.voc diff --git a/locale/gl-es/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/gl-es/vocabulary/date-time/relative-day.voc similarity index 100% rename from locale/gl-es/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/gl-es/vocabulary/date-time/relative-day.voc diff --git a/locale/gl-es/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/gl-es/vocabulary/date-time/relative-time.voc similarity index 100% rename from locale/gl-es/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/gl-es/vocabulary/date-time/relative-time.voc diff --git a/locale/gl-es/vocabulary/date-time/today.voc b/neon_skill_weather/locale/gl-es/vocabulary/date-time/today.voc similarity index 100% rename from locale/gl-es/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/gl-es/vocabulary/date-time/today.voc diff --git a/locale/gl-es/vocabulary/date-time/week.voc b/neon_skill_weather/locale/gl-es/vocabulary/date-time/week.voc similarity index 100% rename from locale/gl-es/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/gl-es/vocabulary/date-time/week.voc diff --git a/locale/gl-es/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/gl-es/vocabulary/date-time/weekend.voc similarity index 100% rename from locale/gl-es/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/gl-es/vocabulary/date-time/weekend.voc diff --git a/locale/gl-es/vocabulary/forecast.voc b/neon_skill_weather/locale/gl-es/vocabulary/forecast.voc similarity index 100% rename from locale/gl-es/vocabulary/forecast.voc rename to neon_skill_weather/locale/gl-es/vocabulary/forecast.voc diff --git a/locale/gl-es/vocabulary/location.voc b/neon_skill_weather/locale/gl-es/vocabulary/location.voc similarity index 100% rename from locale/gl-es/vocabulary/location.voc rename to neon_skill_weather/locale/gl-es/vocabulary/location.voc diff --git a/locale/gl-es/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/gl-es/vocabulary/query/confirm-query-current.voc similarity index 100% rename from locale/gl-es/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/gl-es/vocabulary/query/confirm-query-current.voc diff --git a/locale/gl-es/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/gl-es/vocabulary/query/confirm-query-future.voc similarity index 100% rename from locale/gl-es/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/gl-es/vocabulary/query/confirm-query-future.voc diff --git a/locale/gl-es/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/gl-es/vocabulary/query/confirm-query.voc similarity index 100% rename from locale/gl-es/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/gl-es/vocabulary/query/confirm-query.voc diff --git a/locale/gl-es/vocabulary/query/how.voc b/neon_skill_weather/locale/gl-es/vocabulary/query/how.voc similarity index 100% rename from locale/gl-es/vocabulary/query/how.voc rename to neon_skill_weather/locale/gl-es/vocabulary/query/how.voc diff --git a/locale/gl-es/vocabulary/query/query.voc b/neon_skill_weather/locale/gl-es/vocabulary/query/query.voc similarity index 100% rename from locale/gl-es/vocabulary/query/query.voc rename to neon_skill_weather/locale/gl-es/vocabulary/query/query.voc diff --git a/locale/gl-es/vocabulary/query/when.voc b/neon_skill_weather/locale/gl-es/vocabulary/query/when.voc similarity index 100% rename from locale/gl-es/vocabulary/query/when.voc rename to neon_skill_weather/locale/gl-es/vocabulary/query/when.voc diff --git a/locale/gl-es/vocabulary/sunrise.voc b/neon_skill_weather/locale/gl-es/vocabulary/sunrise.voc similarity index 100% rename from locale/gl-es/vocabulary/sunrise.voc rename to neon_skill_weather/locale/gl-es/vocabulary/sunrise.voc diff --git a/locale/gl-es/vocabulary/sunset.voc b/neon_skill_weather/locale/gl-es/vocabulary/sunset.voc similarity index 100% rename from locale/gl-es/vocabulary/sunset.voc rename to neon_skill_weather/locale/gl-es/vocabulary/sunset.voc diff --git a/locale/gl-es/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/gl-es/vocabulary/temperature/cold.voc similarity index 100% rename from locale/gl-es/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/gl-es/vocabulary/temperature/cold.voc diff --git a/locale/gl-es/vocabulary/temperature/high.voc b/neon_skill_weather/locale/gl-es/vocabulary/temperature/high.voc similarity index 100% rename from locale/gl-es/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/gl-es/vocabulary/temperature/high.voc diff --git a/locale/gl-es/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/gl-es/vocabulary/temperature/hot.voc similarity index 100% rename from locale/gl-es/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/gl-es/vocabulary/temperature/hot.voc diff --git a/locale/gl-es/vocabulary/temperature/low.voc b/neon_skill_weather/locale/gl-es/vocabulary/temperature/low.voc similarity index 100% rename from locale/gl-es/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/gl-es/vocabulary/temperature/low.voc diff --git a/locale/gl-es/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/gl-es/vocabulary/temperature/temperature.voc similarity index 100% rename from locale/gl-es/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/gl-es/vocabulary/temperature/temperature.voc diff --git a/locale/gl-es/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/gl-es/vocabulary/unit/fahrenheit.voc similarity index 100% rename from locale/gl-es/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/gl-es/vocabulary/unit/fahrenheit.voc diff --git a/locale/sv-se/vocabulary/unit/unit.entity b/neon_skill_weather/locale/gl-es/vocabulary/unit/unit.entity similarity index 100% rename from locale/sv-se/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/gl-es/vocabulary/unit/unit.entity diff --git a/locale/gl-es/vocabulary/unit/unit.voc b/neon_skill_weather/locale/gl-es/vocabulary/unit/unit.voc similarity index 100% rename from locale/gl-es/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/gl-es/vocabulary/unit/unit.voc diff --git a/locale/gl-es/vocabulary/weather.voc b/neon_skill_weather/locale/gl-es/vocabulary/weather.voc similarity index 100% rename from locale/gl-es/vocabulary/weather.voc rename to neon_skill_weather/locale/gl-es/vocabulary/weather.voc diff --git a/locale/it-it/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/it-it/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/it-it/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/it-it/dialog/condition/no precipitation expected.dialog diff --git a/locale/it-it/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/it-it/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/it-it/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/it-it/dialog/condition/precipitation expected.dialog diff --git a/locale/it-it/dialog/condition/rain.dialog b/neon_skill_weather/locale/it-it/dialog/condition/rain.dialog similarity index 100% rename from locale/it-it/dialog/condition/rain.dialog rename to neon_skill_weather/locale/it-it/dialog/condition/rain.dialog diff --git a/locale/it-it/dialog/condition/snow.dialog b/neon_skill_weather/locale/it-it/dialog/condition/snow.dialog similarity index 100% rename from locale/it-it/dialog/condition/snow.dialog rename to neon_skill_weather/locale/it-it/dialog/condition/snow.dialog diff --git a/locale/it-it/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-condition-expected-local.dialog similarity index 100% rename from locale/it-it/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-condition-expected-local.dialog diff --git a/locale/it-it/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-condition-expected-location.dialog similarity index 100% rename from locale/it-it/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-condition-expected-location.dialog diff --git a/locale/it-it/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/it-it/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-humidity-location.dialog diff --git a/locale/it-it/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-temperature-high-local.dialog similarity index 100% rename from locale/it-it/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-temperature-high-local.dialog diff --git a/locale/it-it/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-temperature-high-location.dialog similarity index 100% rename from locale/it-it/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-temperature-high-location.dialog diff --git a/locale/it-it/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-temperature-high-low.dialog similarity index 100% rename from locale/it-it/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-temperature-high-low.dialog diff --git a/locale/it-it/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-temperature-local.dialog similarity index 100% rename from locale/it-it/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-temperature-local.dialog diff --git a/locale/it-it/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/it-it/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-temperature-location.dialog diff --git a/locale/it-it/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-temperature-low-local.dialog similarity index 100% rename from locale/it-it/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-temperature-low-local.dialog diff --git a/locale/it-it/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-temperature-low-location.dialog similarity index 100% rename from locale/it-it/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-temperature-low-location.dialog diff --git a/locale/it-it/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/it-it/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-weather-local.dialog diff --git a/locale/it-it/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/it-it/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-weather-location.dialog diff --git a/locale/it-it/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-wind-light-local.dialog similarity index 100% rename from locale/it-it/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-wind-light-local.dialog diff --git a/locale/it-it/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-wind-light-location.dialog similarity index 100% rename from locale/it-it/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-wind-light-location.dialog diff --git a/locale/it-it/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-wind-moderate-local.dialog similarity index 100% rename from locale/it-it/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-wind-moderate-local.dialog diff --git a/locale/it-it/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-wind-moderate-location.dialog similarity index 100% rename from locale/it-it/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-wind-moderate-location.dialog diff --git a/locale/it-it/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-wind-strong-local.dialog similarity index 100% rename from locale/it-it/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-wind-strong-local.dialog diff --git a/locale/it-it/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/it-it/dialog/current/current-wind-strong-location.dialog similarity index 100% rename from locale/it-it/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/it-it/dialog/current/current-wind-strong-location.dialog diff --git a/locale/it-it/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-condition-expected-local.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-condition-expected-local.dialog diff --git a/locale/it-it/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-condition-expected-location.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-condition-expected-location.dialog diff --git a/locale/it-it/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-high-local.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-high-local.dialog diff --git a/locale/it-it/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-high-location.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-high-location.dialog diff --git a/locale/it-it/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-local.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-local.dialog diff --git a/locale/it-it/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-location.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-location.dialog diff --git a/locale/it-it/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-low-local.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-temperature-low-local.dialog diff --git a/locale/it-it/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-weather-local.dialog diff --git a/locale/it-it/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-weather-location.dialog diff --git a/locale/it-it/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-wind-light-local.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-wind-light-local.dialog diff --git a/locale/it-it/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-wind-light-location.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-wind-light-location.dialog diff --git a/locale/it-it/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-wind-moderate-local.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-wind-moderate-local.dialog diff --git a/locale/it-it/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-wind-moderate-location.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-wind-moderate-location.dialog diff --git a/locale/it-it/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-wind-strong-local.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-wind-strong-local.dialog diff --git a/locale/it-it/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/it-it/dialog/daily/daily-wind-strong-location.dialog similarity index 100% rename from locale/it-it/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/it-it/dialog/daily/daily-wind-strong-location.dialog diff --git a/locale/it-it/dialog/direction/east.dialog b/neon_skill_weather/locale/it-it/dialog/direction/east.dialog similarity index 100% rename from locale/it-it/dialog/direction/east.dialog rename to neon_skill_weather/locale/it-it/dialog/direction/east.dialog diff --git a/locale/it-it/dialog/direction/north.dialog b/neon_skill_weather/locale/it-it/dialog/direction/north.dialog similarity index 100% rename from locale/it-it/dialog/direction/north.dialog rename to neon_skill_weather/locale/it-it/dialog/direction/north.dialog diff --git a/locale/it-it/dialog/direction/northeast.dialog b/neon_skill_weather/locale/it-it/dialog/direction/northeast.dialog similarity index 100% rename from locale/it-it/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/it-it/dialog/direction/northeast.dialog diff --git a/locale/it-it/dialog/direction/northwest.dialog b/neon_skill_weather/locale/it-it/dialog/direction/northwest.dialog similarity index 100% rename from locale/it-it/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/it-it/dialog/direction/northwest.dialog diff --git a/locale/it-it/dialog/direction/south.dialog b/neon_skill_weather/locale/it-it/dialog/direction/south.dialog similarity index 100% rename from locale/it-it/dialog/direction/south.dialog rename to neon_skill_weather/locale/it-it/dialog/direction/south.dialog diff --git a/locale/it-it/dialog/direction/southeast.dialog b/neon_skill_weather/locale/it-it/dialog/direction/southeast.dialog similarity index 100% rename from locale/it-it/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/it-it/dialog/direction/southeast.dialog diff --git a/locale/it-it/dialog/direction/southwest.dialog b/neon_skill_weather/locale/it-it/dialog/direction/southwest.dialog similarity index 100% rename from locale/it-it/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/it-it/dialog/direction/southwest.dialog diff --git a/locale/it-it/dialog/direction/west.dialog b/neon_skill_weather/locale/it-it/dialog/direction/west.dialog similarity index 100% rename from locale/it-it/dialog/direction/west.dialog rename to neon_skill_weather/locale/it-it/dialog/direction/west.dialog diff --git a/locale/it-it/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/it-it/dialog/error/location-not-found.dialog similarity index 100% rename from locale/it-it/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/it-it/dialog/error/location-not-found.dialog diff --git a/locale/it-it/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/it-it/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/it-it/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/it-it/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/it-it/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/it-it/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/it-it/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/it-it/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/it-it/dialog/percentage-number.dialog b/neon_skill_weather/locale/it-it/dialog/percentage-number.dialog similarity index 100% rename from locale/it-it/dialog/percentage-number.dialog rename to neon_skill_weather/locale/it-it/dialog/percentage-number.dialog diff --git a/locale/it-it/dialog/unit/celsius.dialog b/neon_skill_weather/locale/it-it/dialog/unit/celsius.dialog similarity index 100% rename from locale/it-it/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/it-it/dialog/unit/celsius.dialog diff --git a/locale/it-it/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/it-it/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/it-it/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/it-it/dialog/unit/fahrenheit.dialog diff --git a/locale/it-it/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/it-it/dialog/unit/meters per second.dialog similarity index 100% rename from locale/it-it/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/it-it/dialog/unit/meters per second.dialog diff --git a/locale/it-it/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/it-it/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/it-it/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/it-it/dialog/unit/miles per hour.dialog diff --git a/locale/it-it/regex/location.rx b/neon_skill_weather/locale/it-it/regex/location.rx similarity index 100% rename from locale/it-it/regex/location.rx rename to neon_skill_weather/locale/it-it/regex/location.rx diff --git a/locale/it-it/vocabulary/condition/clear.voc b/neon_skill_weather/locale/it-it/vocabulary/condition/clear.voc similarity index 100% rename from locale/it-it/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/it-it/vocabulary/condition/clear.voc diff --git a/locale/it-it/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/it-it/vocabulary/condition/clouds.voc similarity index 100% rename from locale/it-it/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/it-it/vocabulary/condition/clouds.voc diff --git a/locale/it-it/vocabulary/condition/do.i.need.an.umbrella.intent b/neon_skill_weather/locale/it-it/vocabulary/condition/do.i.need.an.umbrella.intent similarity index 100% rename from locale/it-it/vocabulary/condition/do.i.need.an.umbrella.intent rename to neon_skill_weather/locale/it-it/vocabulary/condition/do.i.need.an.umbrella.intent diff --git a/locale/it-it/vocabulary/condition/fog.voc b/neon_skill_weather/locale/it-it/vocabulary/condition/fog.voc similarity index 100% rename from locale/it-it/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/it-it/vocabulary/condition/fog.voc diff --git a/locale/it-it/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/it-it/vocabulary/condition/humidity.voc similarity index 100% rename from locale/it-it/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/it-it/vocabulary/condition/humidity.voc diff --git a/locale/it-it/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/it-it/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/it-it/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/it-it/vocabulary/condition/precipitation.voc diff --git a/locale/it-it/vocabulary/condition/rain.voc b/neon_skill_weather/locale/it-it/vocabulary/condition/rain.voc similarity index 100% rename from locale/it-it/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/it-it/vocabulary/condition/rain.voc diff --git a/locale/it-it/vocabulary/condition/snow.voc b/neon_skill_weather/locale/it-it/vocabulary/condition/snow.voc similarity index 100% rename from locale/it-it/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/it-it/vocabulary/condition/snow.voc diff --git a/locale/it-it/vocabulary/condition/windy.voc b/neon_skill_weather/locale/it-it/vocabulary/condition/windy.voc similarity index 100% rename from locale/it-it/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/it-it/vocabulary/condition/windy.voc diff --git a/locale/it-it/vocabulary/date-time/later.voc b/neon_skill_weather/locale/it-it/vocabulary/date-time/later.voc similarity index 100% rename from locale/it-it/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/it-it/vocabulary/date-time/later.voc diff --git a/locale/it-it/vocabulary/date-time/next.voc b/neon_skill_weather/locale/it-it/vocabulary/date-time/next.voc similarity index 100% rename from locale/it-it/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/it-it/vocabulary/date-time/next.voc diff --git a/locale/it-it/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/it-it/vocabulary/date-time/weekend.voc similarity index 100% rename from locale/it-it/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/it-it/vocabulary/date-time/weekend.voc diff --git a/locale/it-it/vocabulary/forecast.voc b/neon_skill_weather/locale/it-it/vocabulary/forecast.voc similarity index 100% rename from locale/it-it/vocabulary/forecast.voc rename to neon_skill_weather/locale/it-it/vocabulary/forecast.voc diff --git a/locale/it-it/vocabulary/location.voc b/neon_skill_weather/locale/it-it/vocabulary/location.voc similarity index 100% rename from locale/it-it/vocabulary/location.voc rename to neon_skill_weather/locale/it-it/vocabulary/location.voc diff --git a/locale/it-it/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/it-it/vocabulary/query/confirm-query.voc similarity index 100% rename from locale/it-it/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/it-it/vocabulary/query/confirm-query.voc diff --git a/locale/it-it/vocabulary/query/query.voc b/neon_skill_weather/locale/it-it/vocabulary/query/query.voc similarity index 100% rename from locale/it-it/vocabulary/query/query.voc rename to neon_skill_weather/locale/it-it/vocabulary/query/query.voc diff --git a/locale/it-it/vocabulary/sunrise.voc b/neon_skill_weather/locale/it-it/vocabulary/sunrise.voc similarity index 100% rename from locale/it-it/vocabulary/sunrise.voc rename to neon_skill_weather/locale/it-it/vocabulary/sunrise.voc diff --git a/locale/it-it/vocabulary/sunset.voc b/neon_skill_weather/locale/it-it/vocabulary/sunset.voc similarity index 100% rename from locale/it-it/vocabulary/sunset.voc rename to neon_skill_weather/locale/it-it/vocabulary/sunset.voc diff --git a/locale/it-it/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/it-it/vocabulary/temperature/cold.voc similarity index 100% rename from locale/it-it/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/it-it/vocabulary/temperature/cold.voc diff --git a/locale/it-it/vocabulary/temperature/high.voc b/neon_skill_weather/locale/it-it/vocabulary/temperature/high.voc similarity index 100% rename from locale/it-it/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/it-it/vocabulary/temperature/high.voc diff --git a/locale/it-it/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/it-it/vocabulary/temperature/hot.voc similarity index 100% rename from locale/it-it/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/it-it/vocabulary/temperature/hot.voc diff --git a/locale/it-it/vocabulary/temperature/low.voc b/neon_skill_weather/locale/it-it/vocabulary/temperature/low.voc similarity index 100% rename from locale/it-it/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/it-it/vocabulary/temperature/low.voc diff --git a/locale/it-it/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/it-it/vocabulary/temperature/temperature.voc similarity index 100% rename from locale/it-it/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/it-it/vocabulary/temperature/temperature.voc diff --git a/locale/it-it/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/it-it/vocabulary/unit/fahrenheit.voc similarity index 100% rename from locale/it-it/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/it-it/vocabulary/unit/fahrenheit.voc diff --git a/locale/it-it/vocabulary/unit/unit.entity b/neon_skill_weather/locale/it-it/vocabulary/unit/unit.entity similarity index 100% rename from locale/it-it/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/it-it/vocabulary/unit/unit.entity diff --git a/locale/it-it/vocabulary/unit/unit.voc b/neon_skill_weather/locale/it-it/vocabulary/unit/unit.voc similarity index 100% rename from locale/it-it/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/it-it/vocabulary/unit/unit.voc diff --git a/locale/it-it/vocabulary/weather.voc b/neon_skill_weather/locale/it-it/vocabulary/weather.voc similarity index 100% rename from locale/it-it/vocabulary/weather.voc rename to neon_skill_weather/locale/it-it/vocabulary/weather.voc diff --git a/locale/nl-nl/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/nl-nl/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/nl-nl/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/nl-nl/dialog/condition/no precipitation expected.dialog diff --git a/locale/nl-nl/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/nl-nl/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/nl-nl/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/nl-nl/dialog/condition/precipitation expected.dialog diff --git a/locale/nl-nl/dialog/condition/rain.dialog b/neon_skill_weather/locale/nl-nl/dialog/condition/rain.dialog similarity index 100% rename from locale/nl-nl/dialog/condition/rain.dialog rename to neon_skill_weather/locale/nl-nl/dialog/condition/rain.dialog diff --git a/locale/nl-nl/dialog/condition/snow.dialog b/neon_skill_weather/locale/nl-nl/dialog/condition/snow.dialog similarity index 100% rename from locale/nl-nl/dialog/condition/snow.dialog rename to neon_skill_weather/locale/nl-nl/dialog/condition/snow.dialog diff --git a/locale/nl-nl/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/nl-nl/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/nl-nl/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/nl-nl/dialog/current/current-humidity-location.dialog diff --git a/locale/nl-nl/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/nl-nl/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/nl-nl/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/nl-nl/dialog/current/current-weather-local.dialog diff --git a/locale/nl-nl/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/nl-nl/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/nl-nl/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/nl-nl/dialog/current/current-weather-location.dialog diff --git a/locale/nl-nl/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/nl-nl/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/nl-nl/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/nl-nl/dialog/daily/daily-weather-local.dialog diff --git a/locale/nl-nl/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/nl-nl/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/nl-nl/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/nl-nl/dialog/daily/daily-weather-location.dialog diff --git a/locale/nl-nl/dialog/direction/east.dialog b/neon_skill_weather/locale/nl-nl/dialog/direction/east.dialog similarity index 100% rename from locale/nl-nl/dialog/direction/east.dialog rename to neon_skill_weather/locale/nl-nl/dialog/direction/east.dialog diff --git a/locale/nl-nl/dialog/direction/north.dialog b/neon_skill_weather/locale/nl-nl/dialog/direction/north.dialog similarity index 100% rename from locale/nl-nl/dialog/direction/north.dialog rename to neon_skill_weather/locale/nl-nl/dialog/direction/north.dialog diff --git a/locale/nl-nl/dialog/direction/northeast.dialog b/neon_skill_weather/locale/nl-nl/dialog/direction/northeast.dialog similarity index 100% rename from locale/nl-nl/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/nl-nl/dialog/direction/northeast.dialog diff --git a/locale/nl-nl/dialog/direction/northwest.dialog b/neon_skill_weather/locale/nl-nl/dialog/direction/northwest.dialog similarity index 100% rename from locale/nl-nl/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/nl-nl/dialog/direction/northwest.dialog diff --git a/locale/nl-nl/dialog/direction/south.dialog b/neon_skill_weather/locale/nl-nl/dialog/direction/south.dialog similarity index 100% rename from locale/nl-nl/dialog/direction/south.dialog rename to neon_skill_weather/locale/nl-nl/dialog/direction/south.dialog diff --git a/locale/nl-nl/dialog/direction/southeast.dialog b/neon_skill_weather/locale/nl-nl/dialog/direction/southeast.dialog similarity index 100% rename from locale/nl-nl/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/nl-nl/dialog/direction/southeast.dialog diff --git a/locale/nl-nl/dialog/direction/southwest.dialog b/neon_skill_weather/locale/nl-nl/dialog/direction/southwest.dialog similarity index 100% rename from locale/nl-nl/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/nl-nl/dialog/direction/southwest.dialog diff --git a/locale/nl-nl/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/nl-nl/dialog/error/location-not-found.dialog similarity index 100% rename from locale/nl-nl/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/nl-nl/dialog/error/location-not-found.dialog diff --git a/locale/nl-nl/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/nl-nl/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/nl-nl/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/nl-nl/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/nl-nl/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/nl-nl/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/nl-nl/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/nl-nl/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/nl-nl/dialog/percentage-number.dialog b/neon_skill_weather/locale/nl-nl/dialog/percentage-number.dialog similarity index 100% rename from locale/nl-nl/dialog/percentage-number.dialog rename to neon_skill_weather/locale/nl-nl/dialog/percentage-number.dialog diff --git a/locale/nl-nl/dialog/unit/celsius.dialog b/neon_skill_weather/locale/nl-nl/dialog/unit/celsius.dialog similarity index 100% rename from locale/nl-nl/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/nl-nl/dialog/unit/celsius.dialog diff --git a/locale/nl-nl/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/nl-nl/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/nl-nl/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/nl-nl/dialog/unit/fahrenheit.dialog diff --git a/locale/nl-nl/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/nl-nl/dialog/unit/meters per second.dialog similarity index 100% rename from locale/nl-nl/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/nl-nl/dialog/unit/meters per second.dialog diff --git a/locale/nl-nl/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/nl-nl/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/nl-nl/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/nl-nl/dialog/unit/miles per hour.dialog diff --git a/locale/nl-nl/regex/location.rx b/neon_skill_weather/locale/nl-nl/regex/location.rx similarity index 100% rename from locale/nl-nl/regex/location.rx rename to neon_skill_weather/locale/nl-nl/regex/location.rx diff --git a/locale/nl-nl/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/nl-nl/vocabulary/condition/humidity.voc similarity index 100% rename from locale/nl-nl/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/condition/humidity.voc diff --git a/locale/nl-nl/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/nl-nl/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/nl-nl/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/condition/precipitation.voc diff --git a/locale/nl-nl/vocabulary/condition/windy.voc b/neon_skill_weather/locale/nl-nl/vocabulary/condition/windy.voc similarity index 100% rename from locale/nl-nl/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/condition/windy.voc diff --git a/locale/nl-nl/vocabulary/date-time/later.voc b/neon_skill_weather/locale/nl-nl/vocabulary/date-time/later.voc similarity index 100% rename from locale/nl-nl/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/date-time/later.voc diff --git a/locale/nl-nl/vocabulary/date-time/next.voc b/neon_skill_weather/locale/nl-nl/vocabulary/date-time/next.voc similarity index 100% rename from locale/nl-nl/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/date-time/next.voc diff --git a/locale/nl-nl/vocabulary/forecast.voc b/neon_skill_weather/locale/nl-nl/vocabulary/forecast.voc similarity index 100% rename from locale/nl-nl/vocabulary/forecast.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/forecast.voc diff --git a/locale/nl-nl/vocabulary/location.voc b/neon_skill_weather/locale/nl-nl/vocabulary/location.voc similarity index 100% rename from locale/nl-nl/vocabulary/location.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/location.voc diff --git a/locale/nl-nl/vocabulary/query/query.voc b/neon_skill_weather/locale/nl-nl/vocabulary/query/query.voc similarity index 100% rename from locale/nl-nl/vocabulary/query/query.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/query/query.voc diff --git a/locale/nl-nl/vocabulary/sunrise.voc b/neon_skill_weather/locale/nl-nl/vocabulary/sunrise.voc similarity index 100% rename from locale/nl-nl/vocabulary/sunrise.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/sunrise.voc diff --git a/locale/nl-nl/vocabulary/sunset.voc b/neon_skill_weather/locale/nl-nl/vocabulary/sunset.voc similarity index 100% rename from locale/nl-nl/vocabulary/sunset.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/sunset.voc diff --git a/locale/nl-nl/vocabulary/weather.voc b/neon_skill_weather/locale/nl-nl/vocabulary/weather.voc similarity index 100% rename from locale/nl-nl/vocabulary/weather.voc rename to neon_skill_weather/locale/nl-nl/vocabulary/weather.voc diff --git a/locale/pl-pl/dialog/and.dialog b/neon_skill_weather/locale/pl-pl/dialog/and.dialog similarity index 95% rename from locale/pl-pl/dialog/and.dialog rename to neon_skill_weather/locale/pl-pl/dialog/and.dialog index dbf03f551..1e894da2e 100644 --- a/locale/pl-pl/dialog/and.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/and.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -oraz +# auto translated from en-us to pl-pl +oraz diff --git a/locale/pl-pl/dialog/condition/clear-sky.dialog b/neon_skill_weather/locale/pl-pl/dialog/condition/clear-sky.dialog similarity index 96% rename from locale/pl-pl/dialog/condition/clear-sky.dialog rename to neon_skill_weather/locale/pl-pl/dialog/condition/clear-sky.dialog index 1c826cb0b..7b37f7584 100644 --- a/locale/pl-pl/dialog/condition/clear-sky.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/condition/clear-sky.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -czyste niebo +# auto translated from en-us to pl-pl +czyste niebo diff --git a/locale/pl-pl/dialog/condition/clear.dialog b/neon_skill_weather/locale/pl-pl/dialog/condition/clear.dialog similarity index 96% rename from locale/pl-pl/dialog/condition/clear.dialog rename to neon_skill_weather/locale/pl-pl/dialog/condition/clear.dialog index 1c826cb0b..7b37f7584 100644 --- a/locale/pl-pl/dialog/condition/clear.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/condition/clear.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -czyste niebo +# auto translated from en-us to pl-pl +czyste niebo diff --git a/locale/pl-pl/dialog/condition/clouds.dialog b/neon_skill_weather/locale/pl-pl/dialog/condition/clouds.dialog similarity index 95% rename from locale/pl-pl/dialog/condition/clouds.dialog rename to neon_skill_weather/locale/pl-pl/dialog/condition/clouds.dialog index 4cece2f4d..9feac1954 100644 --- a/locale/pl-pl/dialog/condition/clouds.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/condition/clouds.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -chmury +# auto translated from en-us to pl-pl +chmury diff --git a/locale/pl-pl/dialog/condition/humidity.dialog b/neon_skill_weather/locale/pl-pl/dialog/condition/humidity.dialog similarity index 96% rename from locale/pl-pl/dialog/condition/humidity.dialog rename to neon_skill_weather/locale/pl-pl/dialog/condition/humidity.dialog index 98949bfb6..ce3d73b03 100644 --- a/locale/pl-pl/dialog/condition/humidity.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/condition/humidity.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -wilgotność +# auto translated from en-us to pl-pl +wilgotność diff --git a/locale/pl-pl/dialog/condition/rain.dialog b/neon_skill_weather/locale/pl-pl/dialog/condition/rain.dialog similarity index 95% rename from locale/pl-pl/dialog/condition/rain.dialog rename to neon_skill_weather/locale/pl-pl/dialog/condition/rain.dialog index f866985bb..4b7200d7e 100644 --- a/locale/pl-pl/dialog/condition/rain.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/condition/rain.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -deszcz +# auto translated from en-us to pl-pl +deszcz diff --git a/locale/pl-pl/dialog/condition/snow.dialog b/neon_skill_weather/locale/pl-pl/dialog/condition/snow.dialog similarity index 95% rename from locale/pl-pl/dialog/condition/snow.dialog rename to neon_skill_weather/locale/pl-pl/dialog/condition/snow.dialog index e01be89d1..da7847e53 100644 --- a/locale/pl-pl/dialog/condition/snow.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/condition/snow.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -śnieg +# auto translated from en-us to pl-pl +śnieg diff --git a/locale/pl-pl/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/pl-pl/dialog/condition/thunderstorm.dialog similarity index 95% rename from locale/pl-pl/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/pl-pl/dialog/condition/thunderstorm.dialog index b820a4ef6..b13ba7be6 100644 --- a/locale/pl-pl/dialog/condition/thunderstorm.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/condition/thunderstorm.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -burze +# auto translated from en-us to pl-pl +burze diff --git a/locale/pl-pl/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-condition-expected-local.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-condition-expected-local.dialog index fabdfe817..770fcb215 100644 --- a/locale/pl-pl/dialog/current/current-condition-expected-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-condition-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Wygląda na to, że dzisiaj będzie {condition} -Tak, dzisiaj będzie {condition} +# auto translated from en-us to pl-pl +Wygląda na to, że dzisiaj będzie {condition} +Tak, dzisiaj będzie {condition} diff --git a/locale/pl-pl/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-condition-expected-location.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-condition-expected-location.dialog index f323b71bb..a17b6ea50 100644 --- a/locale/pl-pl/dialog/current/current-condition-expected-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-condition-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Tak, to będzie {condition} w {location} -W {location} wygląda na to, że dzisiaj będzie {condition} +# auto translated from en-us to pl-pl +Tak, to będzie {condition} w {location} +W {location} wygląda na to, że dzisiaj będzie {condition} diff --git a/locale/pl-pl/dialog/current/current-condition-not-expected-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-condition-not-expected-local.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-condition-not-expected-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-condition-not-expected-local.dialog index 11423cd0f..8e6e13996 100644 --- a/locale/pl-pl/dialog/current/current-condition-not-expected-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-condition-not-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Nie, prognoza przewiduje dziś {condition} -Nie, {condition} spodziewany jest dzisiaj +# auto translated from en-us to pl-pl +Nie, prognoza przewiduje dziś {condition} +Nie, {condition} spodziewany jest dzisiaj diff --git a/locale/pl-pl/dialog/current/current-condition-not-expected-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-condition-not-expected-location.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-condition-not-expected-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-condition-not-expected-location.dialog index 4999dec61..468122756 100644 --- a/locale/pl-pl/dialog/current/current-condition-not-expected-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-condition-not-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Nie, w {location} {condition} spodziewany jest dzisiaj -Nie, prognoza przewiduje dziś {condition} w {location} +# auto translated from en-us to pl-pl +Nie, w {location} {condition} spodziewany jest dzisiaj +Nie, prognoza przewiduje dziś {condition} w {location} diff --git a/locale/pl-pl/dialog/current/current-humidity-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-humidity-local.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-humidity-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-humidity-local.dialog index c44dc794f..d962726d1 100644 --- a/locale/pl-pl/dialog/current/current-humidity-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-humidity-local.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -Obecnie wilgotność wynosi {percent} +# auto translated from en-us to pl-pl +Obecnie wilgotność wynosi {percent} diff --git a/locale/pl-pl/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-humidity-location.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-humidity-location.dialog index 4b4783d49..1dfc50ac8 100644 --- a/locale/pl-pl/dialog/current/current-humidity-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-humidity-location.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -Obecnie wilgotność w {location} wynosi {percent} +# auto translated from en-us to pl-pl +Obecnie wilgotność w {location} wynosi {percent} diff --git a/locale/pl-pl/dialog/current/current-sunrise-future-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-future-local.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-sunrise-future-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-future-local.dialog index 7f3aea6ed..7a868f1d5 100644 --- a/locale/pl-pl/dialog/current/current-sunrise-future-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-future-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Słońce wzejdzie dziś o godzinie 0 -Wschód słońca będzie dziś o {time} +# auto translated from en-us to pl-pl +Słońce wzejdzie dziś o godzinie 0 +Wschód słońca będzie dziś o {time} diff --git a/locale/pl-pl/dialog/current/current-sunrise-future-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-future-location.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-sunrise-future-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-future-location.dialog index 2902bd5e7..a5752344b 100644 --- a/locale/pl-pl/dialog/current/current-sunrise-future-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-future-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Słońce wzeszło o {time} dzisiaj w {location} -wschód słońca był dziś o {time} w {location} +# auto translated from en-us to pl-pl +Słońce wzeszło o {time} dzisiaj w {location} +wschód słońca był dziś o {time} w {location} diff --git a/locale/pl-pl/dialog/current/current-sunrise-past-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-past-local.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-sunrise-past-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-past-local.dialog index f450f4e64..f55aa43ea 100644 --- a/locale/pl-pl/dialog/current/current-sunrise-past-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-past-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -wschód słońca był dziś na {time} -Słońce wzeszło dziś o godzinie 0 +# auto translated from en-us to pl-pl +wschód słońca był dziś na {time} +Słońce wzeszło dziś o godzinie 0 diff --git a/locale/pl-pl/dialog/current/current-sunrise-past-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-past-location.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-sunrise-past-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-past-location.dialog index 19a579443..5e0131aa4 100644 --- a/locale/pl-pl/dialog/current/current-sunrise-past-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunrise-past-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -wschód słońca był dziś o {time} w {location} -Słońce wzeszło dziś o {time} w {location} +# auto translated from en-us to pl-pl +wschód słońca był dziś o {time} w {location} +Słońce wzeszło dziś o {time} w {location} diff --git a/locale/pl-pl/dialog/current/current-sunset-future-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-future-local.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-sunset-future-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-future-local.dialog index 3fd4a34cb..7a6724732 100644 --- a/locale/pl-pl/dialog/current/current-sunset-future-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-future-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -zachód słońca będzie dziś na {time} -Słońce zajdzie dziś o godzinie 0 +# auto translated from en-us to pl-pl +zachód słońca będzie dziś na {time} +Słońce zajdzie dziś o godzinie 0 diff --git a/locale/pl-pl/dialog/current/current-sunset-future-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-future-location.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-sunset-future-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-future-location.dialog index 89db1580f..f78954310 100644 --- a/locale/pl-pl/dialog/current/current-sunset-future-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-future-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -w {location} słońce zajdzie dziś o {time} -Słońce zajdzie o godzinie {time} dzisiaj w {location} -zachód słońca będzie dziś na {time} w {location} +# auto translated from en-us to pl-pl +w {location} słońce zajdzie dziś o {time} +Słońce zajdzie o godzinie {time} dzisiaj w {location} +zachód słońca będzie dziś na {time} w {location} diff --git a/locale/pl-pl/dialog/current/current-sunset-past-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-past-local.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-sunset-past-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-past-local.dialog index 4837db3b7..518c72fde 100644 --- a/locale/pl-pl/dialog/current/current-sunset-past-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-past-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Słońce zaszło dziś o godzinie 0 -Słońce zachodziło dziś o 0 -Zachód słońca był dziś na poziomie {time} +# auto translated from en-us to pl-pl +Słońce zaszło dziś o godzinie 0 +Słońce zachodziło dziś o 0 +Zachód słońca był dziś na poziomie {time} diff --git a/locale/pl-pl/dialog/current/current-sunset-past-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-past-location.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-sunset-past-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-past-location.dialog index 8c27bae40..9bb122d71 100644 --- a/locale/pl-pl/dialog/current/current-sunset-past-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-sunset-past-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Słońce zaszło o {time} dzisiaj w {location} -zachód słońca w {time} dzisiaj w {location} -w {location} słońce zaszło dziś o {time} +# auto translated from en-us to pl-pl +Słońce zaszło o {time} dzisiaj w {location} +zachód słońca w {time} dzisiaj w {location} +w {location} słońce zaszło dziś o {time} diff --git a/locale/pl-pl/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-high-local.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-high-local.dialog index 2acb4ea96..0a17ab93c 100644 --- a/locale/pl-pl/dialog/current/current-temperature-high-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-high-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Można spodziewać się {temperature} stopni. -Oczekuje się wysokiej temperatury {temperature} stopni {temperature_unit}. -Dziś temperatura osiągnie {temperature} stopni. +# auto translated from en-us to pl-pl +Można spodziewać się {temperature} stopni. +Oczekuje się wysokiej temperatury {temperature} stopni {temperature_unit}. +Dziś temperatura osiągnie {temperature} stopni. diff --git a/locale/pl-pl/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-high-location.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-high-location.dialog index cb80886b4..f298450cb 100644 --- a/locale/pl-pl/dialog/current/current-temperature-high-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-high-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -W {location} można spodziewać się {temperature} stopni. -Wysoka temperatura {temperature} stopni {temperature_unit} spodziewana jest w {location}. -Dzisiaj temperatura osiągnie {temperature} stopni w {location}. +# auto translated from en-us to pl-pl +W {location} można spodziewać się {temperature} stopni. +Wysoka temperatura {temperature} stopni {temperature_unit} spodziewana jest w {location}. +Dzisiaj temperatura osiągnie {temperature} stopni w {location}. diff --git a/locale/pl-pl/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-high-low.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-high-low.dialog index 6686fa9ed..54ae24b63 100644 --- a/locale/pl-pl/dialog/current/current-temperature-high-low.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-high-low.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -Dzisiejsza prognoza przewiduje wyż {high_temperature} i niż {low_temperature}. +# auto translated from en-us to pl-pl +Dzisiejsza prognoza przewiduje wyż {high_temperature} i niż {low_temperature}. diff --git a/locale/pl-pl/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-local.dialog similarity index 97% rename from locale/pl-pl/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-local.dialog index 40e13dddb..192d647a9 100644 --- a/locale/pl-pl/dialog/current/current-temperature-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Obecnie jest 0 stopni. -W tej chwili jest 0 stopni. -Obecnie jest {temperature} stopni {temperature_unit}. +# auto translated from en-us to pl-pl +Obecnie jest 0 stopni. +W tej chwili jest 0 stopni. +Obecnie jest {temperature} stopni {temperature_unit}. diff --git a/locale/pl-pl/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-location.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-location.dialog index 11b4266b7..8badc1ab1 100644 --- a/locale/pl-pl/dialog/current/current-temperature-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Obecnie jest {temperature} stopni w {location}. -Obecnie jest {temperature} stopni {temperature_unit} w {location}. -W tej chwili jest {temperature} stopni w {location}. +# auto translated from en-us to pl-pl +Obecnie jest {temperature} stopni w {location}. +Obecnie jest {temperature} stopni {temperature_unit} w {location}. +W tej chwili jest {temperature} stopni w {location}. diff --git a/locale/pl-pl/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-low-local.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-low-local.dialog index 41eb59bbf..8b4fcb256 100644 --- a/locale/pl-pl/dialog/current/current-temperature-low-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-low-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Dziś temperatura spadnie do 0 stopni. -Oczekuje się najniższego poziomu {temperature} stopni {temperature_unit}. -Można spodziewać się najniższego poziomu {temperature} stopni. +# auto translated from en-us to pl-pl +Dziś temperatura spadnie do 0 stopni. +Oczekuje się najniższego poziomu {temperature} stopni {temperature_unit}. +Można spodziewać się najniższego poziomu {temperature} stopni. diff --git a/locale/pl-pl/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-low-location.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-low-location.dialog index a673e3000..de7389547 100644 --- a/locale/pl-pl/dialog/current/current-temperature-low-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-temperature-low-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Dziś temperatura spadnie do {temperature} stopni {temperature_unit} w {location}. -Temperatury mogą być tak niskie jak {temperature} stopni w {location}. +# auto translated from en-us to pl-pl +Dziś temperatura spadnie do {temperature} stopni {temperature_unit} w {location}. +Temperatury mogą być tak niskie jak {temperature} stopni w {location}. diff --git a/locale/pl-pl/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-weather-local.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-weather-local.dialog index 4260dbd12..013abc591 100644 --- a/locale/pl-pl/dialog/current/current-weather-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-weather-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -W tej chwili jest {condition} i {temperature} stopni. -Obecnie jest {condition} i {temperature} stopni {temperature_unit}. -Obecnie jest {condition} i {temperature} stopni. +# auto translated from en-us to pl-pl +W tej chwili jest {condition} i {temperature} stopni. +Obecnie jest {condition} i {temperature} stopni {temperature_unit}. +Obecnie jest {condition} i {temperature} stopni. diff --git a/locale/pl-pl/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-weather-location.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-weather-location.dialog index cebb26901..a91ef73d4 100644 --- a/locale/pl-pl/dialog/current/current-weather-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-weather-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -W tej chwili jest {condition} i {temperature} stopni w {location}. -Obecnie jest {condition} i {temperature} stopni {temperature_unit} w {location}. -{location} ma {condition} i obecnie ma {temperature} stopnie. +# auto translated from en-us to pl-pl +W tej chwili jest {condition} i {temperature} stopni w {location}. +Obecnie jest {condition} i {temperature} stopni {temperature_unit} w {location}. +{location} ma {condition} i obecnie ma {temperature} stopnie. diff --git a/locale/pl-pl/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-light-local.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-wind-light-local.dialog index 0e9990edc..810f5c775 100644 --- a/locale/pl-pl/dialog/current/current-wind-light-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-light-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Dziś wieje lekki wiatr z {direction} na {speed} {speed_unit} -Wiatr jest słaby przy {speed} {speed_unit} z {direction} +# auto translated from en-us to pl-pl +Dziś wieje lekki wiatr z {direction} na {speed} {speed_unit} +Wiatr jest słaby przy {speed} {speed_unit} z {direction} diff --git a/locale/pl-pl/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-light-location.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-wind-light-location.dialog index 304646250..d66914814 100644 --- a/locale/pl-pl/dialog/current/current-wind-light-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-light-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Wiatr jest słaby w {location} przy {speed} {speed_unit} od {direction} -W {location} dzisiaj jest lekki wiatr z {direction} na {speed} {speed_unit} +# auto translated from en-us to pl-pl +Wiatr jest słaby w {location} przy {speed} {speed_unit} od {direction} +W {location} dzisiaj jest lekki wiatr z {direction} na {speed} {speed_unit} diff --git a/locale/pl-pl/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-moderate-local.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-wind-moderate-local.dialog index fdff920f5..10f228c54 100644 --- a/locale/pl-pl/dialog/current/current-wind-moderate-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-moderate-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Obecnie wiatr jest umiarkowany {speed} {speed_unit} z {direction} -Dziś jest trochę wietrznie, obecnie {speed} {speed_unit} +# auto translated from en-us to pl-pl +Obecnie wiatr jest umiarkowany {speed} {speed_unit} z {direction} +Dziś jest trochę wietrznie, obecnie {speed} {speed_unit} diff --git a/locale/pl-pl/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-moderate-location.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-wind-moderate-location.dialog index 772978143..732242e3f 100644 --- a/locale/pl-pl/dialog/current/current-wind-moderate-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-moderate-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -W {location} jest dziś trochę wietrznie, obecnie {speed} {speed_unit} -Obecnie wiatr jest umiarkowany {speed} {speed_unit} z {direction} w {location} +# auto translated from en-us to pl-pl +W {location} jest dziś trochę wietrznie, obecnie {speed} {speed_unit} +Obecnie wiatr jest umiarkowany {speed} {speed_unit} z {direction} w {location} diff --git a/locale/pl-pl/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-strong-local.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-wind-strong-local.dialog index 72008fbf9..ccd99d2c4 100644 --- a/locale/pl-pl/dialog/current/current-wind-strong-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-strong-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Obecnie wiatr wieje z {direction} na {speed} {speed_unit}, może dobrze będzie zostać dziś w środku -Wiatr jest bardzo silny od {direction} dzisiaj, {speed} {speed_unit} -Dziś jest bardzo wietrznie, {speed} {speed_unit} +# auto translated from en-us to pl-pl +Obecnie wiatr wieje z {direction} na {speed} {speed_unit}, może dobrze będzie zostać dziś w środku +Wiatr jest bardzo silny od {direction} dzisiaj, {speed} {speed_unit} +Dziś jest bardzo wietrznie, {speed} {speed_unit} diff --git a/locale/pl-pl/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-strong-location.dialog similarity index 98% rename from locale/pl-pl/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/current-wind-strong-location.dialog index c71c8c308..2335d9287 100644 --- a/locale/pl-pl/dialog/current/current-wind-strong-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/current-wind-strong-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Obecnie wiatr wieje z {direction} na {speed} {speed_unit} w {location}, dobry dzień na pozostanie w środku -{location} będzie miał dziś silny wiatr, {speed} {speed_unit} -Wiatr jest bardzo silny od {direction} w {location} dzisiaj, {speed} {speed_unit} +# auto translated from en-us to pl-pl +Obecnie wiatr wieje z {direction} na {speed} {speed_unit} w {location}, dobry dzień na pozostanie w środku +{location} będzie miał dziś silny wiatr, {speed} {speed_unit} +Wiatr jest bardzo silny od {direction} w {location} dzisiaj, {speed} {speed_unit} diff --git a/locale/pl-pl/dialog/current/currrent-clouds-alternative-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/current/currrent-clouds-alternative-local.dialog similarity index 98% rename from locale/pl-pl/dialog/current/currrent-clouds-alternative-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/current/currrent-clouds-alternative-local.dialog index bfb00bf50..ff83804ee 100644 --- a/locale/pl-pl/dialog/current/currrent-clouds-alternative-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/current/currrent-clouds-alternative-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Nie wygląda na to, są szanse, że dzisiaj będzie {condition} -Nie powinno być pochmurno, wygląda na to, że dziś będzie {condition} -Nie, prognoza przewiduje dziś {condition} +# auto translated from en-us to pl-pl +Nie wygląda na to, są szanse, że dzisiaj będzie {condition} +Nie powinno być pochmurno, wygląda na to, że dziś będzie {condition} +Nie, prognoza przewiduje dziś {condition} diff --git a/locale/pl-pl/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-expected-local.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-expected-local.dialog index e301d7871..ba25b94cf 100644 --- a/locale/pl-pl/dialog/daily/daily-condition-expected-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Tak, oczekuj {condition} {day} -Tak, prognoza przewiduje {condition} {day} +# auto translated from en-us to pl-pl +Tak, oczekuj {condition} {day} +Tak, prognoza przewiduje {condition} {day} diff --git a/locale/pl-pl/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-expected-location.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-expected-location.dialog index 82922fb8f..e70e71c37 100644 --- a/locale/pl-pl/dialog/daily/daily-condition-expected-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Tak, prognoza przewiduje {condition} w {location} {day} -Tak, oczekuj {condition} w {location} {day} +# auto translated from en-us to pl-pl +Tak, prognoza przewiduje {condition} w {location} {day} +Tak, oczekuj {condition} w {location} {day} diff --git a/locale/pl-pl/dialog/daily/daily-condition-not-expected-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-not-expected-local.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-condition-not-expected-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-not-expected-local.dialog index 04d0be89b..a3ef532ee 100644 --- a/locale/pl-pl/dialog/daily/daily-condition-not-expected-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-not-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Nie, {day} prognoza przewiduje {condition} -Nie, {condition} jest oczekiwane {day} +# auto translated from en-us to pl-pl +Nie, {day} prognoza przewiduje {condition} +Nie, {condition} jest oczekiwane {day} diff --git a/locale/pl-pl/dialog/daily/daily-condition-not-expected-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-not-expected-location.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-condition-not-expected-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-not-expected-location.dialog index 99eb99e4f..7affa6bc9 100644 --- a/locale/pl-pl/dialog/daily/daily-condition-not-expected-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-condition-not-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Nie, {day} prognoza przewiduje {condition} w {location} -Nie, w {location} {condition} oczekuje się {day} +# auto translated from en-us to pl-pl +Nie, {day} prognoza przewiduje {condition} w {location} +Nie, w {location} {condition} oczekuje się {day} diff --git a/locale/pl-pl/dialog/daily/daily-humidity-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-humidity-local.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-humidity-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-humidity-local.dialog index 99b7670a5..864b0fa4f 100644 --- a/locale/pl-pl/dialog/daily/daily-humidity-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-humidity-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -{day} prognoza przewiduje wilgotność {percent} -Wilgotność {day} będzie równa {percent} +# auto translated from en-us to pl-pl +{day} prognoza przewiduje wilgotność {percent} +Wilgotność {day} będzie równa {percent} diff --git a/locale/pl-pl/dialog/daily/daily-humidity-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-humidity-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-humidity-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-humidity-location.dialog index 756490794..adfdd3b13 100644 --- a/locale/pl-pl/dialog/daily/daily-humidity-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-humidity-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -{day} prognoza w {location} przewiduje wilgotność {percent} -Wilgotność w {location} {day} będzie równa {percent} +# auto translated from en-us to pl-pl +{day} prognoza w {location} przewiduje wilgotność {percent} +Wilgotność w {location} {day} będzie równa {percent} diff --git a/locale/pl-pl/dialog/daily/daily-precipitation-next-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-local.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-precipitation-next-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-local.dialog index 69953338a..65cb97053 100644 --- a/locale/pl-pl/dialog/daily/daily-precipitation-next-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Istnieje {percent} szans na {precipitation} {day} -Prognoza przewiduje {percent} szans na {precipitation} {day} +# auto translated from en-us to pl-pl +Istnieje {percent} szans na {precipitation} {day} +Prognoza przewiduje {percent} szans na {precipitation} {day} diff --git a/locale/pl-pl/dialog/daily/daily-precipitation-next-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-precipitation-next-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-location.dialog index 4930ac14e..5e3a8c9f2 100644 --- a/locale/pl-pl/dialog/daily/daily-precipitation-next-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -W {location} istnieje {percent} szansa na {precipitation} {day} -Prognoza przewiduje {percent} szans na {precipitation} w {location} {day} +# auto translated from en-us to pl-pl +W {location} istnieje {percent} szansa na {precipitation} {day} +Prognoza przewiduje {percent} szans na {precipitation} w {location} {day} diff --git a/locale/pl-pl/dialog/daily/daily-precipitation-next-none-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-none-local.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-precipitation-next-none-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-none-local.dialog index 528bca775..415be3458 100644 --- a/locale/pl-pl/dialog/daily/daily-precipitation-next-none-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-none-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Prognoza nie przewiduje żadnych opadów w ciągu najbliższych 7 dni -W ciągu najbliższych 7 dni nie przewiduje się żadnych. +# auto translated from en-us to pl-pl +Prognoza nie przewiduje żadnych opadów w ciągu najbliższych 7 dni +W ciągu najbliższych 7 dni nie przewiduje się żadnych. diff --git a/locale/pl-pl/dialog/daily/daily-precipitation-next-none-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-none-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-precipitation-next-none-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-none-location.dialog index b75e523e5..d638e8c05 100644 --- a/locale/pl-pl/dialog/daily/daily-precipitation-next-none-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-precipitation-next-none-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -W {location} żaden nie jest prognozowany -Prognoza nie przewiduje żadnych opadów w ciągu najbliższych siedmiu dni w {location} +# auto translated from en-us to pl-pl +W {location} żaden nie jest prognozowany +Prognoza nie przewiduje żadnych opadów w ciągu najbliższych siedmiu dni w {location} diff --git a/locale/pl-pl/dialog/daily/daily-sunrise-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunrise-local.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-sunrise-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunrise-local.dialog index 6923f8b3e..18245ab5b 100644 --- a/locale/pl-pl/dialog/daily/daily-sunrise-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunrise-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -słońce wzejdzie o {time} {day} -{day} słońce wzejdzie o {time} -Wschód słońca będzie o {time} {day} +# auto translated from en-us to pl-pl +słońce wzejdzie o {time} {day} +{day} słońce wzejdzie o {time} +Wschód słońca będzie o {time} {day} diff --git a/locale/pl-pl/dialog/daily/daily-sunrise-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunrise-location.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-sunrise-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunrise-location.dialog index da2a648be..e4bba8709 100644 --- a/locale/pl-pl/dialog/daily/daily-sunrise-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunrise-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -w {location} wschód słońca będzie w {time} {day} -słońce wzejdzie o {time} {day} w {location} -{day} słońce wzejdzie o {time} w {location} +# auto translated from en-us to pl-pl +w {location} wschód słońca będzie w {time} {day} +słońce wzejdzie o {time} {day} w {location} +{day} słońce wzejdzie o {time} w {location} diff --git a/locale/pl-pl/dialog/daily/daily-sunset-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunset-local.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-sunset-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunset-local.dialog index c7f078eb7..2bbaa9230 100644 --- a/locale/pl-pl/dialog/daily/daily-sunset-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunset-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -zachód słońca będzie na {time} {day} -słońce zajdzie w {time} {day} -{day} słońce zajdzie o {time} +# auto translated from en-us to pl-pl +zachód słońca będzie na {time} {day} +słońce zajdzie w {time} {day} +{day} słońce zajdzie o {time} diff --git a/locale/pl-pl/dialog/daily/daily-sunset-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunset-location.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-sunset-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunset-location.dialog index a78b4408c..ce451ee85 100644 --- a/locale/pl-pl/dialog/daily/daily-sunset-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-sunset-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -słońce zajdzie w {time} {day} w {location} -w {location} zachód słońca będzie w {time} {day} -{day} słońce zajdzie o {time} w {location} +# auto translated from en-us to pl-pl +słońce zajdzie w {time} {day} w {location} +w {location} zachód słońca będzie w {time} {day} +{day} słońce zajdzie o {time} w {location} diff --git a/locale/pl-pl/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-high-local.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-high-local.dialog index 01f908b64..923d88784 100644 --- a/locale/pl-pl/dialog/daily/daily-temperature-high-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-high-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -{day} temperatura wyniesie aż {temperature} stopni. -{day} będzie tak wysoka jak {temperature} +# auto translated from en-us to pl-pl +{day} temperatura wyniesie aż {temperature} stopni. +{day} będzie tak wysoka jak {temperature} diff --git a/locale/pl-pl/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-high-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-high-location.dialog index bc128e223..4b767435e 100644 --- a/locale/pl-pl/dialog/daily/daily-temperature-high-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-high-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -W {location} {day} będzie to nawet {temperature} stopni. -{location} będzie mieć wysoką wartość {temperature} stopni {day} +# auto translated from en-us to pl-pl +W {location} {day} będzie to nawet {temperature} stopni. +{location} będzie mieć wysoką wartość {temperature} stopni {day} diff --git a/locale/pl-pl/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-local.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-local.dialog index 2e5ecd52d..3ceff164b 100644 --- a/locale/pl-pl/dialog/daily/daily-temperature-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -{day} to będzie {temperature} -{day} temperatura będzie wynosić {temperature} stopni. +# auto translated from en-us to pl-pl +{day} to będzie {temperature} +{day} temperatura będzie wynosić {temperature} stopni. diff --git a/locale/pl-pl/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-location.dialog index 3e9eb0967..7f75f87f0 100644 --- a/locale/pl-pl/dialog/daily/daily-temperature-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -{day}, {location} będą miały temperaturę {temperature} stopni -{day} to będzie {temperature} stopni w {location} +# auto translated from en-us to pl-pl +{day}, {location} będą miały temperaturę {temperature} stopni +{day} to będzie {temperature} stopni w {location} diff --git a/locale/pl-pl/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-low-local.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-low-local.dialog index e23a90484..1e1fb75fe 100644 --- a/locale/pl-pl/dialog/daily/daily-temperature-low-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-low-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -{day} będzie tak niskie jak {temperature} -{day} temperatura będzie tak niska jak {temperature} stopni. +# auto translated from en-us to pl-pl +{day} będzie tak niskie jak {temperature} +{day} temperatura będzie tak niska jak {temperature} stopni. diff --git a/locale/pl-pl/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-low-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-low-location.dialog index b7ed30ee2..fe8cebd67 100644 --- a/locale/pl-pl/dialog/daily/daily-temperature-low-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-temperature-low-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -{day} będzie tak niski jak {temperature} stopni w {location} -{day}, {location} będą tak niskie jak {temperature} stopnie +# auto translated from en-us to pl-pl +{day} będzie tak niski jak {temperature} stopni w {location} +{day}, {location} będą tak niskie jak {temperature} stopnie diff --git a/locale/pl-pl/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-weather-local.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-weather-local.dialog index e68fa19ff..88dce7cf1 100644 --- a/locale/pl-pl/dialog/daily/daily-weather-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-weather-local.dialog @@ -1,6 +1,6 @@ -# auto translated from en-us to pl-pl -{day} oczekuje {condition}, z maksimum {high_temperature} i minimum {low_temperature} -{day} najwyższy będzie {high_temperature}, a najniższy {low_temperature}, z {condition} -{day} to będzie {condition} z maksimum {high_temperature} i minimum {low_temperature}. -Prognoza {day} to {condition} z wyżem {high_temperature} i niżem {low_temperature} -Oczekiwania {condition}, z maksimum {high_temperature} i minimum {low_temperature} {day} +# auto translated from en-us to pl-pl +{day} oczekuje {condition}, z maksimum {high_temperature} i minimum {low_temperature} +{day} najwyższy będzie {high_temperature}, a najniższy {low_temperature}, z {condition} +{day} to będzie {condition} z maksimum {high_temperature} i minimum {low_temperature}. +Prognoza {day} to {condition} z wyżem {high_temperature} i niżem {low_temperature} +Oczekiwania {condition}, z maksimum {high_temperature} i minimum {low_temperature} {day} diff --git a/locale/pl-pl/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-weather-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-weather-location.dialog index c0e6a9e74..94c2205d3 100644 --- a/locale/pl-pl/dialog/daily/daily-weather-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-weather-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -{day}, {location} będzie miał maksimum {high_temperature} i minimum {low_temperature}, a {condition} -{day} to będzie {condition}, z wyżem {high_temperature} i niżem {low_temperature} w {location} -Prognoza {day} to {high_temperature} dla maksimum i {low_temperature} dla minimum w {location} +# auto translated from en-us to pl-pl +{day}, {location} będzie miał maksimum {high_temperature} i minimum {low_temperature}, a {condition} +{day} to będzie {condition}, z wyżem {high_temperature} i niżem {low_temperature} w {location} +Prognoza {day} to {high_temperature} dla maksimum i {low_temperature} dla minimum w {location} diff --git a/locale/pl-pl/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-light-local.dialog similarity index 97% rename from locale/pl-pl/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-light-local.dialog index feef92b88..01bd7400e 100644 --- a/locale/pl-pl/dialog/daily/daily-wind-light-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-light-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Będzie wiał lekki wiatr od {direction} {day} do {speed} {speed_unit}. -Nie będzie zbyt wietrznie {day} +# auto translated from en-us to pl-pl +Będzie wiał lekki wiatr od {direction} {day} do {speed} {speed_unit}. +Nie będzie zbyt wietrznie {day} diff --git a/locale/pl-pl/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-light-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-light-location.dialog index c3c54f390..695b91d4b 100644 --- a/locale/pl-pl/dialog/daily/daily-wind-light-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-light-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -W {direction} w {location} {day} i {speed} {speed_unit} będzie wiał lekki wiatr. -W {location} {day} nie będzie zbyt wietrznie. +# auto translated from en-us to pl-pl +W {direction} w {location} {day} i {speed} {speed_unit} będzie wiał lekki wiatr. +W {location} {day} nie będzie zbyt wietrznie. diff --git a/locale/pl-pl/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-moderate-local.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-moderate-local.dialog index 706a6bf09..f6bf53efe 100644 --- a/locale/pl-pl/dialog/daily/daily-wind-moderate-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-moderate-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Prognoza przewiduje umiarkowany wiatr z {direction} na {speed} {speed_unit} {day} -Wiatr będzie umiarkowany, około {speed} {speed_unit} z {direction} {day} -Można spodziewać się umiarkowanego wiatru o sile około {speed} {speed_unit} {day} +# auto translated from en-us to pl-pl +Prognoza przewiduje umiarkowany wiatr z {direction} na {speed} {speed_unit} {day} +Wiatr będzie umiarkowany, około {speed} {speed_unit} z {direction} {day} +Można spodziewać się umiarkowanego wiatru o sile około {speed} {speed_unit} {day} diff --git a/locale/pl-pl/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-moderate-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-moderate-location.dialog index 4447674a4..cea8221d3 100644 --- a/locale/pl-pl/dialog/daily/daily-wind-moderate-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-moderate-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -Możesz spodziewać się wiatru o sile około {speed} {speed_unit} w {location} {day} -Prognoza {day} przewiduje, że {location} będzie miał umiarkowany wiatr z {direction} {speed} {speed_unit} -Wiatr będzie umiarkowany w {location} {day}, około {speed} {speed_unit} z {direction} +# auto translated from en-us to pl-pl +Możesz spodziewać się wiatru o sile około {speed} {speed_unit} w {location} {day} +Prognoza {day} przewiduje, że {location} będzie miał umiarkowany wiatr z {direction} {speed} {speed_unit} +Wiatr będzie umiarkowany w {location} {day}, około {speed} {speed_unit} z {direction} diff --git a/locale/pl-pl/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-strong-local.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-strong-local.dialog index 2fa2129fa..068c24f2d 100644 --- a/locale/pl-pl/dialog/daily/daily-wind-strong-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-strong-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Będzie wiał silny wiatr od {direction} z {speed} {speed_unit} {day} -Wiatr będzie tak silny jak {speed} {speed_unit} {day} +# auto translated from en-us to pl-pl +Będzie wiał silny wiatr od {direction} z {speed} {speed_unit} {day} +Wiatr będzie tak silny jak {speed} {speed_unit} {day} diff --git a/locale/pl-pl/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-strong-location.dialog similarity index 98% rename from locale/pl-pl/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-strong-location.dialog index 44da26ead..e1e3a8a95 100644 --- a/locale/pl-pl/dialog/daily/daily-wind-strong-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/daily/daily-wind-strong-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Będzie wiał silny wiatr od {direction} z {speed} {speed_unit} w {location} {day} -Wiatr będzie tak silny jak {speed} {speed_unit} w {location} {day} +# auto translated from en-us to pl-pl +Będzie wiał silny wiatr od {direction} z {speed} {speed_unit} w {location} {day} +Wiatr będzie tak silny jak {speed} {speed_unit} w {location} {day} diff --git a/locale/pl-pl/dialog/direction/east.dialog b/neon_skill_weather/locale/pl-pl/dialog/direction/east.dialog similarity index 95% rename from locale/pl-pl/dialog/direction/east.dialog rename to neon_skill_weather/locale/pl-pl/dialog/direction/east.dialog index 4b3330d44..cc1c4365f 100644 --- a/locale/pl-pl/dialog/direction/east.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/direction/east.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -wschód +# auto translated from en-us to pl-pl +wschód diff --git a/locale/pl-pl/dialog/direction/north.dialog b/neon_skill_weather/locale/pl-pl/dialog/direction/north.dialog similarity index 95% rename from locale/pl-pl/dialog/direction/north.dialog rename to neon_skill_weather/locale/pl-pl/dialog/direction/north.dialog index 79c527186..43ee3d182 100644 --- a/locale/pl-pl/dialog/direction/north.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/direction/north.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -północ +# auto translated from en-us to pl-pl +północ diff --git a/locale/pl-pl/dialog/direction/northeast.dialog b/neon_skill_weather/locale/pl-pl/dialog/direction/northeast.dialog similarity index 96% rename from locale/pl-pl/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/pl-pl/dialog/direction/northeast.dialog index e3d933793..87fc22f09 100644 --- a/locale/pl-pl/dialog/direction/northeast.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/direction/northeast.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -północny wschód +# auto translated from en-us to pl-pl +północny wschód diff --git a/locale/pl-pl/dialog/direction/northwest.dialog b/neon_skill_weather/locale/pl-pl/dialog/direction/northwest.dialog similarity index 96% rename from locale/pl-pl/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/pl-pl/dialog/direction/northwest.dialog index e3fbc9dfb..c62c0f9b1 100644 --- a/locale/pl-pl/dialog/direction/northwest.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/direction/northwest.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -północny zachód +# auto translated from en-us to pl-pl +północny zachód diff --git a/locale/pl-pl/dialog/direction/south.dialog b/neon_skill_weather/locale/pl-pl/dialog/direction/south.dialog similarity index 96% rename from locale/pl-pl/dialog/direction/south.dialog rename to neon_skill_weather/locale/pl-pl/dialog/direction/south.dialog index fa406e3f8..2fce966a1 100644 --- a/locale/pl-pl/dialog/direction/south.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/direction/south.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -południe +# auto translated from en-us to pl-pl +południe diff --git a/locale/pl-pl/dialog/direction/southeast.dialog b/neon_skill_weather/locale/pl-pl/dialog/direction/southeast.dialog similarity index 96% rename from locale/pl-pl/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/pl-pl/dialog/direction/southeast.dialog index a0a8d877e..872a74d68 100644 --- a/locale/pl-pl/dialog/direction/southeast.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/direction/southeast.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -południowy wschód +# auto translated from en-us to pl-pl +południowy wschód diff --git a/locale/pl-pl/dialog/direction/southwest.dialog b/neon_skill_weather/locale/pl-pl/dialog/direction/southwest.dialog similarity index 96% rename from locale/pl-pl/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/pl-pl/dialog/direction/southwest.dialog index 6a50dd00f..ad2e41828 100644 --- a/locale/pl-pl/dialog/direction/southwest.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/direction/southwest.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -południowy zachód +# auto translated from en-us to pl-pl +południowy zachód diff --git a/locale/pl-pl/dialog/direction/west.dialog b/neon_skill_weather/locale/pl-pl/dialog/direction/west.dialog similarity index 95% rename from locale/pl-pl/dialog/direction/west.dialog rename to neon_skill_weather/locale/pl-pl/dialog/direction/west.dialog index cabbc5e3b..379871b59 100644 --- a/locale/pl-pl/dialog/direction/west.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/direction/west.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -zachód +# auto translated from en-us to pl-pl +zachód diff --git a/locale/pl-pl/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/pl-pl/dialog/error/cant-get-forecast.dialog similarity index 98% rename from locale/pl-pl/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/pl-pl/dialog/error/cant-get-forecast.dialog index 2e6443a96..4fad7a124 100644 --- a/locale/pl-pl/dialog/error/cant-get-forecast.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/error/cant-get-forecast.dialog @@ -1,32 +1,32 @@ -# auto translated from en-us to pl-pl -Prognozy pogody są obecnie niedostępne. -Przykro mi. Obecnie nie mam dostępu do raportów pogodowych. -Przykro mi. W tej chwili nie mam dostępu do prognoz pogody. -Nie mam teraz dostępu do prognozy pogody. -Przykro mi. Nie mam teraz dostępu do prognozy pogody. -Obecnie nie mam dostępu do prognoz pogody. -Obecnie nie mam dostępu do raportów pogodowych. -Przykro mi. Obecnie nie mogę uzyskać prognozy pogody. -Prognozy pogody nie są obecnie dostępne. -Przykro mi. Nie mogę teraz uzyskać prognozy pogody. -Nie mogę teraz odbierać prognoz pogody. -Przepraszam. Nie mam teraz dostępu do raportów pogodowych. -Na razie nie mam dostępu do prognoz pogody. -Przepraszam. Nie mogę teraz uzyskać prognozy pogody. -Obecnie nie mogę uzyskać prognozy pogody. -Przepraszam. Obecnie nie mam dostępu do prognoz pogody. -Przykro mi. Nie mogę teraz odbierać raportów pogodowych. -Raporty pogodowe są obecnie niedostępne. -Przykro mi. Obecnie nie mogę uzyskać informacji o pogodzie. -Przykro mi. Obecnie nie mam dostępu do prognoz pogody. -Przykro mi. Nie mam teraz dostępu do raportów pogodowych. -Nie mam teraz dostępu do prognoz pogody. -Przepraszam. Obecnie nie mogę uzyskać prognozy pogody. -Przepraszam. Nie mam teraz dostępu do prognoz pogody. -Przepraszam. Obecnie nie mam dostępu do raportów pogodowych. -Na razie nie mogę odbierać prognoz pogody. -Przykro mi. Nie mam teraz dostępu do prognoz pogody. -Raporty pogodowe nie są obecnie dostępne. -Przepraszam. Obecnie nie mogę uzyskać informacji o pogodzie. -Przepraszam. Nie mogę teraz odbierać raportów pogodowych. -Przepraszam. Nie mam teraz dostępu do prognozy pogody. +# auto translated from en-us to pl-pl +Prognozy pogody są obecnie niedostępne. +Przykro mi. Obecnie nie mam dostępu do raportów pogodowych. +Przykro mi. W tej chwili nie mam dostępu do prognoz pogody. +Nie mam teraz dostępu do prognozy pogody. +Przykro mi. Nie mam teraz dostępu do prognozy pogody. +Obecnie nie mam dostępu do prognoz pogody. +Obecnie nie mam dostępu do raportów pogodowych. +Przykro mi. Obecnie nie mogę uzyskać prognozy pogody. +Prognozy pogody nie są obecnie dostępne. +Przykro mi. Nie mogę teraz uzyskać prognozy pogody. +Nie mogę teraz odbierać prognoz pogody. +Przepraszam. Nie mam teraz dostępu do raportów pogodowych. +Na razie nie mam dostępu do prognoz pogody. +Przepraszam. Nie mogę teraz uzyskać prognozy pogody. +Obecnie nie mogę uzyskać prognozy pogody. +Przepraszam. Obecnie nie mam dostępu do prognoz pogody. +Przykro mi. Nie mogę teraz odbierać raportów pogodowych. +Raporty pogodowe są obecnie niedostępne. +Przykro mi. Obecnie nie mogę uzyskać informacji o pogodzie. +Przykro mi. Obecnie nie mam dostępu do prognoz pogody. +Przykro mi. Nie mam teraz dostępu do raportów pogodowych. +Nie mam teraz dostępu do prognoz pogody. +Przepraszam. Obecnie nie mogę uzyskać prognozy pogody. +Przepraszam. Nie mam teraz dostępu do prognoz pogody. +Przepraszam. Obecnie nie mam dostępu do raportów pogodowych. +Na razie nie mogę odbierać prognoz pogody. +Przykro mi. Nie mam teraz dostępu do prognoz pogody. +Raporty pogodowe nie są obecnie dostępne. +Przepraszam. Obecnie nie mogę uzyskać informacji o pogodzie. +Przepraszam. Nie mogę teraz odbierać raportów pogodowych. +Przepraszam. Nie mam teraz dostępu do prognozy pogody. diff --git a/locale/pl-pl/dialog/error/forty-eight-hours-available.dialog b/neon_skill_weather/locale/pl-pl/dialog/error/forty-eight-hours-available.dialog similarity index 97% rename from locale/pl-pl/dialog/error/forty-eight-hours-available.dialog rename to neon_skill_weather/locale/pl-pl/dialog/error/forty-eight-hours-available.dialog index e5c890e6c..6a7be5017 100644 --- a/locale/pl-pl/dialog/error/forty-eight-hours-available.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/error/forty-eight-hours-available.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -Niestety, mam tylko 48 godzin danych prognozy godzinowej +# auto translated from en-us to pl-pl +Niestety, mam tylko 48 godzin danych prognozy godzinowej diff --git a/locale/pl-pl/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/pl-pl/dialog/error/location-not-found.dialog similarity index 98% rename from locale/pl-pl/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/pl-pl/dialog/error/location-not-found.dialog index 7f2e57fdc..8a8c9ad6d 100644 --- a/locale/pl-pl/dialog/error/location-not-found.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/error/location-not-found.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Nie mogę znaleźć miasta o nazwie {location}. Spróbuj ponownie -Miasto {location} nie znajduje się w moich bankach pamięci. Spróbuj ponownie +# auto translated from en-us to pl-pl +Nie mogę znaleźć miasta o nazwie {location}. Spróbuj ponownie +Miasto {location} nie znajduje się w moich bankach pamięci. Spróbuj ponownie diff --git a/locale/pl-pl/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/pl-pl/dialog/error/no-forecast.dialog similarity index 97% rename from locale/pl-pl/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/pl-pl/dialog/error/no-forecast.dialog index 482df1f7b..59fbccb97 100644 --- a/locale/pl-pl/dialog/error/no-forecast.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/error/no-forecast.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Przepraszam, nie znam prognozy {day} -Nie mam prognozy {day} +# auto translated from en-us to pl-pl +Przepraszam, nie znam prognozy {day} +Nie mam prognozy {day} diff --git a/locale/pl-pl/dialog/error/seven-days-available.dialog b/neon_skill_weather/locale/pl-pl/dialog/error/seven-days-available.dialog similarity index 97% rename from locale/pl-pl/dialog/error/seven-days-available.dialog rename to neon_skill_weather/locale/pl-pl/dialog/error/seven-days-available.dialog index 9b3db3cdc..239e774b7 100644 --- a/locale/pl-pl/dialog/error/seven-days-available.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/error/seven-days-available.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Dostępne są prognozy pogody na siedem dni. -Mogę podać prognozę na najbliższe siedem dni. +# auto translated from en-us to pl-pl +Dostępne są prognozy pogody na siedem dni. +Mogę podać prognozę na najbliższe siedem dni. diff --git a/locale/pl-pl/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-condition-expected-local.dialog similarity index 97% rename from locale/pl-pl/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-condition-expected-local.dialog index 8f33dafad..26a6f81e1 100644 --- a/locale/pl-pl/dialog/hourly/hourly-condition-expected-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-condition-expected-local.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -Tak, prognoza {time} przewiduje {condition} +# auto translated from en-us to pl-pl +Tak, prognoza {time} przewiduje {condition} diff --git a/locale/pl-pl/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-condition-expected-location.dialog similarity index 97% rename from locale/pl-pl/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-condition-expected-location.dialog index 038f648eb..02829749c 100644 --- a/locale/pl-pl/dialog/hourly/hourly-condition-expected-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-condition-expected-location.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -Tak, to będzie {condition} to {time} +# auto translated from en-us to pl-pl +Tak, to będzie {condition} to {time} diff --git a/locale/pl-pl/dialog/hourly/hourly-precipitation-next-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-precipitation-next-local.dialog similarity index 98% rename from locale/pl-pl/dialog/hourly/hourly-precipitation-next-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-precipitation-next-local.dialog index 953fb5925..6604b31ff 100644 --- a/locale/pl-pl/dialog/hourly/hourly-precipitation-next-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-precipitation-next-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Istnieje {percent} szans na {precipitation} przy {time} -Prognoza przewiduje {percent} szans na {precipitation} przy {time} +# auto translated from en-us to pl-pl +Istnieje {percent} szans na {precipitation} przy {time} +Prognoza przewiduje {percent} szans na {precipitation} przy {time} diff --git a/locale/pl-pl/dialog/hourly/hourly-precipitation-next-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-precipitation-next-location.dialog similarity index 98% rename from locale/pl-pl/dialog/hourly/hourly-precipitation-next-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-precipitation-next-location.dialog index 1977d2d56..348652efc 100644 --- a/locale/pl-pl/dialog/hourly/hourly-precipitation-next-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-precipitation-next-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -W {location} istnieje {percent} szansa na {precipitation} przy {time} -Prognoza przewiduje {percent} szans na {precipitation} w {location} przy {time} +# auto translated from en-us to pl-pl +W {location} istnieje {percent} szansa na {precipitation} przy {time} +Prognoza przewiduje {percent} szans na {precipitation} w {location} przy {time} diff --git a/locale/pl-pl/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-temperature-local.dialog similarity index 97% rename from locale/pl-pl/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-temperature-local.dialog index 3e2a78884..41c08132a 100644 --- a/locale/pl-pl/dialog/hourly/hourly-temperature-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-temperature-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -W {time} będzie to {temperature} stopni -Będzie to około {temperature} stopni w {time} +# auto translated from en-us to pl-pl +W {time} będzie to {temperature} stopni +Będzie to około {temperature} stopni w {time} diff --git a/locale/pl-pl/dialog/hourly/hourly-temperature-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-temperature-location.dialog similarity index 98% rename from locale/pl-pl/dialog/hourly/hourly-temperature-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-temperature-location.dialog index c2560a68a..ba4041889 100644 --- a/locale/pl-pl/dialog/hourly/hourly-temperature-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-temperature-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -W {location} będzie to około {temperature} stopnia w {time} -W {time} będzie to {temperature} stopni w {location} +# auto translated from en-us to pl-pl +W {location} będzie to około {temperature} stopnia w {time} +W {time} będzie to {temperature} stopni w {location} diff --git a/locale/pl-pl/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-weather-local.dialog similarity index 98% rename from locale/pl-pl/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-weather-local.dialog index afdb92f50..72b7ec43d 100644 --- a/locale/pl-pl/dialog/hourly/hourly-weather-local.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-weather-local.dialog @@ -1,5 +1,5 @@ -# auto translated from en-us to pl-pl -Będzie {condition}, z temperaturami zbliżonymi do {temperature} -Około {temperature} stopni z {condition} -Później będzie to {condition} i {temperature} stopni -Później będzie {condition} i około {temperature} stopni +# auto translated from en-us to pl-pl +Będzie {condition}, z temperaturami zbliżonymi do {temperature} +Około {temperature} stopni z {condition} +Później będzie to {condition} i {temperature} stopni +Później będzie {condition} i około {temperature} stopni diff --git a/locale/pl-pl/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-weather-location.dialog similarity index 98% rename from locale/pl-pl/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-weather-location.dialog index d25a1a4f6..0b8af6d23 100644 --- a/locale/pl-pl/dialog/hourly/hourly-weather-location.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/hourly/hourly-weather-location.dialog @@ -1,5 +1,5 @@ -# auto translated from en-us to pl-pl -{location} będzie wynosić około {temperature} stopnia z {condition} -Później będzie {condition} w {location}, z temperaturami w okolicach {temperature} -{location} będzie wokół {temperature} z {condition} -Pogoda {location} w ciągu najbliższych kilku godzin będzie {condition} i {temperature} stopnie +# auto translated from en-us to pl-pl +{location} będzie wynosić około {temperature} stopnia z {condition} +Później będzie {condition} w {location}, z temperaturami w okolicach {temperature} +{location} będzie wokół {temperature} z {condition} +Pogoda {location} w ciągu najbliższych kilku godzin będzie {condition} i {temperature} stopnie diff --git a/locale/pl-pl/dialog/percentage-number.dialog b/neon_skill_weather/locale/pl-pl/dialog/percentage-number.dialog similarity index 96% rename from locale/pl-pl/dialog/percentage-number.dialog rename to neon_skill_weather/locale/pl-pl/dialog/percentage-number.dialog index e28237c74..df46b2cf7 100644 --- a/locale/pl-pl/dialog/percentage-number.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/percentage-number.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -{number} procent +# auto translated from en-us to pl-pl +{number} procent diff --git a/locale/pl-pl/dialog/unit/celsius.dialog b/neon_skill_weather/locale/pl-pl/dialog/unit/celsius.dialog similarity index 95% rename from locale/pl-pl/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/pl-pl/dialog/unit/celsius.dialog index ea1e5ec42..0e9defbac 100644 --- a/locale/pl-pl/dialog/unit/celsius.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/unit/celsius.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -celsjusz +# auto translated from en-us to pl-pl +celsjusz diff --git a/locale/pl-pl/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/pl-pl/dialog/unit/fahrenheit.dialog similarity index 96% rename from locale/pl-pl/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/pl-pl/dialog/unit/fahrenheit.dialog index 9dc203b4c..78600894d 100644 --- a/locale/pl-pl/dialog/unit/fahrenheit.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/unit/fahrenheit.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -fahrenheit +# auto translated from en-us to pl-pl +fahrenheit diff --git a/locale/pl-pl/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/pl-pl/dialog/unit/meters per second.dialog similarity index 96% rename from locale/pl-pl/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/pl-pl/dialog/unit/meters per second.dialog index fe8608a3a..7577d1d1e 100644 --- a/locale/pl-pl/dialog/unit/meters per second.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/unit/meters per second.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -metrów na sekundę +# auto translated from en-us to pl-pl +metrów na sekundę diff --git a/locale/pl-pl/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/pl-pl/dialog/unit/miles per hour.dialog similarity index 96% rename from locale/pl-pl/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/pl-pl/dialog/unit/miles per hour.dialog index 8a7f8cc93..b43ea6c0b 100644 --- a/locale/pl-pl/dialog/unit/miles per hour.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/unit/miles per hour.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -mil na godzinę +# auto translated from en-us to pl-pl +mil na godzinę diff --git a/locale/pl-pl/dialog/weekly/weekly-condition.dialog b/neon_skill_weather/locale/pl-pl/dialog/weekly/weekly-condition.dialog similarity index 97% rename from locale/pl-pl/dialog/weekly/weekly-condition.dialog rename to neon_skill_weather/locale/pl-pl/dialog/weekly/weekly-condition.dialog index ce33eba78..dcee84300 100644 --- a/locale/pl-pl/dialog/weekly/weekly-condition.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/weekly/weekly-condition.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -Na {days} oczekuj {condition} -Prognoza przewiduje {condition} na {days} +# auto translated from en-us to pl-pl +Na {days} oczekuj {condition} +Prognoza przewiduje {condition} na {days} diff --git a/locale/pl-pl/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/pl-pl/dialog/weekly/weekly-temperature.dialog similarity index 98% rename from locale/pl-pl/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/pl-pl/dialog/weekly/weekly-temperature.dialog index 660e595d6..c4a093ce5 100644 --- a/locale/pl-pl/dialog/weekly/weekly-temperature.dialog +++ b/neon_skill_weather/locale/pl-pl/dialog/weekly/weekly-temperature.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -dołki będą między {low_min} i {low_max}, a szczyty między {high_min} i {high_max} +# auto translated from en-us to pl-pl +dołki będą między {low_min} i {low_max}, a szczyty między {high_min} i {high_max} diff --git a/locale/pl-pl/regex/location.rx b/neon_skill_weather/locale/pl-pl/regex/location.rx similarity index 100% rename from locale/pl-pl/regex/location.rx rename to neon_skill_weather/locale/pl-pl/regex/location.rx diff --git a/locale/pl-pl/vocabulary/condition/clear.voc b/neon_skill_weather/locale/pl-pl/vocabulary/condition/clear.voc similarity index 93% rename from locale/pl-pl/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/clear.voc index 51cc5a397..3054a347c 100644 --- a/locale/pl-pl/vocabulary/condition/clear.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/clear.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to pl-pl -czysty -dobra pogoda -słońce -ładna pogoda -słoneczny +# auto translated from en-us to pl-pl +czysty +dobra pogoda +słońce +ładna pogoda +słoneczny diff --git a/locale/pl-pl/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/pl-pl/vocabulary/condition/clouds.voc similarity index 93% rename from locale/pl-pl/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/clouds.voc index 440ee867c..17e1f1b1e 100644 --- a/locale/pl-pl/vocabulary/condition/clouds.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/clouds.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to pl-pl -kilka chmur -chmury -rozproszone chmury -pochmurny -chmura +# auto translated from en-us to pl-pl +kilka chmur +chmury +rozproszone chmury +pochmurny +chmura diff --git a/locale/pl-pl/vocabulary/condition/do-i-need-an-umbrella.intent b/neon_skill_weather/locale/pl-pl/vocabulary/condition/do-i-need-an-umbrella.intent similarity index 97% rename from locale/pl-pl/vocabulary/condition/do-i-need-an-umbrella.intent rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/do-i-need-an-umbrella.intent index fbe1f7e18..6e6729654 100644 --- a/locale/pl-pl/vocabulary/condition/do-i-need-an-umbrella.intent +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/do-i-need-an-umbrella.intent @@ -1,5 +1,5 @@ -# auto translated from en-us to pl-pl -Czy potrzebuję parasola? -Czy powinienem zabrać parasol? -Czy powinienem zabrać płaszcz przeciwdeszczowy? -Czy potrzebuję kurtki przeciwdeszczowej? +# auto translated from en-us to pl-pl +Czy potrzebuję parasola? +Czy powinienem zabrać parasol? +Czy powinienem zabrać płaszcz przeciwdeszczowy? +Czy potrzebuję kurtki przeciwdeszczowej? diff --git a/locale/pl-pl/vocabulary/condition/fog.voc b/neon_skill_weather/locale/pl-pl/vocabulary/condition/fog.voc similarity index 94% rename from locale/pl-pl/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/fog.voc index 9265c683b..268a599bf 100644 --- a/locale/pl-pl/vocabulary/condition/fog.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/fog.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -mgła -mglisty +# auto translated from en-us to pl-pl +mgła +mglisty diff --git a/locale/pl-pl/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/pl-pl/vocabulary/condition/humidity.voc similarity index 94% rename from locale/pl-pl/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/humidity.voc index 3a0be26ac..9c87080cc 100644 --- a/locale/pl-pl/vocabulary/condition/humidity.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/humidity.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -parny -wilgotny -wilgotność +# auto translated from en-us to pl-pl +parny +wilgotny +wilgotność diff --git a/locale/pl-pl/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/pl-pl/vocabulary/condition/precipitation.voc similarity index 92% rename from locale/pl-pl/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/precipitation.voc index eea75698d..5d9e5fabe 100644 --- a/locale/pl-pl/vocabulary/condition/precipitation.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/precipitation.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to pl-pl -deszcz -mżawka -śnieżny -śnieg -opady +# auto translated from en-us to pl-pl +deszcz +mżawka +śnieżny +śnieg +opady diff --git a/locale/pl-pl/vocabulary/condition/rain.voc b/neon_skill_weather/locale/pl-pl/vocabulary/condition/rain.voc similarity index 93% rename from locale/pl-pl/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/rain.voc index f85329a7d..ec9cee715 100644 --- a/locale/pl-pl/vocabulary/condition/rain.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/rain.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to pl-pl -mżawka -opady -deszcz -lekki deszcz +# auto translated from en-us to pl-pl +mżawka +opady +deszcz +lekki deszcz diff --git a/locale/pl-pl/vocabulary/condition/snow.voc b/neon_skill_weather/locale/pl-pl/vocabulary/condition/snow.voc similarity index 95% rename from locale/pl-pl/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/snow.voc index 11e062fb0..70c155547 100644 --- a/locale/pl-pl/vocabulary/condition/snow.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/snow.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -śnieg -padający śnieg +# auto translated from en-us to pl-pl +śnieg +padający śnieg diff --git a/locale/pl-pl/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/pl-pl/vocabulary/condition/thunderstorm.voc similarity index 93% rename from locale/pl-pl/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/thunderstorm.voc index 4bca63738..71f5359a1 100644 --- a/locale/pl-pl/vocabulary/condition/thunderstorm.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/thunderstorm.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -szturm -burzliwy -burza +# auto translated from en-us to pl-pl +szturm +burzliwy +burza diff --git a/locale/pl-pl/vocabulary/condition/windy.voc b/neon_skill_weather/locale/pl-pl/vocabulary/condition/windy.voc similarity index 93% rename from locale/pl-pl/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/condition/windy.voc index 88e5fe0fd..5b23202d3 100644 --- a/locale/pl-pl/vocabulary/condition/windy.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/condition/windy.voc @@ -1,8 +1,8 @@ -# auto translated from en-us to pl-pl -wiatry -prędkość wiatru -wietrzny -wiatr -dmuchanie -przewiewny -porywisty +# auto translated from en-us to pl-pl +wiatry +prędkość wiatru +wietrzny +wiatr +dmuchanie +przewiewny +porywisty diff --git a/locale/pl-pl/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/couple.voc similarity index 95% rename from locale/pl-pl/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/couple.voc index 01a745b95..394e008b2 100644 --- a/locale/pl-pl/vocabulary/date-time/couple.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/couple.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -para +# auto translated from en-us to pl-pl +para diff --git a/locale/pl-pl/vocabulary/date-time/few.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/few.voc similarity index 95% rename from locale/pl-pl/vocabulary/date-time/few.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/few.voc index b39dcb8c2..9d54f727a 100644 --- a/locale/pl-pl/vocabulary/date-time/few.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/few.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -niewiele +# auto translated from en-us to pl-pl +niewiele diff --git a/locale/pl-pl/vocabulary/date-time/later.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/later.voc similarity index 95% rename from locale/pl-pl/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/later.voc index b4f8a00f4..9b755aa61 100644 --- a/locale/pl-pl/vocabulary/date-time/later.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/later.voc @@ -1,7 +1,7 @@ -# auto translated from en-us to pl-pl -następne godziny -później -kilka godzin -kilka następnych godzin -następne kilka godzin -następna godzina +# auto translated from en-us to pl-pl +następne godziny +później +kilka godzin +kilka następnych godzin +następne kilka godzin +następna godzina diff --git a/locale/pl-pl/vocabulary/date-time/next.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/next.voc similarity index 95% rename from locale/pl-pl/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/next.voc index 800500cad..a1f0f0d65 100644 --- a/locale/pl-pl/vocabulary/date-time/next.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/next.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -następny -ponownie +# auto translated from en-us to pl-pl +następny +ponownie diff --git a/locale/pl-pl/vocabulary/date-time/now.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/now.voc similarity index 94% rename from locale/pl-pl/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/now.voc index 620ad14a7..4977e7b3a 100644 --- a/locale/pl-pl/vocabulary/date-time/now.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/now.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -bieżący -teraz +# auto translated from en-us to pl-pl +bieżący +teraz diff --git a/locale/pl-pl/vocabulary/date-time/number-days.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/number-days.voc similarity index 93% rename from locale/pl-pl/vocabulary/date-time/number-days.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/number-days.voc index d0ea924c9..be0b8ce2c 100644 --- a/locale/pl-pl/vocabulary/date-time/number-days.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/number-days.voc @@ -1,32 +1,32 @@ -# auto translated from en-us to pl-pl -kilka następnych dni -cztery dni -trzy dni -2 dni -pięć dni -następne 4 dni -6 dni -następne 5 dni -sześciodniowy -dwa dni -następne cztery dni -pięciodniowy -3 dni -4 dni -następne pięć dni -dwudniowy -4 dzień -czterodniowy -następne 6 dni -2 dzień -3 dzień -5 dzień -trzydniowy -6 dzień -następne trzy dni -następne 3 dni -następne sześć dni -następne 2 dni -5 dni -następne dwa dni -sześć dni +# auto translated from en-us to pl-pl +kilka następnych dni +cztery dni +trzy dni +2 dni +pięć dni +następne 4 dni +6 dni +następne 5 dni +sześciodniowy +dwa dni +następne cztery dni +pięciodniowy +3 dni +4 dni +następne pięć dni +dwudniowy +4 dzień +czterodniowy +następne 6 dni +2 dzień +3 dzień +5 dzień +trzydniowy +6 dzień +następne trzy dni +następne 3 dni +następne sześć dni +następne 2 dni +5 dni +następne dwa dni +sześć dni diff --git a/locale/pl-pl/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/relative-day.voc similarity index 91% rename from locale/pl-pl/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/relative-day.voc index b01a72455..b4f6769d9 100644 --- a/locale/pl-pl/vocabulary/date-time/relative-day.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/relative-day.voc @@ -1,20 +1,20 @@ -# auto translated from en-us to pl-pl -wczorajszy -dni -w czwartek -piątek -niedziela -w piątek -wtorek -sobota -jutrzejszy -w poniedziałek -w środę -w sobotę -poniedziałek -w niedzielę -jutro -czwartek -środa -we wtorek -wczoraj +# auto translated from en-us to pl-pl +wczorajszy +dni +w czwartek +piątek +niedziela +w piątek +wtorek +sobota +jutrzejszy +w poniedziałek +w środę +w sobotę +poniedziałek +w niedzielę +jutro +czwartek +środa +we wtorek +wczoraj diff --git a/locale/pl-pl/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/relative-time.voc similarity index 93% rename from locale/pl-pl/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/relative-time.voc index 13e7f91ae..8002c6cd9 100644 --- a/locale/pl-pl/vocabulary/date-time/relative-time.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/relative-time.voc @@ -1,7 +1,7 @@ -# auto translated from en-us to pl-pl -poranek -dziś wieczorem -popołudnie -wieczór -noc -z dnia na dzień +# auto translated from en-us to pl-pl +poranek +dziś wieczorem +popołudnie +wieczór +noc +z dnia na dzień diff --git a/locale/pl-pl/vocabulary/date-time/today.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/today.voc similarity index 95% rename from locale/pl-pl/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/today.voc index 767447f20..c58336afb 100644 --- a/locale/pl-pl/vocabulary/date-time/today.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/today.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -dzisiejszy -dzisiaj +# auto translated from en-us to pl-pl +dzisiejszy +dzisiaj diff --git a/locale/pl-pl/vocabulary/date-time/week.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/week.voc similarity index 94% rename from locale/pl-pl/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/week.voc index 0e0ff8e6c..0a2e34844 100644 --- a/locale/pl-pl/vocabulary/date-time/week.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/week.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -tygodnik -tydzień +# auto translated from en-us to pl-pl +tygodnik +tydzień diff --git a/locale/pl-pl/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/weekend.voc similarity index 95% rename from locale/pl-pl/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/date-time/weekend.voc index 8322e71b2..d90c7430a 100644 --- a/locale/pl-pl/vocabulary/date-time/weekend.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/date-time/weekend.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -weekend +# auto translated from en-us to pl-pl +weekend diff --git a/locale/pl-pl/vocabulary/forecast.voc b/neon_skill_weather/locale/pl-pl/vocabulary/forecast.voc similarity index 93% rename from locale/pl-pl/vocabulary/forecast.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/forecast.voc index 4fbd88d46..5efe31194 100644 --- a/locale/pl-pl/vocabulary/forecast.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/forecast.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to pl-pl -prognoza -prognozę -prognozy -prognozie -prognozach +# auto translated from en-us to pl-pl +prognoza +prognozę +prognozy +prognozie +prognozach diff --git a/locale/pl-pl/vocabulary/like.voc b/neon_skill_weather/locale/pl-pl/vocabulary/like.voc similarity index 95% rename from locale/pl-pl/vocabulary/like.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/like.voc index f09d812d0..59f0e6d3b 100644 --- a/locale/pl-pl/vocabulary/like.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/like.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -jak +# auto translated from en-us to pl-pl +jak diff --git a/locale/pl-pl/vocabulary/location.voc b/neon_skill_weather/locale/pl-pl/vocabulary/location.voc similarity index 93% rename from locale/pl-pl/vocabulary/location.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/location.voc index 06d949ce3..da5ad8a1d 100644 --- a/locale/pl-pl/vocabulary/location.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/location.voc @@ -1,16 +1,16 @@ -# auto translated from en-us to pl-pl -Chicago -portland oregon|portland -san diego -houston -kansas city -Seattle -Boston -spokane -san francisco -atlanta -Lawrence Kansas -San Jose -austin -Berlin -Los Angeles, Kalifornia|los angeles|la +# auto translated from en-us to pl-pl +Chicago +portland oregon|portland +san diego +houston +kansas city +Seattle +Boston +spokane +san francisco +atlanta +Lawrence Kansas +San Jose +austin +Berlin +Los Angeles, Kalifornia|los angeles|la diff --git a/locale/pl-pl/vocabulary/outside.voc b/neon_skill_weather/locale/pl-pl/vocabulary/outside.voc similarity index 96% rename from locale/pl-pl/vocabulary/outside.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/outside.voc index b1e0c3706..2889e5765 100644 --- a/locale/pl-pl/vocabulary/outside.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/outside.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -na zewnątrz +# auto translated from en-us to pl-pl +na zewnątrz diff --git a/locale/pl-pl/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/pl-pl/vocabulary/query/confirm-query-current.voc similarity index 94% rename from locale/pl-pl/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/query/confirm-query-current.voc index 6d4b288c3..da6ce7fd7 100644 --- a/locale/pl-pl/vocabulary/query/confirm-query-current.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/query/confirm-query-current.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -jest tam -jest +# auto translated from en-us to pl-pl +jest tam +jest diff --git a/locale/pl-pl/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/pl-pl/vocabulary/query/confirm-query-future.voc similarity index 94% rename from locale/pl-pl/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/query/confirm-query-future.voc index 0549dd41e..5d3a0bb75 100644 --- a/locale/pl-pl/vocabulary/query/confirm-query-future.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/query/confirm-query-future.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to pl-pl -będzie tam -czy dostanie -czy to będzie -będzie -czy będzie +# auto translated from en-us to pl-pl +będzie tam +czy dostanie +czy to będzie +będzie +czy będzie diff --git a/locale/pl-pl/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/pl-pl/vocabulary/query/confirm-query.voc similarity index 92% rename from locale/pl-pl/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/query/confirm-query.voc index e0c958aba..0d15eba14 100644 --- a/locale/pl-pl/vocabulary/query/confirm-query.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/query/confirm-query.voc @@ -1,9 +1,9 @@ -# auto translated from en-us to pl-pl -będzie tam -czy będziemy -jest tam -jest -idąc do -będzie -czy będzie -czy mają +# auto translated from en-us to pl-pl +będzie tam +czy będziemy +jest tam +jest +idąc do +będzie +czy będzie +czy mają diff --git a/locale/pl-pl/vocabulary/query/how.voc b/neon_skill_weather/locale/pl-pl/vocabulary/query/how.voc similarity index 95% rename from locale/pl-pl/vocabulary/query/how.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/query/how.voc index f09d812d0..59f0e6d3b 100644 --- a/locale/pl-pl/vocabulary/query/how.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/query/how.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -jak +# auto translated from en-us to pl-pl +jak diff --git a/locale/pl-pl/vocabulary/query/query.voc b/neon_skill_weather/locale/pl-pl/vocabulary/query/query.voc similarity index 92% rename from locale/pl-pl/vocabulary/query/query.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/query/query.voc index 1dc69af4b..bbfd5c60e 100644 --- a/locale/pl-pl/vocabulary/query/query.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/query/query.voc @@ -1,15 +1,15 @@ -# auto translated from en-us to pl-pl -powiedz mi -daj mi -powiedz nam -jak -opowiedz nam o -co to jest -co -opowiedz mi o -co będzie -powiedz -prognoza -prognozę -powiedz prognozę -na jutro +# auto translated from en-us to pl-pl +powiedz mi +daj mi +powiedz nam +jak +opowiedz nam o +co to jest +co +opowiedz mi o +co będzie +powiedz +prognoza +prognozę +powiedz prognozę +na jutro diff --git a/locale/pl-pl/vocabulary/query/when.voc b/neon_skill_weather/locale/pl-pl/vocabulary/query/when.voc similarity index 94% rename from locale/pl-pl/vocabulary/query/when.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/query/when.voc index c9f016ea9..90883fd19 100644 --- a/locale/pl-pl/vocabulary/query/when.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/query/when.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to pl-pl -kiedy będzie -która godzina -kiedy jest -kiedy +# auto translated from en-us to pl-pl +kiedy będzie +która godzina +kiedy jest +kiedy diff --git a/locale/pl-pl/vocabulary/sunrise.voc b/neon_skill_weather/locale/pl-pl/vocabulary/sunrise.voc similarity index 95% rename from locale/pl-pl/vocabulary/sunrise.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/sunrise.voc index fcb64e272..22fb228db 100644 --- a/locale/pl-pl/vocabulary/sunrise.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/sunrise.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to pl-pl -wschód słońca -świt -dzień przerwy +# auto translated from en-us to pl-pl +wschód słońca +świt +dzień przerwy diff --git a/locale/pl-pl/vocabulary/sunset.voc b/neon_skill_weather/locale/pl-pl/vocabulary/sunset.voc similarity index 95% rename from locale/pl-pl/vocabulary/sunset.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/sunset.voc index f3d4b21ac..75dc2e781 100644 --- a/locale/pl-pl/vocabulary/sunset.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/sunset.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -zachód słońca -zmierzch +# auto translated from en-us to pl-pl +zachód słońca +zmierzch diff --git a/locale/pl-pl/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/cold.voc similarity index 93% rename from locale/pl-pl/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/temperature/cold.voc index 7322a660b..5a9241884 100644 --- a/locale/pl-pl/vocabulary/temperature/cold.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/cold.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to pl-pl -chłodny -zimno -fajny -zamrażanie +# auto translated from en-us to pl-pl +chłodny +zimno +fajny +zamrażanie diff --git a/locale/pl-pl/vocabulary/temperature/high.voc b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/high.voc similarity index 93% rename from locale/pl-pl/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/temperature/high.voc index 2e65ae6d0..1dc6f0826 100644 --- a/locale/pl-pl/vocabulary/temperature/high.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/high.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to pl-pl -wysoki -maks -maksimum -najwyższy +# auto translated from en-us to pl-pl +wysoki +maks +maksimum +najwyższy diff --git a/locale/pl-pl/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/hot.voc similarity index 90% rename from locale/pl-pl/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/temperature/hot.voc index 1b12cda17..437fb74a4 100644 --- a/locale/pl-pl/vocabulary/temperature/hot.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/hot.voc @@ -1,12 +1,12 @@ -# auto translated from en-us to pl-pl -ciepły -gorący -gorąco -goracy -gorąca -gorące -upał -upalnie -upalny -upalna -upalne +# auto translated from en-us to pl-pl +ciepły +gorący +gorąco +goracy +gorąca +gorące +upał +upalnie +upalny +upalna +upalne diff --git a/locale/pl-pl/vocabulary/temperature/low.voc b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/low.voc similarity index 93% rename from locale/pl-pl/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/temperature/low.voc index 7189cc1be..444338924 100644 --- a/locale/pl-pl/vocabulary/temperature/low.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/low.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to pl-pl -niski -min -minimum -najniższy +# auto translated from en-us to pl-pl +niski +min +minimum +najniższy diff --git a/locale/pl-pl/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/temperature.voc similarity index 94% rename from locale/pl-pl/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/temperature/temperature.voc index 9083cab38..f490a8b0d 100644 --- a/locale/pl-pl/vocabulary/temperature/temperature.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/temperature/temperature.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -temperatura -temp +# auto translated from en-us to pl-pl +temperatura +temp diff --git a/locale/pl-pl/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/pl-pl/vocabulary/unit/fahrenheit.voc similarity index 96% rename from locale/pl-pl/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/unit/fahrenheit.voc index 9dc203b4c..78600894d 100644 --- a/locale/pl-pl/vocabulary/unit/fahrenheit.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/unit/fahrenheit.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -fahrenheit +# auto translated from en-us to pl-pl +fahrenheit diff --git a/locale/sv-se/vocabulary/unit/unit.voc b/neon_skill_weather/locale/pl-pl/vocabulary/unit/unit.entity similarity index 100% rename from locale/sv-se/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/unit/unit.entity diff --git a/locale/pl-pl/vocabulary/unit/unit.voc b/neon_skill_weather/locale/pl-pl/vocabulary/unit/unit.voc similarity index 95% rename from locale/pl-pl/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/unit/unit.voc index fac89c98a..f8af169ef 100644 --- a/locale/pl-pl/vocabulary/unit/unit.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/unit/unit.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to pl-pl -fahrenheit -celsjusz +# auto translated from en-us to pl-pl +fahrenheit +celsjusz diff --git a/locale/pl-pl/vocabulary/weather.voc b/neon_skill_weather/locale/pl-pl/vocabulary/weather.voc similarity index 95% rename from locale/pl-pl/vocabulary/weather.voc rename to neon_skill_weather/locale/pl-pl/vocabulary/weather.voc index 4911ead54..8991ef906 100644 --- a/locale/pl-pl/vocabulary/weather.voc +++ b/neon_skill_weather/locale/pl-pl/vocabulary/weather.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to pl-pl -pogoda +# auto translated from en-us to pl-pl +pogoda diff --git a/locale/pt-br/dialog/and.dialog b/neon_skill_weather/locale/pt-br/dialog/and.dialog similarity index 100% rename from locale/pt-br/dialog/and.dialog rename to neon_skill_weather/locale/pt-br/dialog/and.dialog diff --git a/locale/pt-br/dialog/condition/clear sky.dialog b/neon_skill_weather/locale/pt-br/dialog/condition/clear sky.dialog similarity index 100% rename from locale/pt-br/dialog/condition/clear sky.dialog rename to neon_skill_weather/locale/pt-br/dialog/condition/clear sky.dialog diff --git a/locale/pt-br/dialog/condition/clear.dialog b/neon_skill_weather/locale/pt-br/dialog/condition/clear.dialog similarity index 100% rename from locale/pt-br/dialog/condition/clear.dialog rename to neon_skill_weather/locale/pt-br/dialog/condition/clear.dialog diff --git a/locale/pt-br/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/pt-br/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/pt-br/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/pt-br/dialog/condition/no precipitation expected.dialog diff --git a/locale/pt-br/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/pt-br/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/pt-br/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/pt-br/dialog/condition/precipitation expected.dialog diff --git a/locale/pt-br/dialog/condition/rain.dialog b/neon_skill_weather/locale/pt-br/dialog/condition/rain.dialog similarity index 100% rename from locale/pt-br/dialog/condition/rain.dialog rename to neon_skill_weather/locale/pt-br/dialog/condition/rain.dialog diff --git a/locale/pt-br/dialog/condition/snow.dialog b/neon_skill_weather/locale/pt-br/dialog/condition/snow.dialog similarity index 100% rename from locale/pt-br/dialog/condition/snow.dialog rename to neon_skill_weather/locale/pt-br/dialog/condition/snow.dialog diff --git a/locale/pt-br/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/pt-br/dialog/condition/thunderstorm.dialog similarity index 100% rename from locale/pt-br/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/pt-br/dialog/condition/thunderstorm.dialog diff --git a/locale/pt-br/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-condition-expected-local.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-condition-expected-local.dialog diff --git a/locale/pt-br/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-condition-expected-location.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-condition-expected-location.dialog diff --git a/locale/pt-br/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-humidity-location.dialog diff --git a/locale/pt-br/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-temperature-high-local.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-temperature-high-local.dialog diff --git a/locale/pt-br/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-temperature-high-location.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-temperature-high-location.dialog diff --git a/locale/pt-br/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-temperature-high-low.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-temperature-high-low.dialog diff --git a/locale/pt-br/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-temperature-local.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-temperature-local.dialog diff --git a/locale/pt-br/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-temperature-location.dialog diff --git a/locale/pt-br/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-temperature-low-local.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-temperature-low-local.dialog diff --git a/locale/pt-br/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-temperature-low-location.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-temperature-low-location.dialog diff --git a/locale/pt-br/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-weather-local.dialog diff --git a/locale/pt-br/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-weather-location.dialog diff --git a/locale/pt-br/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-wind-light-local.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-wind-light-local.dialog diff --git a/locale/pt-br/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-wind-light-location.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-wind-light-location.dialog diff --git a/locale/pt-br/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-wind-moderate-local.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-wind-moderate-local.dialog diff --git a/locale/pt-br/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-wind-moderate-location.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-wind-moderate-location.dialog diff --git a/locale/pt-br/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-wind-strong-local.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-wind-strong-local.dialog diff --git a/locale/pt-br/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/pt-br/dialog/current/current-wind-strong-location.dialog similarity index 100% rename from locale/pt-br/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/current/current-wind-strong-location.dialog diff --git a/locale/pt-br/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-condition-expected-local.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-condition-expected-local.dialog diff --git a/locale/pt-br/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-condition-expected-location.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-condition-expected-location.dialog diff --git a/locale/pt-br/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-high-local.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-high-local.dialog diff --git a/locale/pt-br/dialog/daily/daily-temperature-high.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-high.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-temperature-high.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-high.dialog diff --git a/locale/pt-br/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-local.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-local.dialog diff --git a/locale/pt-br/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-location.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-location.dialog diff --git a/locale/pt-br/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-low-local.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-low-local.dialog diff --git a/locale/pt-br/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-low-location.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-temperature-low-location.dialog diff --git a/locale/pt-br/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-weather-local.dialog diff --git a/locale/pt-br/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-weather-location.dialog diff --git a/locale/pt-br/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-light-local.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-light-local.dialog diff --git a/locale/pt-br/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-light-location.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-light-location.dialog diff --git a/locale/pt-br/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-moderate-local.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-moderate-local.dialog diff --git a/locale/pt-br/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-moderate-location.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-moderate-location.dialog diff --git a/locale/pt-br/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-strong-local.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-strong-local.dialog diff --git a/locale/pt-br/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-strong-location.dialog similarity index 100% rename from locale/pt-br/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/daily/daily-wind-strong-location.dialog diff --git a/locale/pt-br/dialog/direction/east.dialog b/neon_skill_weather/locale/pt-br/dialog/direction/east.dialog similarity index 100% rename from locale/pt-br/dialog/direction/east.dialog rename to neon_skill_weather/locale/pt-br/dialog/direction/east.dialog diff --git a/locale/pt-br/dialog/direction/north.dialog b/neon_skill_weather/locale/pt-br/dialog/direction/north.dialog similarity index 100% rename from locale/pt-br/dialog/direction/north.dialog rename to neon_skill_weather/locale/pt-br/dialog/direction/north.dialog diff --git a/locale/pt-br/dialog/direction/northeast.dialog b/neon_skill_weather/locale/pt-br/dialog/direction/northeast.dialog similarity index 100% rename from locale/pt-br/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/pt-br/dialog/direction/northeast.dialog diff --git a/locale/pt-br/dialog/direction/northwest.dialog b/neon_skill_weather/locale/pt-br/dialog/direction/northwest.dialog similarity index 100% rename from locale/pt-br/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/pt-br/dialog/direction/northwest.dialog diff --git a/locale/pt-br/dialog/direction/south.dialog b/neon_skill_weather/locale/pt-br/dialog/direction/south.dialog similarity index 100% rename from locale/pt-br/dialog/direction/south.dialog rename to neon_skill_weather/locale/pt-br/dialog/direction/south.dialog diff --git a/locale/pt-br/dialog/direction/southeast.dialog b/neon_skill_weather/locale/pt-br/dialog/direction/southeast.dialog similarity index 100% rename from locale/pt-br/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/pt-br/dialog/direction/southeast.dialog diff --git a/locale/pt-br/dialog/direction/southwest.dialog b/neon_skill_weather/locale/pt-br/dialog/direction/southwest.dialog similarity index 100% rename from locale/pt-br/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/pt-br/dialog/direction/southwest.dialog diff --git a/locale/pt-br/dialog/direction/west.dialog b/neon_skill_weather/locale/pt-br/dialog/direction/west.dialog similarity index 100% rename from locale/pt-br/dialog/direction/west.dialog rename to neon_skill_weather/locale/pt-br/dialog/direction/west.dialog diff --git a/locale/pt-br/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/pt-br/dialog/error/cant-get-forecast.dialog similarity index 100% rename from locale/pt-br/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/pt-br/dialog/error/cant-get-forecast.dialog diff --git a/locale/pt-br/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/pt-br/dialog/error/location-not-found.dialog similarity index 100% rename from locale/pt-br/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/pt-br/dialog/error/location-not-found.dialog diff --git a/locale/pt-br/dialog/hourly/hourly-condition-alternative-local.dialog b/neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-alternative-local.dialog similarity index 100% rename from locale/pt-br/dialog/hourly/hourly-condition-alternative-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-alternative-local.dialog diff --git a/locale/pt-br/dialog/hourly/hourly-condition-alternative-location.dialog b/neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-alternative-location.dialog similarity index 100% rename from locale/pt-br/dialog/hourly/hourly-condition-alternative-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-alternative-location.dialog diff --git a/locale/pt-br/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-expected-local.dialog similarity index 100% rename from locale/pt-br/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-expected-local.dialog diff --git a/locale/pt-br/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-expected-location.dialog similarity index 100% rename from locale/pt-br/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-expected-location.dialog diff --git a/locale/pt-br/dialog/hourly/hourly-condition-not-expected-local.dialog b/neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-not-expected-local.dialog similarity index 100% rename from locale/pt-br/dialog/hourly/hourly-condition-not-expected-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-not-expected-local.dialog diff --git a/locale/pt-br/dialog/hourly/hourly-condition-not-expected-location.dialog b/neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-not-expected-location.dialog similarity index 100% rename from locale/pt-br/dialog/hourly/hourly-condition-not-expected-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/hourly/hourly-condition-not-expected-location.dialog diff --git a/locale/pt-br/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/pt-br/dialog/hourly/hourly-temperature-local.dialog similarity index 100% rename from locale/pt-br/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/hourly/hourly-temperature-local.dialog diff --git a/locale/pt-br/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/pt-br/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/pt-br/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/pt-br/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/pt-br/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/pt-br/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/pt-br/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/pt-br/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/pt-br/dialog/percentage-number.dialog b/neon_skill_weather/locale/pt-br/dialog/percentage-number.dialog similarity index 100% rename from locale/pt-br/dialog/percentage-number.dialog rename to neon_skill_weather/locale/pt-br/dialog/percentage-number.dialog diff --git a/locale/pt-br/dialog/unit/celsius.dialog b/neon_skill_weather/locale/pt-br/dialog/unit/celsius.dialog similarity index 100% rename from locale/pt-br/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/pt-br/dialog/unit/celsius.dialog diff --git a/locale/pt-br/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/pt-br/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/pt-br/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/pt-br/dialog/unit/fahrenheit.dialog diff --git a/locale/pt-br/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/pt-br/dialog/unit/meters per second.dialog similarity index 100% rename from locale/pt-br/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/pt-br/dialog/unit/meters per second.dialog diff --git a/locale/pt-br/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/pt-br/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/pt-br/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/pt-br/dialog/unit/miles per hour.dialog diff --git a/locale/pt-br/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/pt-br/dialog/weekly/weekly-temperature.dialog similarity index 100% rename from locale/pt-br/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/pt-br/dialog/weekly/weekly-temperature.dialog diff --git a/locale/pt-br/regex/location.rx b/neon_skill_weather/locale/pt-br/regex/location.rx similarity index 100% rename from locale/pt-br/regex/location.rx rename to neon_skill_weather/locale/pt-br/regex/location.rx diff --git a/locale/pt-br/vocabulary/condition/clear.voc b/neon_skill_weather/locale/pt-br/vocabulary/condition/clear.voc similarity index 100% rename from locale/pt-br/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/pt-br/vocabulary/condition/clear.voc diff --git a/locale/pt-br/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/pt-br/vocabulary/condition/clouds.voc similarity index 100% rename from locale/pt-br/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/pt-br/vocabulary/condition/clouds.voc diff --git a/locale/pt-br/vocabulary/condition/do.i.need.an.umbrella.intent b/neon_skill_weather/locale/pt-br/vocabulary/condition/do.i.need.an.umbrella.intent similarity index 100% rename from locale/pt-br/vocabulary/condition/do.i.need.an.umbrella.intent rename to neon_skill_weather/locale/pt-br/vocabulary/condition/do.i.need.an.umbrella.intent diff --git a/locale/pt-br/vocabulary/condition/fog.voc b/neon_skill_weather/locale/pt-br/vocabulary/condition/fog.voc similarity index 100% rename from locale/pt-br/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/pt-br/vocabulary/condition/fog.voc diff --git a/locale/pt-br/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/pt-br/vocabulary/condition/humidity.voc similarity index 100% rename from locale/pt-br/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/pt-br/vocabulary/condition/humidity.voc diff --git a/locale/pt-br/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/pt-br/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/pt-br/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/pt-br/vocabulary/condition/precipitation.voc diff --git a/locale/pt-br/vocabulary/condition/rain.voc b/neon_skill_weather/locale/pt-br/vocabulary/condition/rain.voc similarity index 100% rename from locale/pt-br/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/pt-br/vocabulary/condition/rain.voc diff --git a/locale/pt-br/vocabulary/condition/snow.voc b/neon_skill_weather/locale/pt-br/vocabulary/condition/snow.voc similarity index 100% rename from locale/pt-br/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/pt-br/vocabulary/condition/snow.voc diff --git a/locale/pt-br/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/pt-br/vocabulary/condition/thunderstorm.voc similarity index 100% rename from locale/pt-br/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/pt-br/vocabulary/condition/thunderstorm.voc diff --git a/locale/pt-br/vocabulary/condition/windy.voc b/neon_skill_weather/locale/pt-br/vocabulary/condition/windy.voc similarity index 100% rename from locale/pt-br/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/pt-br/vocabulary/condition/windy.voc diff --git a/locale/pt-br/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/pt-br/vocabulary/date-time/couple.voc similarity index 100% rename from locale/pt-br/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/pt-br/vocabulary/date-time/couple.voc diff --git a/locale/pt-br/vocabulary/date-time/later.voc b/neon_skill_weather/locale/pt-br/vocabulary/date-time/later.voc similarity index 100% rename from locale/pt-br/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/pt-br/vocabulary/date-time/later.voc diff --git a/locale/pt-br/vocabulary/date-time/next.voc b/neon_skill_weather/locale/pt-br/vocabulary/date-time/next.voc similarity index 100% rename from locale/pt-br/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/pt-br/vocabulary/date-time/next.voc diff --git a/locale/pt-br/vocabulary/date-time/now.voc b/neon_skill_weather/locale/pt-br/vocabulary/date-time/now.voc similarity index 100% rename from locale/pt-br/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/pt-br/vocabulary/date-time/now.voc diff --git a/locale/pt-br/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/pt-br/vocabulary/date-time/relative-day.voc similarity index 100% rename from locale/pt-br/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/pt-br/vocabulary/date-time/relative-day.voc diff --git a/locale/pt-br/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/pt-br/vocabulary/date-time/relative-time.voc similarity index 100% rename from locale/pt-br/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/pt-br/vocabulary/date-time/relative-time.voc diff --git a/locale/pt-br/vocabulary/date-time/today.voc b/neon_skill_weather/locale/pt-br/vocabulary/date-time/today.voc similarity index 100% rename from locale/pt-br/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/pt-br/vocabulary/date-time/today.voc diff --git a/locale/pt-br/vocabulary/date-time/week.voc b/neon_skill_weather/locale/pt-br/vocabulary/date-time/week.voc similarity index 100% rename from locale/pt-br/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/pt-br/vocabulary/date-time/week.voc diff --git a/locale/pt-br/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/pt-br/vocabulary/date-time/weekend.voc similarity index 100% rename from locale/pt-br/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/pt-br/vocabulary/date-time/weekend.voc diff --git a/locale/pt-br/vocabulary/forecast.voc b/neon_skill_weather/locale/pt-br/vocabulary/forecast.voc similarity index 100% rename from locale/pt-br/vocabulary/forecast.voc rename to neon_skill_weather/locale/pt-br/vocabulary/forecast.voc diff --git a/locale/pt-br/vocabulary/location.voc b/neon_skill_weather/locale/pt-br/vocabulary/location.voc similarity index 100% rename from locale/pt-br/vocabulary/location.voc rename to neon_skill_weather/locale/pt-br/vocabulary/location.voc diff --git a/locale/pt-br/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/pt-br/vocabulary/query/confirm-query-current.voc similarity index 100% rename from locale/pt-br/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/pt-br/vocabulary/query/confirm-query-current.voc diff --git a/locale/pt-br/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/pt-br/vocabulary/query/confirm-query-future.voc similarity index 100% rename from locale/pt-br/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/pt-br/vocabulary/query/confirm-query-future.voc diff --git a/locale/pt-br/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/pt-br/vocabulary/query/confirm-query.voc similarity index 100% rename from locale/pt-br/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/pt-br/vocabulary/query/confirm-query.voc diff --git a/locale/pt-br/vocabulary/query/how.voc b/neon_skill_weather/locale/pt-br/vocabulary/query/how.voc similarity index 100% rename from locale/pt-br/vocabulary/query/how.voc rename to neon_skill_weather/locale/pt-br/vocabulary/query/how.voc diff --git a/locale/pt-br/vocabulary/query/query.voc b/neon_skill_weather/locale/pt-br/vocabulary/query/query.voc similarity index 100% rename from locale/pt-br/vocabulary/query/query.voc rename to neon_skill_weather/locale/pt-br/vocabulary/query/query.voc diff --git a/locale/pt-br/vocabulary/query/when.voc b/neon_skill_weather/locale/pt-br/vocabulary/query/when.voc similarity index 100% rename from locale/pt-br/vocabulary/query/when.voc rename to neon_skill_weather/locale/pt-br/vocabulary/query/when.voc diff --git a/locale/pt-br/vocabulary/sunrise.voc b/neon_skill_weather/locale/pt-br/vocabulary/sunrise.voc similarity index 100% rename from locale/pt-br/vocabulary/sunrise.voc rename to neon_skill_weather/locale/pt-br/vocabulary/sunrise.voc diff --git a/locale/pt-br/vocabulary/sunset.voc b/neon_skill_weather/locale/pt-br/vocabulary/sunset.voc similarity index 100% rename from locale/pt-br/vocabulary/sunset.voc rename to neon_skill_weather/locale/pt-br/vocabulary/sunset.voc diff --git a/locale/pt-br/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/pt-br/vocabulary/temperature/cold.voc similarity index 100% rename from locale/pt-br/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/pt-br/vocabulary/temperature/cold.voc diff --git a/locale/pt-br/vocabulary/temperature/high.voc b/neon_skill_weather/locale/pt-br/vocabulary/temperature/high.voc similarity index 100% rename from locale/pt-br/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/pt-br/vocabulary/temperature/high.voc diff --git a/locale/pt-br/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/pt-br/vocabulary/temperature/hot.voc similarity index 100% rename from locale/pt-br/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/pt-br/vocabulary/temperature/hot.voc diff --git a/locale/pt-br/vocabulary/temperature/low.voc b/neon_skill_weather/locale/pt-br/vocabulary/temperature/low.voc similarity index 100% rename from locale/pt-br/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/pt-br/vocabulary/temperature/low.voc diff --git a/locale/pt-br/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/pt-br/vocabulary/temperature/temperature.voc similarity index 100% rename from locale/pt-br/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/pt-br/vocabulary/temperature/temperature.voc diff --git a/locale/pt-br/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/pt-br/vocabulary/unit/fahrenheit.voc similarity index 100% rename from locale/pt-br/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/pt-br/vocabulary/unit/fahrenheit.voc diff --git a/locale/pt-br/vocabulary/unit/unit.entity b/neon_skill_weather/locale/pt-br/vocabulary/unit/unit.entity similarity index 100% rename from locale/pt-br/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/pt-br/vocabulary/unit/unit.entity diff --git a/locale/pt-br/vocabulary/unit/unit.voc b/neon_skill_weather/locale/pt-br/vocabulary/unit/unit.voc similarity index 100% rename from locale/pt-br/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/pt-br/vocabulary/unit/unit.voc diff --git a/locale/pt-br/vocabulary/weather.voc b/neon_skill_weather/locale/pt-br/vocabulary/weather.voc similarity index 100% rename from locale/pt-br/vocabulary/weather.voc rename to neon_skill_weather/locale/pt-br/vocabulary/weather.voc diff --git a/locale/ru-ru/dialog/and.dialog b/neon_skill_weather/locale/ru-ru/dialog/and.dialog similarity index 100% rename from locale/ru-ru/dialog/and.dialog rename to neon_skill_weather/locale/ru-ru/dialog/and.dialog diff --git a/locale/ru-ru/dialog/condition/clear-sky.dialog b/neon_skill_weather/locale/ru-ru/dialog/condition/clear-sky.dialog similarity index 100% rename from locale/ru-ru/dialog/condition/clear-sky.dialog rename to neon_skill_weather/locale/ru-ru/dialog/condition/clear-sky.dialog diff --git a/locale/ru-ru/dialog/condition/clear.dialog b/neon_skill_weather/locale/ru-ru/dialog/condition/clear.dialog similarity index 100% rename from locale/ru-ru/dialog/condition/clear.dialog rename to neon_skill_weather/locale/ru-ru/dialog/condition/clear.dialog diff --git a/locale/ru-ru/dialog/condition/clouds.dialog b/neon_skill_weather/locale/ru-ru/dialog/condition/clouds.dialog similarity index 100% rename from locale/ru-ru/dialog/condition/clouds.dialog rename to neon_skill_weather/locale/ru-ru/dialog/condition/clouds.dialog diff --git a/locale/ru-ru/dialog/condition/humidity.dialog b/neon_skill_weather/locale/ru-ru/dialog/condition/humidity.dialog similarity index 100% rename from locale/ru-ru/dialog/condition/humidity.dialog rename to neon_skill_weather/locale/ru-ru/dialog/condition/humidity.dialog diff --git a/locale/ru-ru/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/ru-ru/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/ru-ru/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/ru-ru/dialog/condition/no precipitation expected.dialog diff --git a/locale/ru-ru/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/ru-ru/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/ru-ru/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/ru-ru/dialog/condition/precipitation expected.dialog diff --git a/locale/ru-ru/dialog/condition/rain.dialog b/neon_skill_weather/locale/ru-ru/dialog/condition/rain.dialog similarity index 100% rename from locale/ru-ru/dialog/condition/rain.dialog rename to neon_skill_weather/locale/ru-ru/dialog/condition/rain.dialog diff --git a/locale/ru-ru/dialog/condition/snow.dialog b/neon_skill_weather/locale/ru-ru/dialog/condition/snow.dialog similarity index 100% rename from locale/ru-ru/dialog/condition/snow.dialog rename to neon_skill_weather/locale/ru-ru/dialog/condition/snow.dialog diff --git a/locale/ru-ru/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/ru-ru/dialog/condition/thunderstorm.dialog similarity index 100% rename from locale/ru-ru/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/ru-ru/dialog/condition/thunderstorm.dialog diff --git a/locale/ru-ru/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-condition-expected-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-condition-expected-local.dialog diff --git a/locale/ru-ru/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-condition-expected-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-condition-expected-location.dialog diff --git a/locale/ru-ru/dialog/current/current-condition-not-expected-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-condition-not-expected-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-condition-not-expected-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-condition-not-expected-local.dialog diff --git a/locale/ru-ru/dialog/current/current-condition-not-expected-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-condition-not-expected-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-condition-not-expected-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-condition-not-expected-location.dialog diff --git a/locale/ru-ru/dialog/current/current-humidity-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-humidity-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-humidity-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-humidity-local.dialog diff --git a/locale/ru-ru/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-humidity-location.dialog diff --git a/locale/ru-ru/dialog/current/current-sunrise-future-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-sunrise-future-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-sunrise-future-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-sunrise-future-local.dialog diff --git a/locale/ru-ru/dialog/current/current-sunrise-future-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-sunrise-future-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-sunrise-future-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-sunrise-future-location.dialog diff --git a/locale/ru-ru/dialog/current/current-sunrise-past-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-sunrise-past-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-sunrise-past-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-sunrise-past-local.dialog diff --git a/locale/ru-ru/dialog/current/current-sunrise-past-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-sunrise-past-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-sunrise-past-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-sunrise-past-location.dialog diff --git a/locale/ru-ru/dialog/current/current-sunset-future-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-sunset-future-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-sunset-future-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-sunset-future-local.dialog diff --git a/locale/ru-ru/dialog/current/current-sunset-future-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-sunset-future-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-sunset-future-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-sunset-future-location.dialog diff --git a/locale/ru-ru/dialog/current/current-sunset-past-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-sunset-past-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-sunset-past-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-sunset-past-local.dialog diff --git a/locale/ru-ru/dialog/current/current-sunset-past-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-sunset-past-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-sunset-past-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-sunset-past-location.dialog diff --git a/locale/ru-ru/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-high-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-high-local.dialog diff --git a/locale/ru-ru/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-high-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-high-location.dialog diff --git a/locale/ru-ru/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-high-low.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-high-low.dialog diff --git a/locale/ru-ru/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-local.dialog diff --git a/locale/ru-ru/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-location.dialog diff --git a/locale/ru-ru/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-low-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-low-local.dialog diff --git a/locale/ru-ru/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-low-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-temperature-low-location.dialog diff --git a/locale/ru-ru/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-weather-local.dialog diff --git a/locale/ru-ru/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-weather-location.dialog diff --git a/locale/ru-ru/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-wind-light-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-wind-light-local.dialog diff --git a/locale/ru-ru/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-wind-light-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-wind-light-location.dialog diff --git a/locale/ru-ru/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-wind-moderate-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-wind-moderate-local.dialog diff --git a/locale/ru-ru/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-wind-moderate-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-wind-moderate-location.dialog diff --git a/locale/ru-ru/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-wind-strong-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-wind-strong-local.dialog diff --git a/locale/ru-ru/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/current-wind-strong-location.dialog similarity index 100% rename from locale/ru-ru/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/current-wind-strong-location.dialog diff --git a/locale/ru-ru/dialog/current/currrent-clouds-alternative-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/current/currrent-clouds-alternative-local.dialog similarity index 100% rename from locale/ru-ru/dialog/current/currrent-clouds-alternative-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/current/currrent-clouds-alternative-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-condition-expected-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-condition-expected-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-condition-expected-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-condition-expected-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-condition-not-expected-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-condition-not-expected-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-condition-not-expected-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-condition-not-expected-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-condition-not-expected-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-condition-not-expected-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-condition-not-expected-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-condition-not-expected-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-humidity-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-humidity-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-humidity-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-humidity-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-humidity-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-humidity-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-humidity-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-humidity-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-precipitation-next-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-precipitation-next-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-precipitation-next-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-precipitation-next-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-precipitation-next-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-precipitation-next-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-precipitation-next-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-precipitation-next-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-precipitation-next-none-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-precipitation-next-none-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-precipitation-next-none-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-precipitation-next-none-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-precipitation-next-none-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-precipitation-next-none-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-precipitation-next-none-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-precipitation-next-none-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-sunrise-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-sunrise-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-sunrise-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-sunrise-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-sunrise-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-sunrise-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-sunrise-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-sunrise-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-sunset-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-sunset-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-sunset-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-sunset-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-sunset-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-sunset-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-sunset-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-sunset-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-high-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-high-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-high-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-high-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-low-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-low-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-low-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-temperature-low-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-weather-loation.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-weather-loation.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-weather-loation.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-weather-loation.dialog diff --git a/locale/ru-ru/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-weather-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-weather-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-light-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-light-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-light-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-light-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-moderate-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-moderate-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-moderate-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-moderate-location.dialog diff --git a/locale/ru-ru/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-strong-local.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-strong-local.dialog diff --git a/locale/ru-ru/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-strong-location.dialog similarity index 100% rename from locale/ru-ru/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/daily/daily-wind-strong-location.dialog diff --git a/locale/ru-ru/dialog/direction/east.dialog b/neon_skill_weather/locale/ru-ru/dialog/direction/east.dialog similarity index 100% rename from locale/ru-ru/dialog/direction/east.dialog rename to neon_skill_weather/locale/ru-ru/dialog/direction/east.dialog diff --git a/locale/ru-ru/dialog/direction/north.dialog b/neon_skill_weather/locale/ru-ru/dialog/direction/north.dialog similarity index 100% rename from locale/ru-ru/dialog/direction/north.dialog rename to neon_skill_weather/locale/ru-ru/dialog/direction/north.dialog diff --git a/locale/ru-ru/dialog/direction/northeast.dialog b/neon_skill_weather/locale/ru-ru/dialog/direction/northeast.dialog similarity index 100% rename from locale/ru-ru/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/ru-ru/dialog/direction/northeast.dialog diff --git a/locale/ru-ru/dialog/direction/northwest.dialog b/neon_skill_weather/locale/ru-ru/dialog/direction/northwest.dialog similarity index 100% rename from locale/ru-ru/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/ru-ru/dialog/direction/northwest.dialog diff --git a/locale/ru-ru/dialog/direction/south.dialog b/neon_skill_weather/locale/ru-ru/dialog/direction/south.dialog similarity index 100% rename from locale/ru-ru/dialog/direction/south.dialog rename to neon_skill_weather/locale/ru-ru/dialog/direction/south.dialog diff --git a/locale/ru-ru/dialog/direction/southeast.dialog b/neon_skill_weather/locale/ru-ru/dialog/direction/southeast.dialog similarity index 100% rename from locale/ru-ru/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/ru-ru/dialog/direction/southeast.dialog diff --git a/locale/ru-ru/dialog/direction/southwest.dialog b/neon_skill_weather/locale/ru-ru/dialog/direction/southwest.dialog similarity index 100% rename from locale/ru-ru/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/ru-ru/dialog/direction/southwest.dialog diff --git a/locale/ru-ru/dialog/direction/west.dialog b/neon_skill_weather/locale/ru-ru/dialog/direction/west.dialog similarity index 100% rename from locale/ru-ru/dialog/direction/west.dialog rename to neon_skill_weather/locale/ru-ru/dialog/direction/west.dialog diff --git a/locale/ru-ru/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/ru-ru/dialog/error/cant-get-forecast.dialog similarity index 100% rename from locale/ru-ru/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/ru-ru/dialog/error/cant-get-forecast.dialog diff --git a/locale/ru-ru/dialog/error/forty-eight-hours-available.dialog b/neon_skill_weather/locale/ru-ru/dialog/error/forty-eight-hours-available.dialog similarity index 100% rename from locale/ru-ru/dialog/error/forty-eight-hours-available.dialog rename to neon_skill_weather/locale/ru-ru/dialog/error/forty-eight-hours-available.dialog diff --git a/locale/ru-ru/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/ru-ru/dialog/error/location-not-found.dialog similarity index 100% rename from locale/ru-ru/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/ru-ru/dialog/error/location-not-found.dialog diff --git a/locale/ru-ru/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/ru-ru/dialog/error/no-forecast.dialog similarity index 100% rename from locale/ru-ru/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/ru-ru/dialog/error/no-forecast.dialog diff --git a/locale/ru-ru/dialog/error/seven-days-available.dialog b/neon_skill_weather/locale/ru-ru/dialog/error/seven-days-available.dialog similarity index 100% rename from locale/ru-ru/dialog/error/seven-days-available.dialog rename to neon_skill_weather/locale/ru-ru/dialog/error/seven-days-available.dialog diff --git a/locale/ru-ru/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-condition-expected-local.dialog similarity index 100% rename from locale/ru-ru/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-condition-expected-local.dialog diff --git a/locale/ru-ru/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-condition-expected-location.dialog similarity index 100% rename from locale/ru-ru/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-condition-expected-location.dialog diff --git a/locale/ru-ru/dialog/hourly/hourly-precipitation-next-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-precipitation-next-local.dialog similarity index 100% rename from locale/ru-ru/dialog/hourly/hourly-precipitation-next-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-precipitation-next-local.dialog diff --git a/locale/ru-ru/dialog/hourly/hourly-precipitation-next-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-precipitation-next-location.dialog similarity index 100% rename from locale/ru-ru/dialog/hourly/hourly-precipitation-next-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-precipitation-next-location.dialog diff --git a/locale/ru-ru/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-temperature-local.dialog similarity index 100% rename from locale/ru-ru/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-temperature-local.dialog diff --git a/locale/ru-ru/dialog/hourly/hourly-temperature-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-temperature-location.dialog similarity index 100% rename from locale/ru-ru/dialog/hourly/hourly-temperature-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-temperature-location.dialog diff --git a/locale/ru-ru/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/ru-ru/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/ru-ru/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/ru-ru/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/ru-ru/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/ru-ru/dialog/percentage-number.dialog b/neon_skill_weather/locale/ru-ru/dialog/percentage-number.dialog similarity index 100% rename from locale/ru-ru/dialog/percentage-number.dialog rename to neon_skill_weather/locale/ru-ru/dialog/percentage-number.dialog diff --git a/locale/ru-ru/dialog/unit/celsius.dialog b/neon_skill_weather/locale/ru-ru/dialog/unit/celsius.dialog similarity index 100% rename from locale/ru-ru/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/ru-ru/dialog/unit/celsius.dialog diff --git a/locale/ru-ru/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/ru-ru/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/ru-ru/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/ru-ru/dialog/unit/fahrenheit.dialog diff --git a/locale/ru-ru/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/ru-ru/dialog/unit/meters per second.dialog similarity index 100% rename from locale/ru-ru/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/ru-ru/dialog/unit/meters per second.dialog diff --git a/locale/ru-ru/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/ru-ru/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/ru-ru/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/ru-ru/dialog/unit/miles per hour.dialog diff --git a/locale/ru-ru/dialog/weekly/weekly-condition.dialog b/neon_skill_weather/locale/ru-ru/dialog/weekly/weekly-condition.dialog similarity index 100% rename from locale/ru-ru/dialog/weekly/weekly-condition.dialog rename to neon_skill_weather/locale/ru-ru/dialog/weekly/weekly-condition.dialog diff --git a/locale/ru-ru/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/ru-ru/dialog/weekly/weekly-temperature.dialog similarity index 100% rename from locale/ru-ru/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/ru-ru/dialog/weekly/weekly-temperature.dialog diff --git a/locale/ru-ru/regex/location.rx b/neon_skill_weather/locale/ru-ru/regex/location.rx similarity index 100% rename from locale/ru-ru/regex/location.rx rename to neon_skill_weather/locale/ru-ru/regex/location.rx diff --git a/locale/ru-ru/vocabulary/condition/clear.voc b/neon_skill_weather/locale/ru-ru/vocabulary/condition/clear.voc similarity index 100% rename from locale/ru-ru/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/clear.voc diff --git a/locale/ru-ru/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/ru-ru/vocabulary/condition/clouds.voc similarity index 100% rename from locale/ru-ru/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/clouds.voc diff --git a/locale/ru-ru/vocabulary/condition/do-i-need-an-umbrella.intent b/neon_skill_weather/locale/ru-ru/vocabulary/condition/do-i-need-an-umbrella.intent similarity index 100% rename from locale/ru-ru/vocabulary/condition/do-i-need-an-umbrella.intent rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/do-i-need-an-umbrella.intent diff --git a/locale/ru-ru/vocabulary/condition/fog.voc b/neon_skill_weather/locale/ru-ru/vocabulary/condition/fog.voc similarity index 100% rename from locale/ru-ru/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/fog.voc diff --git a/locale/ru-ru/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/ru-ru/vocabulary/condition/humidity.voc similarity index 100% rename from locale/ru-ru/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/humidity.voc diff --git a/locale/ru-ru/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/ru-ru/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/ru-ru/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/precipitation.voc diff --git a/locale/ru-ru/vocabulary/condition/rain.voc b/neon_skill_weather/locale/ru-ru/vocabulary/condition/rain.voc similarity index 100% rename from locale/ru-ru/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/rain.voc diff --git a/locale/ru-ru/vocabulary/condition/snow.voc b/neon_skill_weather/locale/ru-ru/vocabulary/condition/snow.voc similarity index 100% rename from locale/ru-ru/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/snow.voc diff --git a/locale/ru-ru/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/ru-ru/vocabulary/condition/thunderstorm.voc similarity index 100% rename from locale/ru-ru/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/thunderstorm.voc diff --git a/locale/ru-ru/vocabulary/condition/windy.voc b/neon_skill_weather/locale/ru-ru/vocabulary/condition/windy.voc similarity index 100% rename from locale/ru-ru/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/condition/windy.voc diff --git a/locale/ru-ru/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/couple.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/couple.voc diff --git a/locale/ru-ru/vocabulary/date-time/few.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/few.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/few.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/few.voc diff --git a/locale/ru-ru/vocabulary/date-time/later.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/later.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/later.voc diff --git a/locale/ru-ru/vocabulary/date-time/next.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/next.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/next.voc diff --git a/locale/ru-ru/vocabulary/date-time/now.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/now.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/now.voc diff --git a/locale/ru-ru/vocabulary/date-time/number-days.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/number-days.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/number-days.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/number-days.voc diff --git a/locale/ru-ru/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/relative-day.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/relative-day.voc diff --git a/locale/ru-ru/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/relative-time.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/relative-time.voc diff --git a/locale/ru-ru/vocabulary/date-time/today.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/today.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/today.voc diff --git a/locale/ru-ru/vocabulary/date-time/week.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/week.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/week.voc diff --git a/locale/ru-ru/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/ru-ru/vocabulary/date-time/weekend.voc similarity index 100% rename from locale/ru-ru/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/date-time/weekend.voc diff --git a/locale/ru-ru/vocabulary/forecast.voc b/neon_skill_weather/locale/ru-ru/vocabulary/forecast.voc similarity index 100% rename from locale/ru-ru/vocabulary/forecast.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/forecast.voc diff --git a/locale/ru-ru/vocabulary/like.voc b/neon_skill_weather/locale/ru-ru/vocabulary/like.voc similarity index 100% rename from locale/ru-ru/vocabulary/like.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/like.voc diff --git a/locale/ru-ru/vocabulary/location.voc b/neon_skill_weather/locale/ru-ru/vocabulary/location.voc similarity index 100% rename from locale/ru-ru/vocabulary/location.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/location.voc diff --git a/locale/ru-ru/vocabulary/outside.voc b/neon_skill_weather/locale/ru-ru/vocabulary/outside.voc similarity index 100% rename from locale/ru-ru/vocabulary/outside.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/outside.voc diff --git a/locale/ru-ru/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/ru-ru/vocabulary/query/confirm-query-current.voc similarity index 100% rename from locale/ru-ru/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/query/confirm-query-current.voc diff --git a/locale/ru-ru/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/ru-ru/vocabulary/query/confirm-query-future.voc similarity index 100% rename from locale/ru-ru/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/query/confirm-query-future.voc diff --git a/locale/ru-ru/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/ru-ru/vocabulary/query/confirm-query.voc similarity index 100% rename from locale/ru-ru/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/query/confirm-query.voc diff --git a/locale/ru-ru/vocabulary/query/how.voc b/neon_skill_weather/locale/ru-ru/vocabulary/query/how.voc similarity index 100% rename from locale/ru-ru/vocabulary/query/how.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/query/how.voc diff --git a/locale/ru-ru/vocabulary/query/query.voc b/neon_skill_weather/locale/ru-ru/vocabulary/query/query.voc similarity index 100% rename from locale/ru-ru/vocabulary/query/query.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/query/query.voc diff --git a/locale/ru-ru/vocabulary/query/when.voc b/neon_skill_weather/locale/ru-ru/vocabulary/query/when.voc similarity index 100% rename from locale/ru-ru/vocabulary/query/when.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/query/when.voc diff --git a/locale/ru-ru/vocabulary/sunrise.voc b/neon_skill_weather/locale/ru-ru/vocabulary/sunrise.voc similarity index 100% rename from locale/ru-ru/vocabulary/sunrise.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/sunrise.voc diff --git a/locale/ru-ru/vocabulary/sunset.voc b/neon_skill_weather/locale/ru-ru/vocabulary/sunset.voc similarity index 100% rename from locale/ru-ru/vocabulary/sunset.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/sunset.voc diff --git a/locale/ru-ru/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/ru-ru/vocabulary/temperature/cold.voc similarity index 100% rename from locale/ru-ru/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/temperature/cold.voc diff --git a/locale/ru-ru/vocabulary/temperature/high.voc b/neon_skill_weather/locale/ru-ru/vocabulary/temperature/high.voc similarity index 100% rename from locale/ru-ru/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/temperature/high.voc diff --git a/locale/ru-ru/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/ru-ru/vocabulary/temperature/hot.voc similarity index 100% rename from locale/ru-ru/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/temperature/hot.voc diff --git a/locale/ru-ru/vocabulary/temperature/low.voc b/neon_skill_weather/locale/ru-ru/vocabulary/temperature/low.voc similarity index 100% rename from locale/ru-ru/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/temperature/low.voc diff --git a/locale/ru-ru/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/ru-ru/vocabulary/temperature/temperature.voc similarity index 100% rename from locale/ru-ru/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/temperature/temperature.voc diff --git a/locale/ru-ru/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/ru-ru/vocabulary/unit/fahrenheit.voc similarity index 100% rename from locale/ru-ru/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/unit/fahrenheit.voc diff --git a/locale/ru-ru/vocabulary/unit/unit.entity b/neon_skill_weather/locale/ru-ru/vocabulary/unit/unit.entity similarity index 100% rename from locale/ru-ru/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/ru-ru/vocabulary/unit/unit.entity diff --git a/locale/ru-ru/vocabulary/unit/unit.voc b/neon_skill_weather/locale/ru-ru/vocabulary/unit/unit.voc similarity index 100% rename from locale/ru-ru/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/unit/unit.voc diff --git a/locale/ru-ru/vocabulary/weather.voc b/neon_skill_weather/locale/ru-ru/vocabulary/weather.voc similarity index 100% rename from locale/ru-ru/vocabulary/weather.voc rename to neon_skill_weather/locale/ru-ru/vocabulary/weather.voc diff --git a/locale/sv-se/dialog/and.dialog b/neon_skill_weather/locale/sv-se/dialog/and.dialog similarity index 100% rename from locale/sv-se/dialog/and.dialog rename to neon_skill_weather/locale/sv-se/dialog/and.dialog diff --git a/locale/sv-se/dialog/condition/clear sky.dialog b/neon_skill_weather/locale/sv-se/dialog/condition/clear sky.dialog similarity index 100% rename from locale/sv-se/dialog/condition/clear sky.dialog rename to neon_skill_weather/locale/sv-se/dialog/condition/clear sky.dialog diff --git a/locale/sv-se/dialog/condition/clear.dialog b/neon_skill_weather/locale/sv-se/dialog/condition/clear.dialog similarity index 100% rename from locale/sv-se/dialog/condition/clear.dialog rename to neon_skill_weather/locale/sv-se/dialog/condition/clear.dialog diff --git a/locale/sv-se/dialog/condition/no precipitation expected.dialog b/neon_skill_weather/locale/sv-se/dialog/condition/no precipitation expected.dialog similarity index 100% rename from locale/sv-se/dialog/condition/no precipitation expected.dialog rename to neon_skill_weather/locale/sv-se/dialog/condition/no precipitation expected.dialog diff --git a/locale/sv-se/dialog/condition/precipitation expected.dialog b/neon_skill_weather/locale/sv-se/dialog/condition/precipitation expected.dialog similarity index 100% rename from locale/sv-se/dialog/condition/precipitation expected.dialog rename to neon_skill_weather/locale/sv-se/dialog/condition/precipitation expected.dialog diff --git a/locale/sv-se/dialog/condition/rain.dialog b/neon_skill_weather/locale/sv-se/dialog/condition/rain.dialog similarity index 100% rename from locale/sv-se/dialog/condition/rain.dialog rename to neon_skill_weather/locale/sv-se/dialog/condition/rain.dialog diff --git a/locale/sv-se/dialog/condition/snow.dialog b/neon_skill_weather/locale/sv-se/dialog/condition/snow.dialog similarity index 100% rename from locale/sv-se/dialog/condition/snow.dialog rename to neon_skill_weather/locale/sv-se/dialog/condition/snow.dialog diff --git a/locale/sv-se/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/sv-se/dialog/condition/thunderstorm.dialog similarity index 100% rename from locale/sv-se/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/sv-se/dialog/condition/thunderstorm.dialog diff --git a/locale/sv-se/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-condition-expected-local.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-condition-expected-local.dialog diff --git a/locale/sv-se/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-condition-expected-location.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-condition-expected-location.dialog diff --git a/locale/sv-se/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-humidity-location.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-humidity-location.dialog diff --git a/locale/sv-se/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-temperature-high-local.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-temperature-high-local.dialog diff --git a/locale/sv-se/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-temperature-high-location.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-temperature-high-location.dialog diff --git a/locale/sv-se/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-temperature-high-low.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-temperature-high-low.dialog diff --git a/locale/sv-se/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-temperature-local.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-temperature-local.dialog diff --git a/locale/sv-se/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-temperature-location.dialog diff --git a/locale/sv-se/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-temperature-low-local.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-temperature-low-local.dialog diff --git a/locale/sv-se/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-temperature-low-location.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-temperature-low-location.dialog diff --git a/locale/sv-se/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-weather-local.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-weather-local.dialog diff --git a/locale/sv-se/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-weather-location.dialog diff --git a/locale/sv-se/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-wind-light-local.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-wind-light-local.dialog diff --git a/locale/sv-se/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-wind-light-location.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-wind-light-location.dialog diff --git a/locale/sv-se/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-wind-moderate-local.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-wind-moderate-local.dialog diff --git a/locale/sv-se/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-wind-moderate-location.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-wind-moderate-location.dialog diff --git a/locale/sv-se/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-wind-strong-local.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-wind-strong-local.dialog diff --git a/locale/sv-se/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/sv-se/dialog/current/current-wind-strong-location.dialog similarity index 100% rename from locale/sv-se/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/current/current-wind-strong-location.dialog diff --git a/locale/sv-se/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-condition-expected-local.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-condition-expected-local.dialog diff --git a/locale/sv-se/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-condition-expected-location.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-condition-expected-location.dialog diff --git a/locale/sv-se/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-high-local.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-high-local.dialog diff --git a/locale/sv-se/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-high-location.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-high-location.dialog diff --git a/locale/sv-se/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-local.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-local.dialog diff --git a/locale/sv-se/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-location.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-location.dialog diff --git a/locale/sv-se/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-low-local.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-low-local.dialog diff --git a/locale/sv-se/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-low-location.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-temperature-low-location.dialog diff --git a/locale/sv-se/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-weather-local.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-weather-local.dialog diff --git a/locale/sv-se/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-weather-location.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-weather-location.dialog diff --git a/locale/sv-se/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-light-local.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-light-local.dialog diff --git a/locale/sv-se/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-light-location.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-light-location.dialog diff --git a/locale/sv-se/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-moderate-local.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-moderate-local.dialog diff --git a/locale/sv-se/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-moderate-location.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-moderate-location.dialog diff --git a/locale/sv-se/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-strong-local.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-strong-local.dialog diff --git a/locale/sv-se/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-strong-location.dialog similarity index 100% rename from locale/sv-se/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/daily/daily-wind-strong-location.dialog diff --git a/locale/sv-se/dialog/direction/east.dialog b/neon_skill_weather/locale/sv-se/dialog/direction/east.dialog similarity index 100% rename from locale/sv-se/dialog/direction/east.dialog rename to neon_skill_weather/locale/sv-se/dialog/direction/east.dialog diff --git a/locale/sv-se/dialog/direction/north.dialog b/neon_skill_weather/locale/sv-se/dialog/direction/north.dialog similarity index 100% rename from locale/sv-se/dialog/direction/north.dialog rename to neon_skill_weather/locale/sv-se/dialog/direction/north.dialog diff --git a/locale/sv-se/dialog/direction/northeast.dialog b/neon_skill_weather/locale/sv-se/dialog/direction/northeast.dialog similarity index 100% rename from locale/sv-se/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/sv-se/dialog/direction/northeast.dialog diff --git a/locale/sv-se/dialog/direction/northwest.dialog b/neon_skill_weather/locale/sv-se/dialog/direction/northwest.dialog similarity index 100% rename from locale/sv-se/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/sv-se/dialog/direction/northwest.dialog diff --git a/locale/sv-se/dialog/direction/south.dialog b/neon_skill_weather/locale/sv-se/dialog/direction/south.dialog similarity index 100% rename from locale/sv-se/dialog/direction/south.dialog rename to neon_skill_weather/locale/sv-se/dialog/direction/south.dialog diff --git a/locale/sv-se/dialog/direction/southeast.dialog b/neon_skill_weather/locale/sv-se/dialog/direction/southeast.dialog similarity index 100% rename from locale/sv-se/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/sv-se/dialog/direction/southeast.dialog diff --git a/locale/sv-se/dialog/direction/southwest.dialog b/neon_skill_weather/locale/sv-se/dialog/direction/southwest.dialog similarity index 100% rename from locale/sv-se/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/sv-se/dialog/direction/southwest.dialog diff --git a/locale/sv-se/dialog/direction/west.dialog b/neon_skill_weather/locale/sv-se/dialog/direction/west.dialog similarity index 100% rename from locale/sv-se/dialog/direction/west.dialog rename to neon_skill_weather/locale/sv-se/dialog/direction/west.dialog diff --git a/locale/sv-se/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/sv-se/dialog/error/cant-get-forecast.dialog similarity index 100% rename from locale/sv-se/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/sv-se/dialog/error/cant-get-forecast.dialog diff --git a/locale/sv-se/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/sv-se/dialog/error/location-not-found.dialog similarity index 100% rename from locale/sv-se/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/sv-se/dialog/error/location-not-found.dialog diff --git a/locale/sv-se/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/sv-se/dialog/error/no-forecast.dialog similarity index 100% rename from locale/sv-se/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/sv-se/dialog/error/no-forecast.dialog diff --git a/locale/sv-se/dialog/hourly/hourly-condition-alternative-local.dialog b/neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-alternative-local.dialog similarity index 100% rename from locale/sv-se/dialog/hourly/hourly-condition-alternative-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-alternative-local.dialog diff --git a/locale/sv-se/dialog/hourly/hourly-condition-alternative-location.dialog b/neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-alternative-location.dialog similarity index 100% rename from locale/sv-se/dialog/hourly/hourly-condition-alternative-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-alternative-location.dialog diff --git a/locale/sv-se/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-expected-local.dialog similarity index 100% rename from locale/sv-se/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-expected-local.dialog diff --git a/locale/sv-se/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-expected-location.dialog similarity index 100% rename from locale/sv-se/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-expected-location.dialog diff --git a/locale/sv-se/dialog/hourly/hourly-condition-not-expected-local.dialog b/neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-not-expected-local.dialog similarity index 100% rename from locale/sv-se/dialog/hourly/hourly-condition-not-expected-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-not-expected-local.dialog diff --git a/locale/sv-se/dialog/hourly/hourly-condition-not-expected-location.dialog b/neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-not-expected-location.dialog similarity index 100% rename from locale/sv-se/dialog/hourly/hourly-condition-not-expected-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/hourly/hourly-condition-not-expected-location.dialog diff --git a/locale/sv-se/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/sv-se/dialog/hourly/hourly-temperature-local.dialog similarity index 100% rename from locale/sv-se/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/hourly/hourly-temperature-local.dialog diff --git a/locale/sv-se/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/sv-se/dialog/hourly/hourly-weather-local.dialog similarity index 100% rename from locale/sv-se/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/sv-se/dialog/hourly/hourly-weather-local.dialog diff --git a/locale/sv-se/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/sv-se/dialog/hourly/hourly-weather-location.dialog similarity index 100% rename from locale/sv-se/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/sv-se/dialog/hourly/hourly-weather-location.dialog diff --git a/locale/sv-se/dialog/percentage-number.dialog b/neon_skill_weather/locale/sv-se/dialog/percentage-number.dialog similarity index 100% rename from locale/sv-se/dialog/percentage-number.dialog rename to neon_skill_weather/locale/sv-se/dialog/percentage-number.dialog diff --git a/locale/sv-se/dialog/unit/celsius.dialog b/neon_skill_weather/locale/sv-se/dialog/unit/celsius.dialog similarity index 100% rename from locale/sv-se/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/sv-se/dialog/unit/celsius.dialog diff --git a/locale/sv-se/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/sv-se/dialog/unit/fahrenheit.dialog similarity index 100% rename from locale/sv-se/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/sv-se/dialog/unit/fahrenheit.dialog diff --git a/locale/sv-se/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/sv-se/dialog/unit/meters per second.dialog similarity index 100% rename from locale/sv-se/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/sv-se/dialog/unit/meters per second.dialog diff --git a/locale/sv-se/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/sv-se/dialog/unit/miles per hour.dialog similarity index 100% rename from locale/sv-se/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/sv-se/dialog/unit/miles per hour.dialog diff --git a/locale/sv-se/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/sv-se/dialog/weekly/weekly-temperature.dialog similarity index 100% rename from locale/sv-se/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/sv-se/dialog/weekly/weekly-temperature.dialog diff --git a/locale/sv-se/regex/location.rx b/neon_skill_weather/locale/sv-se/regex/location.rx similarity index 100% rename from locale/sv-se/regex/location.rx rename to neon_skill_weather/locale/sv-se/regex/location.rx diff --git a/locale/sv-se/vocabulary/condition/clear.voc b/neon_skill_weather/locale/sv-se/vocabulary/condition/clear.voc similarity index 100% rename from locale/sv-se/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/sv-se/vocabulary/condition/clear.voc diff --git a/locale/sv-se/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/sv-se/vocabulary/condition/clouds.voc similarity index 100% rename from locale/sv-se/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/sv-se/vocabulary/condition/clouds.voc diff --git a/locale/sv-se/vocabulary/condition/do.i.need.an.umbrella.intent b/neon_skill_weather/locale/sv-se/vocabulary/condition/do.i.need.an.umbrella.intent similarity index 100% rename from locale/sv-se/vocabulary/condition/do.i.need.an.umbrella.intent rename to neon_skill_weather/locale/sv-se/vocabulary/condition/do.i.need.an.umbrella.intent diff --git a/locale/sv-se/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/sv-se/vocabulary/condition/humidity.voc similarity index 100% rename from locale/sv-se/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/sv-se/vocabulary/condition/humidity.voc diff --git a/locale/sv-se/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/sv-se/vocabulary/condition/precipitation.voc similarity index 100% rename from locale/sv-se/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/sv-se/vocabulary/condition/precipitation.voc diff --git a/locale/sv-se/vocabulary/condition/rain.voc b/neon_skill_weather/locale/sv-se/vocabulary/condition/rain.voc similarity index 100% rename from locale/sv-se/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/sv-se/vocabulary/condition/rain.voc diff --git a/locale/sv-se/vocabulary/condition/snow.voc b/neon_skill_weather/locale/sv-se/vocabulary/condition/snow.voc similarity index 100% rename from locale/sv-se/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/sv-se/vocabulary/condition/snow.voc diff --git a/locale/sv-se/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/sv-se/vocabulary/condition/thunderstorm.voc similarity index 100% rename from locale/sv-se/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/sv-se/vocabulary/condition/thunderstorm.voc diff --git a/locale/sv-se/vocabulary/condition/windy.voc b/neon_skill_weather/locale/sv-se/vocabulary/condition/windy.voc similarity index 100% rename from locale/sv-se/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/sv-se/vocabulary/condition/windy.voc diff --git a/locale/sv-se/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/sv-se/vocabulary/date-time/couple.voc similarity index 100% rename from locale/sv-se/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/sv-se/vocabulary/date-time/couple.voc diff --git a/locale/sv-se/vocabulary/date-time/later.voc b/neon_skill_weather/locale/sv-se/vocabulary/date-time/later.voc similarity index 100% rename from locale/sv-se/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/sv-se/vocabulary/date-time/later.voc diff --git a/locale/sv-se/vocabulary/date-time/next.voc b/neon_skill_weather/locale/sv-se/vocabulary/date-time/next.voc similarity index 100% rename from locale/sv-se/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/sv-se/vocabulary/date-time/next.voc diff --git a/locale/sv-se/vocabulary/date-time/now.voc b/neon_skill_weather/locale/sv-se/vocabulary/date-time/now.voc similarity index 100% rename from locale/sv-se/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/sv-se/vocabulary/date-time/now.voc diff --git a/locale/sv-se/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/sv-se/vocabulary/date-time/relative-day.voc similarity index 100% rename from locale/sv-se/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/sv-se/vocabulary/date-time/relative-day.voc diff --git a/locale/sv-se/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/sv-se/vocabulary/date-time/relative-time.voc similarity index 100% rename from locale/sv-se/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/sv-se/vocabulary/date-time/relative-time.voc diff --git a/locale/sv-se/vocabulary/date-time/today.voc b/neon_skill_weather/locale/sv-se/vocabulary/date-time/today.voc similarity index 100% rename from locale/sv-se/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/sv-se/vocabulary/date-time/today.voc diff --git a/locale/sv-se/vocabulary/date-time/week.voc b/neon_skill_weather/locale/sv-se/vocabulary/date-time/week.voc similarity index 100% rename from locale/sv-se/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/sv-se/vocabulary/date-time/week.voc diff --git a/locale/sv-se/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/sv-se/vocabulary/date-time/weekend.voc similarity index 100% rename from locale/sv-se/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/sv-se/vocabulary/date-time/weekend.voc diff --git a/locale/sv-se/vocabulary/forecast.voc b/neon_skill_weather/locale/sv-se/vocabulary/forecast.voc similarity index 100% rename from locale/sv-se/vocabulary/forecast.voc rename to neon_skill_weather/locale/sv-se/vocabulary/forecast.voc diff --git a/locale/sv-se/vocabulary/location.voc b/neon_skill_weather/locale/sv-se/vocabulary/location.voc similarity index 100% rename from locale/sv-se/vocabulary/location.voc rename to neon_skill_weather/locale/sv-se/vocabulary/location.voc diff --git a/locale/sv-se/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/sv-se/vocabulary/query/confirm-query-current.voc similarity index 100% rename from locale/sv-se/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/sv-se/vocabulary/query/confirm-query-current.voc diff --git a/locale/sv-se/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/sv-se/vocabulary/query/confirm-query-future.voc similarity index 100% rename from locale/sv-se/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/sv-se/vocabulary/query/confirm-query-future.voc diff --git a/locale/sv-se/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/sv-se/vocabulary/query/confirm-query.voc similarity index 100% rename from locale/sv-se/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/sv-se/vocabulary/query/confirm-query.voc diff --git a/locale/sv-se/vocabulary/query/how.voc b/neon_skill_weather/locale/sv-se/vocabulary/query/how.voc similarity index 100% rename from locale/sv-se/vocabulary/query/how.voc rename to neon_skill_weather/locale/sv-se/vocabulary/query/how.voc diff --git a/locale/sv-se/vocabulary/query/query.voc b/neon_skill_weather/locale/sv-se/vocabulary/query/query.voc similarity index 100% rename from locale/sv-se/vocabulary/query/query.voc rename to neon_skill_weather/locale/sv-se/vocabulary/query/query.voc diff --git a/locale/sv-se/vocabulary/query/when.voc b/neon_skill_weather/locale/sv-se/vocabulary/query/when.voc similarity index 100% rename from locale/sv-se/vocabulary/query/when.voc rename to neon_skill_weather/locale/sv-se/vocabulary/query/when.voc diff --git a/locale/sv-se/vocabulary/sunrise.voc b/neon_skill_weather/locale/sv-se/vocabulary/sunrise.voc similarity index 100% rename from locale/sv-se/vocabulary/sunrise.voc rename to neon_skill_weather/locale/sv-se/vocabulary/sunrise.voc diff --git a/locale/sv-se/vocabulary/sunset.voc b/neon_skill_weather/locale/sv-se/vocabulary/sunset.voc similarity index 100% rename from locale/sv-se/vocabulary/sunset.voc rename to neon_skill_weather/locale/sv-se/vocabulary/sunset.voc diff --git a/locale/sv-se/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/sv-se/vocabulary/temperature/cold.voc similarity index 100% rename from locale/sv-se/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/sv-se/vocabulary/temperature/cold.voc diff --git a/locale/sv-se/vocabulary/temperature/fog.voc b/neon_skill_weather/locale/sv-se/vocabulary/temperature/fog.voc similarity index 100% rename from locale/sv-se/vocabulary/temperature/fog.voc rename to neon_skill_weather/locale/sv-se/vocabulary/temperature/fog.voc diff --git a/locale/sv-se/vocabulary/temperature/high.voc b/neon_skill_weather/locale/sv-se/vocabulary/temperature/high.voc similarity index 100% rename from locale/sv-se/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/sv-se/vocabulary/temperature/high.voc diff --git a/locale/sv-se/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/sv-se/vocabulary/temperature/hot.voc similarity index 100% rename from locale/sv-se/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/sv-se/vocabulary/temperature/hot.voc diff --git a/locale/sv-se/vocabulary/temperature/low.voc b/neon_skill_weather/locale/sv-se/vocabulary/temperature/low.voc similarity index 100% rename from locale/sv-se/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/sv-se/vocabulary/temperature/low.voc diff --git a/locale/sv-se/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/sv-se/vocabulary/temperature/temperature.voc similarity index 100% rename from locale/sv-se/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/sv-se/vocabulary/temperature/temperature.voc diff --git a/locale/sv-se/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/sv-se/vocabulary/unit/fahrenheit.voc similarity index 100% rename from locale/sv-se/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/sv-se/vocabulary/unit/fahrenheit.voc diff --git a/locale/de-de/vocabulary/unit/unit.entity b/neon_skill_weather/locale/sv-se/vocabulary/unit/unit.entity similarity index 90% rename from locale/de-de/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/sv-se/vocabulary/unit/unit.entity index 45db19a74..e63c6667a 100644 --- a/locale/de-de/vocabulary/unit/unit.entity +++ b/neon_skill_weather/locale/sv-se/vocabulary/unit/unit.entity @@ -1,2 +1,2 @@ -fahrenheit -celsius +fahrenheit +celsius diff --git a/locale/uk-ua/vocabulary/unit/unit.entity b/neon_skill_weather/locale/sv-se/vocabulary/unit/unit.voc similarity index 90% rename from locale/uk-ua/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/sv-se/vocabulary/unit/unit.voc index 45db19a74..e63c6667a 100644 --- a/locale/uk-ua/vocabulary/unit/unit.entity +++ b/neon_skill_weather/locale/sv-se/vocabulary/unit/unit.voc @@ -1,2 +1,2 @@ -fahrenheit -celsius +fahrenheit +celsius diff --git a/locale/sv-se/vocabulary/weather.voc b/neon_skill_weather/locale/sv-se/vocabulary/weather.voc similarity index 100% rename from locale/sv-se/vocabulary/weather.voc rename to neon_skill_weather/locale/sv-se/vocabulary/weather.voc diff --git a/locale/uk-ua/dialog/and.dialog b/neon_skill_weather/locale/uk-ua/dialog/and.dialog similarity index 95% rename from locale/uk-ua/dialog/and.dialog rename to neon_skill_weather/locale/uk-ua/dialog/and.dialog index 3bff424ea..f33845f4e 100644 --- a/locale/uk-ua/dialog/and.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/and.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -і +# auto translated from en-us to uk-ua +і diff --git a/locale/uk-ua/dialog/condition/clear-sky.dialog b/neon_skill_weather/locale/uk-ua/dialog/condition/clear-sky.dialog similarity index 96% rename from locale/uk-ua/dialog/condition/clear-sky.dialog rename to neon_skill_weather/locale/uk-ua/dialog/condition/clear-sky.dialog index e849de3a8..6047410ac 100644 --- a/locale/uk-ua/dialog/condition/clear-sky.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/condition/clear-sky.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -чисте небо +# auto translated from en-us to uk-ua +чисте небо diff --git a/locale/uk-ua/dialog/condition/clear.dialog b/neon_skill_weather/locale/uk-ua/dialog/condition/clear.dialog similarity index 96% rename from locale/uk-ua/dialog/condition/clear.dialog rename to neon_skill_weather/locale/uk-ua/dialog/condition/clear.dialog index e849de3a8..6047410ac 100644 --- a/locale/uk-ua/dialog/condition/clear.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/condition/clear.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -чисте небо +# auto translated from en-us to uk-ua +чисте небо diff --git a/locale/uk-ua/dialog/condition/clouds.dialog b/neon_skill_weather/locale/uk-ua/dialog/condition/clouds.dialog similarity index 96% rename from locale/uk-ua/dialog/condition/clouds.dialog rename to neon_skill_weather/locale/uk-ua/dialog/condition/clouds.dialog index cbde84c48..34bd66bc5 100644 --- a/locale/uk-ua/dialog/condition/clouds.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/condition/clouds.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -хмари +# auto translated from en-us to uk-ua +хмари diff --git a/locale/uk-ua/dialog/condition/humidity.dialog b/neon_skill_weather/locale/uk-ua/dialog/condition/humidity.dialog similarity index 96% rename from locale/uk-ua/dialog/condition/humidity.dialog rename to neon_skill_weather/locale/uk-ua/dialog/condition/humidity.dialog index b1819e89e..cee8f6e95 100644 --- a/locale/uk-ua/dialog/condition/humidity.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/condition/humidity.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -вологість +# auto translated from en-us to uk-ua +вологість diff --git a/locale/uk-ua/dialog/condition/rain.dialog b/neon_skill_weather/locale/uk-ua/dialog/condition/rain.dialog similarity index 95% rename from locale/uk-ua/dialog/condition/rain.dialog rename to neon_skill_weather/locale/uk-ua/dialog/condition/rain.dialog index e8d083d53..28ab0cf4d 100644 --- a/locale/uk-ua/dialog/condition/rain.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/condition/rain.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -дощ +# auto translated from en-us to uk-ua +дощ diff --git a/locale/uk-ua/dialog/condition/snow.dialog b/neon_skill_weather/locale/uk-ua/dialog/condition/snow.dialog similarity index 95% rename from locale/uk-ua/dialog/condition/snow.dialog rename to neon_skill_weather/locale/uk-ua/dialog/condition/snow.dialog index dcf4bbc95..c375371c0 100644 --- a/locale/uk-ua/dialog/condition/snow.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/condition/snow.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -сніг +# auto translated from en-us to uk-ua +сніг diff --git a/locale/uk-ua/dialog/condition/thunderstorm.dialog b/neon_skill_weather/locale/uk-ua/dialog/condition/thunderstorm.dialog similarity index 96% rename from locale/uk-ua/dialog/condition/thunderstorm.dialog rename to neon_skill_weather/locale/uk-ua/dialog/condition/thunderstorm.dialog index 2dc48961b..530a2785b 100644 --- a/locale/uk-ua/dialog/condition/thunderstorm.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/condition/thunderstorm.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -шторми +# auto translated from en-us to uk-ua +шторми diff --git a/locale/uk-ua/dialog/current/current-condition-expected-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-condition-expected-local.dialog similarity index 97% rename from locale/uk-ua/dialog/current/current-condition-expected-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-condition-expected-local.dialog index d50cc2a4f..fd851ef67 100644 --- a/locale/uk-ua/dialog/current/current-condition-expected-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-condition-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Так, сьогодні буде {condition} -Схоже, що сьогодні буде {condition} +# auto translated from en-us to uk-ua +Так, сьогодні буде {condition} +Схоже, що сьогодні буде {condition} diff --git a/locale/uk-ua/dialog/current/current-condition-expected-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-condition-expected-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-condition-expected-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-condition-expected-location.dialog index 590961098..956cbcba1 100644 --- a/locale/uk-ua/dialog/current/current-condition-expected-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-condition-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -У {location}, схоже, сьогодні буде {condition} -Так, це буде {condition} в {location} +# auto translated from en-us to uk-ua +У {location}, схоже, сьогодні буде {condition} +Так, це буде {condition} в {location} diff --git a/locale/uk-ua/dialog/current/current-condition-not-expected-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-condition-not-expected-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-condition-not-expected-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-condition-not-expected-local.dialog index 894901933..207e8e157 100644 --- a/locale/uk-ua/dialog/current/current-condition-not-expected-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-condition-not-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Ні, за прогнозом сьогодні буде {condition} -Ні, {condition} очікується сьогодні +# auto translated from en-us to uk-ua +Ні, за прогнозом сьогодні буде {condition} +Ні, {condition} очікується сьогодні diff --git a/locale/uk-ua/dialog/current/current-condition-not-expected-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-condition-not-expected-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-condition-not-expected-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-condition-not-expected-location.dialog index d374e8cc7..d9175a769 100644 --- a/locale/uk-ua/dialog/current/current-condition-not-expected-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-condition-not-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Ні, прогноз передбачає {condition} сьогодні через {location} -Ні, в {location} {condition} очікується сьогодні +# auto translated from en-us to uk-ua +Ні, прогноз передбачає {condition} сьогодні через {location} +Ні, в {location} {condition} очікується сьогодні diff --git a/locale/uk-ua/dialog/current/current-humidity-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-humidity-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-humidity-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-humidity-local.dialog index a1395aa7f..f6102454e 100644 --- a/locale/uk-ua/dialog/current/current-humidity-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-humidity-local.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -Наразі вологість становить {percent} +# auto translated from en-us to uk-ua +Наразі вологість становить {percent} diff --git a/locale/uk-ua/dialog/current/current-humidity-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-humidity-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-humidity-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-humidity-location.dialog index b4c480846..fd5cdf2d5 100644 --- a/locale/uk-ua/dialog/current/current-humidity-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-humidity-location.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -Наразі вологість в {location} становить {percent} +# auto translated from en-us to uk-ua +Наразі вологість в {location} становить {percent} diff --git a/locale/uk-ua/dialog/current/current-sunrise-future-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-future-local.dialog similarity index 97% rename from locale/uk-ua/dialog/current/current-sunrise-future-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-future-local.dialog index 9916fb86f..ff096757f 100644 --- a/locale/uk-ua/dialog/current/current-sunrise-future-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-future-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -сонце зійде сьогодні о {time} -Схід сонця сьогодні буде о {time} +# auto translated from en-us to uk-ua +сонце зійде сьогодні о {time} +Схід сонця сьогодні буде о {time} diff --git a/locale/uk-ua/dialog/current/current-sunrise-future-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-future-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-sunrise-future-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-future-location.dialog index cc46ea94f..2b49d2d5a 100644 --- a/locale/uk-ua/dialog/current/current-sunrise-future-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-future-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -сонце зійшло о {time} сьогодні о {location} -Схід сонця був о {time} сьогодні о {location} +# auto translated from en-us to uk-ua +сонце зійшло о {time} сьогодні о {location} +Схід сонця був о {time} сьогодні о {location} diff --git a/locale/uk-ua/dialog/current/current-sunrise-past-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-past-local.dialog similarity index 97% rename from locale/uk-ua/dialog/current/current-sunrise-past-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-past-local.dialog index f38ad0692..72790b3d8 100644 --- a/locale/uk-ua/dialog/current/current-sunrise-past-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-past-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -сонце сьогодні зійшло о {time} -Схід сонця сьогодні був о 0 +# auto translated from en-us to uk-ua +сонце сьогодні зійшло о {time} +Схід сонця сьогодні був о 0 diff --git a/locale/uk-ua/dialog/current/current-sunrise-past-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-past-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-sunrise-past-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-past-location.dialog index cc46ea94f..2b49d2d5a 100644 --- a/locale/uk-ua/dialog/current/current-sunrise-past-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunrise-past-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -сонце зійшло о {time} сьогодні о {location} -Схід сонця був о {time} сьогодні о {location} +# auto translated from en-us to uk-ua +сонце зійшло о {time} сьогодні о {location} +Схід сонця був о {time} сьогодні о {location} diff --git a/locale/uk-ua/dialog/current/current-sunset-future-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-future-local.dialog similarity index 97% rename from locale/uk-ua/dialog/current/current-sunset-future-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-future-local.dialog index f4ee1cb8f..077c5432f 100644 --- a/locale/uk-ua/dialog/current/current-sunset-future-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-future-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -сонце сьогодні зайде о {time} -сонце зайде сьогодні о 0:00 -захід сонця сьогодні буде в {time} +# auto translated from en-us to uk-ua +сонце сьогодні зайде о {time} +сонце зайде сьогодні о 0:00 +захід сонця сьогодні буде в {time} diff --git a/locale/uk-ua/dialog/current/current-sunset-future-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-future-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-sunset-future-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-future-location.dialog index 9f32acf0f..50b870215 100644 --- a/locale/uk-ua/dialog/current/current-sunset-future-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-future-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -захід сонця буде о {time} сьогодні о {location} -в {location} сонце зайде сьогодні о {time} -сонце зайде о {time} сьогодні о {location} +# auto translated from en-us to uk-ua +захід сонця буде о {time} сьогодні о {location} +в {location} сонце зайде сьогодні о {time} +сонце зайде о {time} сьогодні о {location} diff --git a/locale/uk-ua/dialog/current/current-sunset-past-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-past-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-sunset-past-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-past-local.dialog index 90a7cdfd8..d976a3bab 100644 --- a/locale/uk-ua/dialog/current/current-sunset-past-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-past-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -сонце зайшло сьогодні о 0:00 -захід сонця сьогодні був на позначці {time} -сьогодні сонце зайшло о 0:00 +# auto translated from en-us to uk-ua +сонце зайшло сьогодні о 0:00 +захід сонця сьогодні був на позначці {time} +сьогодні сонце зайшло о 0:00 diff --git a/locale/uk-ua/dialog/current/current-sunset-past-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-past-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-sunset-past-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-past-location.dialog index 003c69ae2..9df9736b5 100644 --- a/locale/uk-ua/dialog/current/current-sunset-past-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-sunset-past-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -в {location} сьогодні сонце зайшло о {time} -сонце зайшло о {time} сьогодні о {location} -захід сонця був о {time} сьогодні о {location} +# auto translated from en-us to uk-ua +в {location} сьогодні сонце зайшло о {time} +сонце зайшло о {time} сьогодні о {location} +захід сонця був о {time} сьогодні о {location} diff --git a/locale/uk-ua/dialog/current/current-temperature-high-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-high-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-temperature-high-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-high-local.dialog index 6839c717c..0c0197925 100644 --- a/locale/uk-ua/dialog/current/current-temperature-high-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-high-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -Сьогодні температура сягатиме {temperature} градусів. -Очікується максимальна температура {temperature} градусів {temperature_unit}. -Очікується максимальна температура {temperature} градусів. +# auto translated from en-us to uk-ua +Сьогодні температура сягатиме {temperature} градусів. +Очікується максимальна температура {temperature} градусів {temperature_unit}. +Очікується максимальна температура {temperature} градусів. diff --git a/locale/uk-ua/dialog/current/current-temperature-high-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-high-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-temperature-high-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-high-location.dialog index f36b8230e..eebe66196 100644 --- a/locale/uk-ua/dialog/current/current-temperature-high-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-high-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -Максимум {temperature} градусів {temperature_unit} очікується в {location}. -Максимум {temperature} градусів можна очікувати в {location}. -Сьогодні температура повітря сягатиме {temperature} градусів за Цельсієм {location}. +# auto translated from en-us to uk-ua +Максимум {temperature} градусів {temperature_unit} очікується в {location}. +Максимум {temperature} градусів можна очікувати в {location}. +Сьогодні температура повітря сягатиме {temperature} градусів за Цельсієм {location}. diff --git a/locale/uk-ua/dialog/current/current-temperature-high-low.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-high-low.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-temperature-high-low.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-high-low.dialog index 35673d58f..02c4747c8 100644 --- a/locale/uk-ua/dialog/current/current-temperature-high-low.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-high-low.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -Сьогоднішній прогноз - максимум {high_temperature} і мінімум {low_temperature}. +# auto translated from en-us to uk-ua +Сьогоднішній прогноз - максимум {high_temperature} і мінімум {low_temperature}. diff --git a/locale/uk-ua/dialog/current/current-temperature-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-temperature-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-local.dialog index 75440ad84..69e712eab 100644 --- a/locale/uk-ua/dialog/current/current-temperature-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -Зараз на вулиці 0 градусів. -Наразі {temperature} градусів {temperature_unit}. -Наразі {temperature} градусів. +# auto translated from en-us to uk-ua +Зараз на вулиці 0 градусів. +Наразі {temperature} градусів {temperature_unit}. +Наразі {temperature} градусів. diff --git a/locale/uk-ua/dialog/current/current-temperature-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-location.dialog similarity index 100% rename from locale/uk-ua/dialog/current/current-temperature-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-location.dialog diff --git a/locale/uk-ua/dialog/current/current-temperature-low-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-low-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-temperature-low-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-low-local.dialog index b964237d9..675a1d5c7 100644 --- a/locale/uk-ua/dialog/current/current-temperature-low-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-low-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -Сьогодні буде до {temperature} градусів. -Очікується мінімум {temperature} градусів {temperature_unit}. -Очікується мінімальна температура {temperature} градусів. +# auto translated from en-us to uk-ua +Сьогодні буде до {temperature} градусів. +Очікується мінімум {temperature} градусів {temperature_unit}. +Очікується мінімальна температура {temperature} градусів. diff --git a/locale/uk-ua/dialog/current/current-temperature-low-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-low-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-temperature-low-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-low-location.dialog index 2a47a1a40..fc867fa02 100644 --- a/locale/uk-ua/dialog/current/current-temperature-low-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-temperature-low-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Температура може бути від {temperature} градусів до {location}. -Сьогодні температура повітря опуститься до {temperature} градусів {temperature_unit} в {location}. +# auto translated from en-us to uk-ua +Температура може бути від {temperature} градусів до {location}. +Сьогодні температура повітря опуститься до {temperature} градусів {temperature_unit} в {location}. diff --git a/locale/uk-ua/dialog/current/current-weather-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-weather-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-weather-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-weather-local.dialog index f64d79201..8401a20eb 100644 --- a/locale/uk-ua/dialog/current/current-weather-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-weather-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Наразі це {condition} та {temperature} градуси за Цельсієм. -Наразі це {condition} та {temperature} градус. +# auto translated from en-us to uk-ua +Наразі це {condition} та {temperature} градуси за Цельсієм. +Наразі це {condition} та {temperature} градус. diff --git a/locale/uk-ua/dialog/current/current-weather-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-weather-location.dialog similarity index 100% rename from locale/uk-ua/dialog/current/current-weather-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-weather-location.dialog diff --git a/locale/uk-ua/dialog/current/current-wind-light-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-light-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-wind-light-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-wind-light-local.dialog index a3fd87f6b..6267c8bae 100644 --- a/locale/uk-ua/dialog/current/current-wind-light-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-light-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Вітер слабкий при {speed} {speed_unit} від {direction} -Сьогодні легкий вітер від {direction} до {speed} {speed_unit} +# auto translated from en-us to uk-ua +Вітер слабкий при {speed} {speed_unit} від {direction} +Сьогодні легкий вітер від {direction} до {speed} {speed_unit} diff --git a/locale/uk-ua/dialog/current/current-wind-light-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-light-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-wind-light-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-wind-light-location.dialog index 84e260e90..7e6d21619 100644 --- a/locale/uk-ua/dialog/current/current-wind-light-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-light-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -У {location} сьогодні легкий вітер з {direction} на {speed} {speed_unit} -Вітер легкий в {location} в {speed} в {speed_unit} з {direction} +# auto translated from en-us to uk-ua +У {location} сьогодні легкий вітер з {direction} на {speed} {speed_unit} +Вітер легкий в {location} в {speed} в {speed_unit} з {direction} diff --git a/locale/uk-ua/dialog/current/current-wind-moderate-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-moderate-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-wind-moderate-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-wind-moderate-local.dialog index bf5967f94..cbb2e2649 100644 --- a/locale/uk-ua/dialog/current/current-wind-moderate-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-moderate-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Наразі вітер помірний {speed} {speed_unit} від {direction} -Сьогодні трохи вітряно, зараз {speed} {speed_unit} +# auto translated from en-us to uk-ua +Наразі вітер помірний {speed} {speed_unit} від {direction} +Сьогодні трохи вітряно, зараз {speed} {speed_unit} diff --git a/locale/uk-ua/dialog/current/current-wind-moderate-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-moderate-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-wind-moderate-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-wind-moderate-location.dialog index 4e14b8e5a..fe2b25d5d 100644 --- a/locale/uk-ua/dialog/current/current-wind-moderate-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-moderate-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Наразі вітер помірний {speed} {speed_unit} від {direction} до {location} -Сьогодні трохи вітряно в {location}, зараз {speed} {speed_unit} +# auto translated from en-us to uk-ua +Наразі вітер помірний {speed} {speed_unit} від {direction} до {location} +Сьогодні трохи вітряно в {location}, зараз {speed} {speed_unit} diff --git a/locale/uk-ua/dialog/current/current-wind-strong-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-strong-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-wind-strong-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-wind-strong-local.dialog index e67204019..70dbd72d4 100644 --- a/locale/uk-ua/dialog/current/current-wind-strong-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-strong-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -Сьогодні дуже вітряно, {speed} {speed_unit} -Сьогодні дуже сильний вітер з {direction}, {speed} {speed_unit} -Наразі вітер від {direction} до {speed} {speed_unit}, можливо, сьогодні краще залишитися вдома +# auto translated from en-us to uk-ua +Сьогодні дуже вітряно, {speed} {speed_unit} +Сьогодні дуже сильний вітер з {direction}, {speed} {speed_unit} +Наразі вітер від {direction} до {speed} {speed_unit}, можливо, сьогодні краще залишитися вдома diff --git a/locale/uk-ua/dialog/current/current-wind-strong-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-strong-location.dialog similarity index 98% rename from locale/uk-ua/dialog/current/current-wind-strong-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/current-wind-strong-location.dialog index 12410a8c9..46d0c3487 100644 --- a/locale/uk-ua/dialog/current/current-wind-strong-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/current-wind-strong-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -Наразі вітер від {direction} до {speed}, від {speed_unit} до {location}, гарний день, щоб залишатися вдома -{location} сьогодні буде сильний вітер, {speed} {speed_unit} -Сьогодні дуже сильний вітер від {direction} до {location}, {speed} {speed_unit} +# auto translated from en-us to uk-ua +Наразі вітер від {direction} до {speed}, від {speed_unit} до {location}, гарний день, щоб залишатися вдома +{location} сьогодні буде сильний вітер, {speed} {speed_unit} +Сьогодні дуже сильний вітер від {direction} до {location}, {speed} {speed_unit} diff --git a/locale/uk-ua/dialog/current/currrent-clouds-alternative-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/current/currrent-clouds-alternative-local.dialog similarity index 98% rename from locale/uk-ua/dialog/current/currrent-clouds-alternative-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/current/currrent-clouds-alternative-local.dialog index ed9ea27d0..a3ba40742 100644 --- a/locale/uk-ua/dialog/current/currrent-clouds-alternative-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/current/currrent-clouds-alternative-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -Не повинно бути хмарно, схоже, що сьогодні буде {condition} -Ні, за прогнозом сьогодні буде {condition} -Не схоже на те, швидше за все, сьогодні буде {condition} +# auto translated from en-us to uk-ua +Не повинно бути хмарно, схоже, що сьогодні буде {condition} +Ні, за прогнозом сьогодні буде {condition} +Не схоже на те, швидше за все, сьогодні буде {condition} diff --git a/locale/uk-ua/dialog/daily/daily-condition-expected-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-expected-local.dialog similarity index 97% rename from locale/uk-ua/dialog/daily/daily-condition-expected-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-expected-local.dialog index 18e6f5395..04264776b 100644 --- a/locale/uk-ua/dialog/daily/daily-condition-expected-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Так, прогноз передбачає {condition} {day} -Так, очікуйте {condition} {day} +# auto translated from en-us to uk-ua +Так, прогноз передбачає {condition} {day} +Так, очікуйте {condition} {day} diff --git a/locale/uk-ua/dialog/daily/daily-condition-expected-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-expected-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-condition-expected-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-expected-location.dialog index ceef22c6c..06541f050 100644 --- a/locale/uk-ua/dialog/daily/daily-condition-expected-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Так, прогноз передбачає {condition} в {location} {day} -Так, очікуйте {condition} в {location} {day} +# auto translated from en-us to uk-ua +Так, прогноз передбачає {condition} в {location} {day} +Так, очікуйте {condition} в {location} {day} diff --git a/locale/uk-ua/dialog/daily/daily-condition-not-expected-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-not-expected-local.dialog similarity index 97% rename from locale/uk-ua/dialog/daily/daily-condition-not-expected-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-not-expected-local.dialog index 584e9135a..b698a2f53 100644 --- a/locale/uk-ua/dialog/daily/daily-condition-not-expected-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-not-expected-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Ні, {condition} очікується {day} -Ні, за прогнозом {day} буде {condition} +# auto translated from en-us to uk-ua +Ні, {condition} очікується {day} +Ні, за прогнозом {day} буде {condition} diff --git a/locale/uk-ua/dialog/daily/daily-condition-not-expected-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-not-expected-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-condition-not-expected-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-not-expected-location.dialog index 50639a822..a101bf924 100644 --- a/locale/uk-ua/dialog/daily/daily-condition-not-expected-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-condition-not-expected-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Ні, в {day} прогноз передбачає {condition} в {location} -Ні, в {location} {condition} очікується {day} +# auto translated from en-us to uk-ua +Ні, в {day} прогноз передбачає {condition} в {location} +Ні, в {location} {condition} очікується {day} diff --git a/locale/uk-ua/dialog/daily/daily-humidity-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-humidity-local.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-humidity-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-humidity-local.dialog index cb6e5aa20..97b6a4240 100644 --- a/locale/uk-ua/dialog/daily/daily-humidity-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-humidity-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Вологість {day} стане {percent} -{day} прогноз передбачає вологість {percent} +# auto translated from en-us to uk-ua +Вологість {day} стане {percent} +{day} прогноз передбачає вологість {percent} diff --git a/locale/uk-ua/dialog/daily/daily-humidity-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-humidity-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-humidity-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-humidity-location.dialog index 28d4c7a0e..c9aafcd62 100644 --- a/locale/uk-ua/dialog/daily/daily-humidity-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-humidity-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -{day} прогноз в {location} передбачає вологість {percent} -Вологість в {location} {day} буде {percent} +# auto translated from en-us to uk-ua +{day} прогноз в {location} передбачає вологість {percent} +Вологість в {location} {day} буде {percent} diff --git a/locale/uk-ua/dialog/daily/daily-precipitation-next-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-local.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-precipitation-next-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-local.dialog index a1328b124..b13d795ad 100644 --- a/locale/uk-ua/dialog/daily/daily-precipitation-next-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Прогноз передбачає шанс {percent} з ймовірністю {precipitation} {day} -Існує ймовірність {percent} для {precipitation} {day} +# auto translated from en-us to uk-ua +Прогноз передбачає шанс {percent} з ймовірністю {precipitation} {day} +Існує ймовірність {percent} для {precipitation} {day} diff --git a/locale/uk-ua/dialog/daily/daily-precipitation-next-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-precipitation-next-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-location.dialog index 4212f74a4..92c439027 100644 --- a/locale/uk-ua/dialog/daily/daily-precipitation-next-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -У {location} є {percent} шанс на {precipitation} {day} -Прогноз передбачає {percent} шансів на {precipitation} в {location} {day} +# auto translated from en-us to uk-ua +У {location} є {percent} шанс на {precipitation} {day} +Прогноз передбачає {percent} шансів на {precipitation} в {location} {day} diff --git a/locale/uk-ua/dialog/daily/daily-precipitation-next-none-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-none-local.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-precipitation-next-none-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-none-local.dialog index 84b709375..663dff58e 100644 --- a/locale/uk-ua/dialog/daily/daily-precipitation-next-none-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-none-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -У найближчі 7 днів не прогнозується. -На найближчі 7 днів опадів не передбачається +# auto translated from en-us to uk-ua +У найближчі 7 днів не прогнозується. +На найближчі 7 днів опадів не передбачається diff --git a/locale/uk-ua/dialog/daily/daily-precipitation-next-none-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-none-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-precipitation-next-none-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-none-location.dialog index 7944f94b4..fa2e25d49 100644 --- a/locale/uk-ua/dialog/daily/daily-precipitation-next-none-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-precipitation-next-none-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -На найближчі сім днів у {location} опадів не передбачається -У {location} не прогнозується +# auto translated from en-us to uk-ua +На найближчі сім днів у {location} опадів не передбачається +У {location} не прогнозується diff --git a/locale/uk-ua/dialog/daily/daily-sunrise-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunrise-local.dialog similarity index 97% rename from locale/uk-ua/dialog/daily/daily-sunrise-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunrise-local.dialog index 4cc9ed26c..126fa286a 100644 --- a/locale/uk-ua/dialog/daily/daily-sunrise-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunrise-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -{day} сонце зійде о {time} -схід сонця буде о {time} {day} -сонце зійде о {time} {day} +# auto translated from en-us to uk-ua +{day} сонце зійде о {time} +схід сонця буде о {time} {day} +сонце зійде о {time} {day} diff --git a/locale/uk-ua/dialog/daily/daily-sunrise-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunrise-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-sunrise-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunrise-location.dialog index 210a3450b..5326cbd32 100644 --- a/locale/uk-ua/dialog/daily/daily-sunrise-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunrise-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -сонце зійде о {time} {day} о {location} -{day} сонце зійде о {time} через {location} -в {location} схід сонця буде в {time} {day} +# auto translated from en-us to uk-ua +сонце зійде о {time} {day} о {location} +{day} сонце зійде о {time} через {location} +в {location} схід сонця буде в {time} {day} diff --git a/locale/uk-ua/dialog/daily/daily-sunset-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunset-local.dialog similarity index 97% rename from locale/uk-ua/dialog/daily/daily-sunset-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunset-local.dialog index c496e07a9..ca52e36fe 100644 --- a/locale/uk-ua/dialog/daily/daily-sunset-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunset-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -сонце зайде о {time} {day} -{day} сонце зайде о {time} -захід сонця буде о {time} {day} +# auto translated from en-us to uk-ua +сонце зайде о {time} {day} +{day} сонце зайде о {time} +захід сонця буде о {time} {day} diff --git a/locale/uk-ua/dialog/daily/daily-sunset-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunset-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-sunset-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunset-location.dialog index 2ba810f87..f910278ed 100644 --- a/locale/uk-ua/dialog/daily/daily-sunset-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-sunset-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -{day} сонце зайде о {time} через {location} -в {location} захід сонця буде в {time} {day} -сонце зайде о {time} {day} о {location} +# auto translated from en-us to uk-ua +{day} сонце зайде о {time} через {location} +в {location} захід сонця буде в {time} {day} +сонце зайде о {time} {day} о {location} diff --git a/locale/uk-ua/dialog/daily/daily-temperature-high-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-high-local.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-temperature-high-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-high-local.dialog index 64e0a54cd..2dab72715 100644 --- a/locale/uk-ua/dialog/daily/daily-temperature-high-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-high-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -При {day} температура сягатиме 1 градуса. -При {day} вона буде максимальною, а при {temperature} - мінімальною +# auto translated from en-us to uk-ua +При {day} температура сягатиме 1 градуса. +При {day} вона буде максимальною, а при {temperature} - мінімальною diff --git a/locale/uk-ua/dialog/daily/daily-temperature-high-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-high-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-temperature-high-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-high-location.dialog index bbbe5edfd..430c4c7b1 100644 --- a/locale/uk-ua/dialog/daily/daily-temperature-high-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-high-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -{location} матиме максимум {temperature} градус {day} -Температура буде досягати {temperature} градусів в {location} {day} +# auto translated from en-us to uk-ua +{location} матиме максимум {temperature} градус {day} +Температура буде досягати {temperature} градусів в {location} {day} diff --git a/locale/uk-ua/dialog/daily/daily-temperature-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-local.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-temperature-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-local.dialog index 224f2dd73..429be282a 100644 --- a/locale/uk-ua/dialog/daily/daily-temperature-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -{day} буде {temperature} -При {day} температура буде дорівнювати {temperature} градус. +# auto translated from en-us to uk-ua +{day} буде {temperature} +При {day} температура буде дорівнювати {temperature} градус. diff --git a/locale/uk-ua/dialog/daily/daily-temperature-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-temperature-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-location.dialog index bb2801843..f794b98b8 100644 --- a/locale/uk-ua/dialog/daily/daily-temperature-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -{day}, {location} матимуть температуру {temperature} градуси -У {day} буде {temperature} градус, у {location} +# auto translated from en-us to uk-ua +{day}, {location} матимуть температуру {temperature} градуси +У {day} буде {temperature} градус, у {location} diff --git a/locale/uk-ua/dialog/daily/daily-temperature-low-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-low-local.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-temperature-low-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-low-local.dialog index ad84ab336..665adb4ce 100644 --- a/locale/uk-ua/dialog/daily/daily-temperature-low-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-low-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -При {day} він буде таким же низьким, як і при {temperature} -При {day} температура буде лише 1 градус. +# auto translated from en-us to uk-ua +При {day} він буде таким же низьким, як і при {temperature} +При {day} температура буде лише 1 градус. diff --git a/locale/uk-ua/dialog/daily/daily-temperature-low-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-low-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-temperature-low-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-low-location.dialog index cf1dba4f9..5ad5e2f5a 100644 --- a/locale/uk-ua/dialog/daily/daily-temperature-low-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-temperature-low-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -{day}, {location} буде всього лише {temperature} градуси -У {day} вона буде на рівні {temperature} градуса, а в {location} +# auto translated from en-us to uk-ua +{day}, {location} буде всього лише {temperature} градуси +У {day} вона буде на рівні {temperature} градуса, а в {location} diff --git a/locale/uk-ua/dialog/daily/daily-weather-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-weather-local.dialog similarity index 99% rename from locale/uk-ua/dialog/daily/daily-weather-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-weather-local.dialog index 01002cb33..9e2b447ed 100644 --- a/locale/uk-ua/dialog/daily/daily-weather-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-weather-local.dialog @@ -1,6 +1,6 @@ -# auto translated from en-us to uk-ua -{day} це буде {condition} з максимумом {high_temperature} і мінімумом {low_temperature} -Очікується {condition}, з максимумом {high_temperature} і мінімумом {low_temperature} {day} -{day} очікує {condition}, з максимумом {high_temperature} і мінімумом {low_temperature} -Прогноз {day} становить {condition} з максимумом {high_temperature} і мінімумом {low_temperature} -При {day} максимумом буде {high_temperature}, а мінімумом {low_temperature}, при {condition} +# auto translated from en-us to uk-ua +{day} це буде {condition} з максимумом {high_temperature} і мінімумом {low_temperature} +Очікується {condition}, з максимумом {high_temperature} і мінімумом {low_temperature} {day} +{day} очікує {condition}, з максимумом {high_temperature} і мінімумом {low_temperature} +Прогноз {day} становить {condition} з максимумом {high_temperature} і мінімумом {low_temperature} +При {day} максимумом буде {high_temperature}, а мінімумом {low_temperature}, при {condition} diff --git a/locale/uk-ua/dialog/daily/daily-weather-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-weather-location.dialog similarity index 99% rename from locale/uk-ua/dialog/daily/daily-weather-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-weather-location.dialog index 842971a11..dca1d7ffb 100644 --- a/locale/uk-ua/dialog/daily/daily-weather-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-weather-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -{day} це буде {condition}, з максимумом {high_temperature} і мінімумом {low_temperature} в {location} -Прогноз {day} є {high_temperature} для максимуму і {low_temperature} для мінімуму в {location} -{day}, {location} матимуть максимум {high_temperature} і мінімум {low_temperature}, а {condition} +# auto translated from en-us to uk-ua +{day} це буде {condition}, з максимумом {high_temperature} і мінімумом {low_temperature} в {location} +Прогноз {day} є {high_temperature} для максимуму і {low_temperature} для мінімуму в {location} +{day}, {location} матимуть максимум {high_temperature} і мінімум {low_temperature}, а {condition} diff --git a/locale/uk-ua/dialog/daily/daily-wind-light-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-light-local.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-wind-light-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-light-local.dialog index efb24593a..3020c26fc 100644 --- a/locale/uk-ua/dialog/daily/daily-wind-light-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-light-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Легкий вітер буде дути з {direction} {day} на {speed} {speed_unit} -Буде не дуже вітряно {day} +# auto translated from en-us to uk-ua +Легкий вітер буде дути з {direction} {day} на {speed} {speed_unit} +Буде не дуже вітряно {day} diff --git a/locale/uk-ua/dialog/daily/daily-wind-light-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-light-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-wind-light-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-light-location.dialog index 6a419d908..923ca9887 100644 --- a/locale/uk-ua/dialog/daily/daily-wind-light-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-light-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Не буде дуже вітряно в {location} {day} -Легкий вітер буде дути з {direction} в {location} {day} в {speed} {speed_unit} +# auto translated from en-us to uk-ua +Не буде дуже вітряно в {location} {day} +Легкий вітер буде дути з {direction} в {location} {day} в {speed} {speed_unit} diff --git a/locale/uk-ua/dialog/daily/daily-wind-moderate-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-moderate-local.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-wind-moderate-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-moderate-local.dialog index 108968250..c2537745c 100644 --- a/locale/uk-ua/dialog/daily/daily-wind-moderate-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-moderate-local.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -Очікується помірний вітер зі швидкістю близько {speed} {speed_unit} {day} -Вітер буде помірним, близько {speed} {speed_unit} від {direction} {day} -Прогноз передбачає помірний вітер від {direction} до {speed} {speed_unit} {day} +# auto translated from en-us to uk-ua +Очікується помірний вітер зі швидкістю близько {speed} {speed_unit} {day} +Вітер буде помірним, близько {speed} {speed_unit} від {direction} {day} +Прогноз передбачає помірний вітер від {direction} до {speed} {speed_unit} {day} diff --git a/locale/uk-ua/dialog/daily/daily-wind-moderate-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-moderate-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-wind-moderate-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-moderate-location.dialog index 1b5586f73..acfe08893 100644 --- a/locale/uk-ua/dialog/daily/daily-wind-moderate-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-moderate-location.dialog @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -Вітер буде помірним в {location} {day}, близько {speed} {speed_unit} від {direction} -Прогноз {day} передбачає, що в {location} буде помірний вітер з {direction} з {speed} з {speed_unit} -Можна очікувати вітер від {speed} {speed_unit} до {location} {day} +# auto translated from en-us to uk-ua +Вітер буде помірним в {location} {day}, близько {speed} {speed_unit} від {direction} +Прогноз {day} передбачає, що в {location} буде помірний вітер з {direction} з {speed} з {speed_unit} +Можна очікувати вітер від {speed} {speed_unit} до {location} {day} diff --git a/locale/uk-ua/dialog/daily/daily-wind-strong-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-strong-local.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-wind-strong-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-strong-local.dialog index dcc4a2a5b..5990da167 100644 --- a/locale/uk-ua/dialog/daily/daily-wind-strong-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-strong-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Буде сильний вітер з {direction} до {speed} {speed_unit} {day} -Вітер буде сильним до {speed} {speed_unit} {day} +# auto translated from en-us to uk-ua +Буде сильний вітер з {direction} до {speed} {speed_unit} {day} +Вітер буде сильним до {speed} {speed_unit} {day} diff --git a/locale/uk-ua/dialog/daily/daily-wind-strong-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-strong-location.dialog similarity index 98% rename from locale/uk-ua/dialog/daily/daily-wind-strong-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-strong-location.dialog index 035c9cffa..6c9208abe 100644 --- a/locale/uk-ua/dialog/daily/daily-wind-strong-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/daily/daily-wind-strong-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Буде сильний вітер з {direction} з {speed} {speed_unit} по {location} {day} -Вітер буде сильним від {speed} {speed_unit} до {location} {day} +# auto translated from en-us to uk-ua +Буде сильний вітер з {direction} з {speed} {speed_unit} по {location} {day} +Вітер буде сильним від {speed} {speed_unit} до {location} {day} diff --git a/locale/uk-ua/dialog/direction/east.dialog b/neon_skill_weather/locale/uk-ua/dialog/direction/east.dialog similarity index 95% rename from locale/uk-ua/dialog/direction/east.dialog rename to neon_skill_weather/locale/uk-ua/dialog/direction/east.dialog index 9355fc148..0c6d69a61 100644 --- a/locale/uk-ua/dialog/direction/east.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/direction/east.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -схід +# auto translated from en-us to uk-ua +схід diff --git a/locale/uk-ua/dialog/direction/north.dialog b/neon_skill_weather/locale/uk-ua/dialog/direction/north.dialog similarity index 96% rename from locale/uk-ua/dialog/direction/north.dialog rename to neon_skill_weather/locale/uk-ua/dialog/direction/north.dialog index 5e048e31d..c5fdde8fd 100644 --- a/locale/uk-ua/dialog/direction/north.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/direction/north.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -північ +# auto translated from en-us to uk-ua +північ diff --git a/locale/uk-ua/dialog/direction/northeast.dialog b/neon_skill_weather/locale/uk-ua/dialog/direction/northeast.dialog similarity index 97% rename from locale/uk-ua/dialog/direction/northeast.dialog rename to neon_skill_weather/locale/uk-ua/dialog/direction/northeast.dialog index 65bb94883..8540a8d0f 100644 --- a/locale/uk-ua/dialog/direction/northeast.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/direction/northeast.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -північний схід +# auto translated from en-us to uk-ua +північний схід diff --git a/locale/uk-ua/dialog/direction/northwest.dialog b/neon_skill_weather/locale/uk-ua/dialog/direction/northwest.dialog similarity index 97% rename from locale/uk-ua/dialog/direction/northwest.dialog rename to neon_skill_weather/locale/uk-ua/dialog/direction/northwest.dialog index 762e9e929..faf3e2c83 100644 --- a/locale/uk-ua/dialog/direction/northwest.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/direction/northwest.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -північний захід +# auto translated from en-us to uk-ua +північний захід diff --git a/locale/uk-ua/dialog/direction/south.dialog b/neon_skill_weather/locale/uk-ua/dialog/direction/south.dialog similarity index 96% rename from locale/uk-ua/dialog/direction/south.dialog rename to neon_skill_weather/locale/uk-ua/dialog/direction/south.dialog index 3a25b8adf..ca1d60f6c 100644 --- a/locale/uk-ua/dialog/direction/south.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/direction/south.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -південь +# auto translated from en-us to uk-ua +південь diff --git a/locale/uk-ua/dialog/direction/southeast.dialog b/neon_skill_weather/locale/uk-ua/dialog/direction/southeast.dialog similarity index 97% rename from locale/uk-ua/dialog/direction/southeast.dialog rename to neon_skill_weather/locale/uk-ua/dialog/direction/southeast.dialog index 07c6419ef..49c8e0f0c 100644 --- a/locale/uk-ua/dialog/direction/southeast.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/direction/southeast.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -південний схід +# auto translated from en-us to uk-ua +південний схід diff --git a/locale/uk-ua/dialog/direction/southwest.dialog b/neon_skill_weather/locale/uk-ua/dialog/direction/southwest.dialog similarity index 97% rename from locale/uk-ua/dialog/direction/southwest.dialog rename to neon_skill_weather/locale/uk-ua/dialog/direction/southwest.dialog index cdc978d4f..ac9a38acd 100644 --- a/locale/uk-ua/dialog/direction/southwest.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/direction/southwest.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -південний захід +# auto translated from en-us to uk-ua +південний захід diff --git a/locale/uk-ua/dialog/direction/west.dialog b/neon_skill_weather/locale/uk-ua/dialog/direction/west.dialog similarity index 96% rename from locale/uk-ua/dialog/direction/west.dialog rename to neon_skill_weather/locale/uk-ua/dialog/direction/west.dialog index 075122cc1..337c25d4b 100644 --- a/locale/uk-ua/dialog/direction/west.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/direction/west.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -захід +# auto translated from en-us to uk-ua +захід diff --git a/locale/uk-ua/dialog/error/cant-get-forecast.dialog b/neon_skill_weather/locale/uk-ua/dialog/error/cant-get-forecast.dialog similarity index 98% rename from locale/uk-ua/dialog/error/cant-get-forecast.dialog rename to neon_skill_weather/locale/uk-ua/dialog/error/cant-get-forecast.dialog index d00139cb4..04218d957 100644 --- a/locale/uk-ua/dialog/error/cant-get-forecast.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/error/cant-get-forecast.dialog @@ -1,27 +1,27 @@ -# auto translated from en-us to uk-ua -Вибачте. Я не можу зараз отримати прогноз погоди. -Вибачте. Я не можу отримати доступ до звіту про погоду прямо зараз. -Я не можу отримати доступ до прогнозів погоди прямо зараз. -Я не можу отримати прогноз погоди прямо зараз. -Вибачте. Я не можу отримати звіти про погоду зараз. -Зараз я не можу отримати доступ до прогнозу погоди. -Вибачте. Наразі я не можу отримати доступ до звіту про погоду. -Наразі я не можу отримати доступ до прогнозу погоди. -Наразі я не можу отримати доступ до зведень погоди. -Прогнози погоди наразі недоступні. -Вибачте. Наразі я не можу отримати прогноз погоди. -Вибачте. Я не можу отримати доступ до прогнозу погоди прямо зараз. -Звіти про погоду наразі недоступні. -Наразі я не можу отримати прогноз погоди. -Вибачте. Зараз я не можу отримати доступ до звіту про погоду. -Вибачте. Зараз я не можу отримати прогноз погоди. -Вибачте. Зараз я не можу отримати доступ до прогнозу погоди. -Вибачте. Я не можу отримати доступ до звіту про погоду. -Вибачте. У мене зараз немає доступу до прогнозу погоди. -Вибачте. Я зараз не можу отримати доступ до прогнозу погоди. -Вибачте. Наразі я не можу отримати доступ до прогнозу погоди. -Вибачте. Наразі я не можу отримати звіти про погоду. -Наразі я не можу отримати звіти про погоду. -Наразі я не можу отримати доступ до прогнозів погоди. -Вибачте. Я зараз не можу отримати прогноз погоди. -Я не можу отримати доступ до звіту про погоду прямо зараз. +# auto translated from en-us to uk-ua +Вибачте. Я не можу зараз отримати прогноз погоди. +Вибачте. Я не можу отримати доступ до звіту про погоду прямо зараз. +Я не можу отримати доступ до прогнозів погоди прямо зараз. +Я не можу отримати прогноз погоди прямо зараз. +Вибачте. Я не можу отримати звіти про погоду зараз. +Зараз я не можу отримати доступ до прогнозу погоди. +Вибачте. Наразі я не можу отримати доступ до звіту про погоду. +Наразі я не можу отримати доступ до прогнозу погоди. +Наразі я не можу отримати доступ до зведень погоди. +Прогнози погоди наразі недоступні. +Вибачте. Наразі я не можу отримати прогноз погоди. +Вибачте. Я не можу отримати доступ до прогнозу погоди прямо зараз. +Звіти про погоду наразі недоступні. +Наразі я не можу отримати прогноз погоди. +Вибачте. Зараз я не можу отримати доступ до звіту про погоду. +Вибачте. Зараз я не можу отримати прогноз погоди. +Вибачте. Зараз я не можу отримати доступ до прогнозу погоди. +Вибачте. Я не можу отримати доступ до звіту про погоду. +Вибачте. У мене зараз немає доступу до прогнозу погоди. +Вибачте. Я зараз не можу отримати доступ до прогнозу погоди. +Вибачте. Наразі я не можу отримати доступ до прогнозу погоди. +Вибачте. Наразі я не можу отримати звіти про погоду. +Наразі я не можу отримати звіти про погоду. +Наразі я не можу отримати доступ до прогнозів погоди. +Вибачте. Я зараз не можу отримати прогноз погоди. +Я не можу отримати доступ до звіту про погоду прямо зараз. diff --git a/locale/uk-ua/dialog/error/forty-eight-hours-available.dialog b/neon_skill_weather/locale/uk-ua/dialog/error/forty-eight-hours-available.dialog similarity index 98% rename from locale/uk-ua/dialog/error/forty-eight-hours-available.dialog rename to neon_skill_weather/locale/uk-ua/dialog/error/forty-eight-hours-available.dialog index 67a80174a..3619400a8 100644 --- a/locale/uk-ua/dialog/error/forty-eight-hours-available.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/error/forty-eight-hours-available.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -На жаль, у мене є лише 48 годин погодинного прогнозу +# auto translated from en-us to uk-ua +На жаль, у мене є лише 48 годин погодинного прогнозу diff --git a/locale/uk-ua/dialog/error/location-not-found.dialog b/neon_skill_weather/locale/uk-ua/dialog/error/location-not-found.dialog similarity index 98% rename from locale/uk-ua/dialog/error/location-not-found.dialog rename to neon_skill_weather/locale/uk-ua/dialog/error/location-not-found.dialog index e62286c08..a702d417d 100644 --- a/locale/uk-ua/dialog/error/location-not-found.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/error/location-not-found.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Я не можу знайти місто з назвою {location}. Будь ласка, спробуйте ще раз -Міста {location} немає в моїх сховищах пам'яті. Будь ласка, спробуйте ще раз +# auto translated from en-us to uk-ua +Я не можу знайти місто з назвою {location}. Будь ласка, спробуйте ще раз +Міста {location} немає в моїх сховищах пам'яті. Будь ласка, спробуйте ще раз diff --git a/locale/uk-ua/dialog/error/no-forecast.dialog b/neon_skill_weather/locale/uk-ua/dialog/error/no-forecast.dialog similarity index 97% rename from locale/uk-ua/dialog/error/no-forecast.dialog rename to neon_skill_weather/locale/uk-ua/dialog/error/no-forecast.dialog index 7e58fc41e..7647c19f7 100644 --- a/locale/uk-ua/dialog/error/no-forecast.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/error/no-forecast.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Вибачте, я не знаю прогнозу {day} -У мене немає прогнозу {day} +# auto translated from en-us to uk-ua +Вибачте, я не знаю прогнозу {day} +У мене немає прогнозу {day} diff --git a/locale/uk-ua/dialog/error/seven-days-available.dialog b/neon_skill_weather/locale/uk-ua/dialog/error/seven-days-available.dialog similarity index 98% rename from locale/uk-ua/dialog/error/seven-days-available.dialog rename to neon_skill_weather/locale/uk-ua/dialog/error/seven-days-available.dialog index d3f210f70..64c1e8bac 100644 --- a/locale/uk-ua/dialog/error/seven-days-available.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/error/seven-days-available.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -У мене є прогноз погоди на сім днів. -Я можу сказати вам прогноз на найближчі сім днів. +# auto translated from en-us to uk-ua +У мене є прогноз погоди на сім днів. +Я можу сказати вам прогноз на найближчі сім днів. diff --git a/locale/uk-ua/dialog/hourly/hourly-condition-expected-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-condition-expected-local.dialog similarity index 98% rename from locale/uk-ua/dialog/hourly/hourly-condition-expected-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-condition-expected-local.dialog index 6f7167f79..7a3b06678 100644 --- a/locale/uk-ua/dialog/hourly/hourly-condition-expected-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-condition-expected-local.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -Так, прогноз {time} передбачає прогноз {condition} +# auto translated from en-us to uk-ua +Так, прогноз {time} передбачає прогноз {condition} diff --git a/locale/uk-ua/dialog/hourly/hourly-condition-expected-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-condition-expected-location.dialog similarity index 97% rename from locale/uk-ua/dialog/hourly/hourly-condition-expected-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-condition-expected-location.dialog index b959a67ba..3b232345a 100644 --- a/locale/uk-ua/dialog/hourly/hourly-condition-expected-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-condition-expected-location.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -Так, це буде {condition}, а це {time} +# auto translated from en-us to uk-ua +Так, це буде {condition}, а це {time} diff --git a/locale/uk-ua/dialog/hourly/hourly-precipitation-next-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-precipitation-next-local.dialog similarity index 98% rename from locale/uk-ua/dialog/hourly/hourly-precipitation-next-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-precipitation-next-local.dialog index 983c9410e..f6dc9b143 100644 --- a/locale/uk-ua/dialog/hourly/hourly-precipitation-next-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-precipitation-next-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Існує ймовірність {percent} для {precipitation} при {time} -Прогноз передбачає шанс {percent} на {precipitation} при {time} +# auto translated from en-us to uk-ua +Існує ймовірність {percent} для {precipitation} при {time} +Прогноз передбачає шанс {percent} на {precipitation} при {time} diff --git a/locale/uk-ua/dialog/hourly/hourly-precipitation-next-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-precipitation-next-location.dialog similarity index 98% rename from locale/uk-ua/dialog/hourly/hourly-precipitation-next-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-precipitation-next-location.dialog index 8eaa69f86..ae443d0a1 100644 --- a/locale/uk-ua/dialog/hourly/hourly-precipitation-next-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-precipitation-next-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -У {location} є шанс {percent} на {precipitation} при {time} -Прогноз передбачає {percent} шансів на {precipitation} в {location} при {time} +# auto translated from en-us to uk-ua +У {location} є шанс {percent} на {precipitation} при {time} +Прогноз передбачає {percent} шансів на {precipitation} в {location} при {time} diff --git a/locale/uk-ua/dialog/hourly/hourly-temperature-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-temperature-local.dialog similarity index 98% rename from locale/uk-ua/dialog/hourly/hourly-temperature-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-temperature-local.dialog index 302bf79d5..b46de3f2d 100644 --- a/locale/uk-ua/dialog/hourly/hourly-temperature-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-temperature-local.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -У {time}, це буде {temperature} градус -Буде близько {temperature} градусів у {time} +# auto translated from en-us to uk-ua +У {time}, це буде {temperature} градус +Буде близько {temperature} градусів у {time} diff --git a/locale/uk-ua/dialog/hourly/hourly-temperature-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-temperature-location.dialog similarity index 98% rename from locale/uk-ua/dialog/hourly/hourly-temperature-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-temperature-location.dialog index e8ef3c939..0708e9850 100644 --- a/locale/uk-ua/dialog/hourly/hourly-temperature-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-temperature-location.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -У {location} буде близько {temperature} градуса, у {time} -У {time} буде {temperature} градус, у {location} - {temperature} градус +# auto translated from en-us to uk-ua +У {location} буде близько {temperature} градуса, у {time} +У {time} буде {temperature} градус, у {location} - {temperature} градус diff --git a/locale/uk-ua/dialog/hourly/hourly-weather-local.dialog b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-weather-local.dialog similarity index 98% rename from locale/uk-ua/dialog/hourly/hourly-weather-local.dialog rename to neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-weather-local.dialog index 5e078afe6..e704e55bc 100644 --- a/locale/uk-ua/dialog/hourly/hourly-weather-local.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-weather-local.dialog @@ -1,5 +1,5 @@ -# auto translated from en-us to uk-ua -Близько {temperature} градусів з {condition} -Пізніше буде {condition} і близько {temperature} градуса -Пізніше буде {condition} та {temperature} градус -Буде {condition}, з температурою близько {temperature} +# auto translated from en-us to uk-ua +Близько {temperature} градусів з {condition} +Пізніше буде {condition} і близько {temperature} градуса +Пізніше буде {condition} та {temperature} градус +Буде {condition}, з температурою близько {temperature} diff --git a/locale/uk-ua/dialog/hourly/hourly-weather-location.dialog b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-weather-location.dialog similarity index 98% rename from locale/uk-ua/dialog/hourly/hourly-weather-location.dialog rename to neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-weather-location.dialog index 7851edad4..20c41510f 100644 --- a/locale/uk-ua/dialog/hourly/hourly-weather-location.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/hourly/hourly-weather-location.dialog @@ -1,5 +1,5 @@ -# auto translated from en-us to uk-ua -{location} буде навколо {temperature} з {condition} -{location} буде приблизно {temperature} градус з {condition} -У найближчі кілька годин температура повітря буде {location}, а в наступні години - +1 та +2 градуси -Пізніше буде від {condition} до {location}, з температурою близько {temperature} +# auto translated from en-us to uk-ua +{location} буде навколо {temperature} з {condition} +{location} буде приблизно {temperature} градус з {condition} +У найближчі кілька годин температура повітря буде {location}, а в наступні години - +1 та +2 градуси +Пізніше буде від {condition} до {location}, з температурою близько {temperature} diff --git a/locale/uk-ua/dialog/percentage-number.dialog b/neon_skill_weather/locale/uk-ua/dialog/percentage-number.dialog similarity index 96% rename from locale/uk-ua/dialog/percentage-number.dialog rename to neon_skill_weather/locale/uk-ua/dialog/percentage-number.dialog index 31287d48d..9f4e3ac62 100644 --- a/locale/uk-ua/dialog/percentage-number.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/percentage-number.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -0 відсотків +# auto translated from en-us to uk-ua +0 відсотків diff --git a/locale/uk-ua/dialog/unit/celsius.dialog b/neon_skill_weather/locale/uk-ua/dialog/unit/celsius.dialog similarity index 96% rename from locale/uk-ua/dialog/unit/celsius.dialog rename to neon_skill_weather/locale/uk-ua/dialog/unit/celsius.dialog index 7af14a1fc..c4691a848 100644 --- a/locale/uk-ua/dialog/unit/celsius.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/unit/celsius.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -за Цельсієм +# auto translated from en-us to uk-ua +за Цельсієм diff --git a/locale/uk-ua/dialog/unit/fahrenheit.dialog b/neon_skill_weather/locale/uk-ua/dialog/unit/fahrenheit.dialog similarity index 97% rename from locale/uk-ua/dialog/unit/fahrenheit.dialog rename to neon_skill_weather/locale/uk-ua/dialog/unit/fahrenheit.dialog index 34b8f946a..04678c475 100644 --- a/locale/uk-ua/dialog/unit/fahrenheit.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/unit/fahrenheit.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -за Фаренгейтом +# auto translated from en-us to uk-ua +за Фаренгейтом diff --git a/locale/uk-ua/dialog/unit/meters per second.dialog b/neon_skill_weather/locale/uk-ua/dialog/unit/meters per second.dialog similarity index 97% rename from locale/uk-ua/dialog/unit/meters per second.dialog rename to neon_skill_weather/locale/uk-ua/dialog/unit/meters per second.dialog index 9aa5376b2..3afa1e701 100644 --- a/locale/uk-ua/dialog/unit/meters per second.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/unit/meters per second.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -метрів на секунду +# auto translated from en-us to uk-ua +метрів на секунду diff --git a/locale/uk-ua/dialog/unit/miles per hour.dialog b/neon_skill_weather/locale/uk-ua/dialog/unit/miles per hour.dialog similarity index 97% rename from locale/uk-ua/dialog/unit/miles per hour.dialog rename to neon_skill_weather/locale/uk-ua/dialog/unit/miles per hour.dialog index d283450d7..b2c7677be 100644 --- a/locale/uk-ua/dialog/unit/miles per hour.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/unit/miles per hour.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -миль на годину +# auto translated from en-us to uk-ua +миль на годину diff --git a/locale/uk-ua/dialog/weekly/weekly-condition.dialog b/neon_skill_weather/locale/uk-ua/dialog/weekly/weekly-condition.dialog similarity index 97% rename from locale/uk-ua/dialog/weekly/weekly-condition.dialog rename to neon_skill_weather/locale/uk-ua/dialog/weekly/weekly-condition.dialog index 85230351d..3e9e5ce51 100644 --- a/locale/uk-ua/dialog/weekly/weekly-condition.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/weekly/weekly-condition.dialog @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -На {days} очікуйте {condition} -Прогноз передбачає {condition} на {days} +# auto translated from en-us to uk-ua +На {days} очікуйте {condition} +Прогноз передбачає {condition} на {days} diff --git a/locale/uk-ua/dialog/weekly/weekly-temperature.dialog b/neon_skill_weather/locale/uk-ua/dialog/weekly/weekly-temperature.dialog similarity index 98% rename from locale/uk-ua/dialog/weekly/weekly-temperature.dialog rename to neon_skill_weather/locale/uk-ua/dialog/weekly/weekly-temperature.dialog index 8b027f382..5f94e3caa 100644 --- a/locale/uk-ua/dialog/weekly/weekly-temperature.dialog +++ b/neon_skill_weather/locale/uk-ua/dialog/weekly/weekly-temperature.dialog @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -мінімуми будуть між {low_min} та {low_max}, а максимуми між {high_min} та {high_max} +# auto translated from en-us to uk-ua +мінімуми будуть між {low_min} та {low_max}, а максимуми між {high_min} та {high_max} diff --git a/locale/uk-ua/regex/location.rx b/neon_skill_weather/locale/uk-ua/regex/location.rx similarity index 100% rename from locale/uk-ua/regex/location.rx rename to neon_skill_weather/locale/uk-ua/regex/location.rx diff --git a/locale/uk-ua/vocabulary/condition/clear.voc b/neon_skill_weather/locale/uk-ua/vocabulary/condition/clear.voc similarity index 95% rename from locale/uk-ua/vocabulary/condition/clear.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/clear.voc index 156d4d651..e0dfd3058 100644 --- a/locale/uk-ua/vocabulary/condition/clear.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/clear.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to uk-ua -ясно -гарна погода -сонце -сонячний +# auto translated from en-us to uk-ua +ясно +гарна погода +сонце +сонячний diff --git a/locale/uk-ua/vocabulary/condition/clouds.voc b/neon_skill_weather/locale/uk-ua/vocabulary/condition/clouds.voc similarity index 95% rename from locale/uk-ua/vocabulary/condition/clouds.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/clouds.voc index 3cac35649..76db59844 100644 --- a/locale/uk-ua/vocabulary/condition/clouds.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/clouds.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to uk-ua -хмарно -небагато хмар -хмара -розсіяні хмари -хмари +# auto translated from en-us to uk-ua +хмарно +небагато хмар +хмара +розсіяні хмари +хмари diff --git a/locale/uk-ua/vocabulary/condition/do-i-need-an-umbrella.intent b/neon_skill_weather/locale/uk-ua/vocabulary/condition/do-i-need-an-umbrella.intent similarity index 98% rename from locale/uk-ua/vocabulary/condition/do-i-need-an-umbrella.intent rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/do-i-need-an-umbrella.intent index 8e8012cc8..b3982bfc8 100644 --- a/locale/uk-ua/vocabulary/condition/do-i-need-an-umbrella.intent +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/do-i-need-an-umbrella.intent @@ -1,5 +1,5 @@ -# auto translated from en-us to uk-ua -чи потрібна мені парасолька -чи варто брати з собою парасольку? -чи варто брати з собою дощовик -чи потрібен мені дощовик +# auto translated from en-us to uk-ua +чи потрібна мені парасолька +чи варто брати з собою парасольку? +чи варто брати з собою дощовик +чи потрібен мені дощовик diff --git a/locale/uk-ua/vocabulary/condition/fog.voc b/neon_skill_weather/locale/uk-ua/vocabulary/condition/fog.voc similarity index 95% rename from locale/uk-ua/vocabulary/condition/fog.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/fog.voc index 42e677212..eacb3a0f6 100644 --- a/locale/uk-ua/vocabulary/condition/fog.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/fog.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -туман -туманний -туманно +# auto translated from en-us to uk-ua +туман +туманний +туманно diff --git a/locale/uk-ua/vocabulary/condition/humidity.voc b/neon_skill_weather/locale/uk-ua/vocabulary/condition/humidity.voc similarity index 95% rename from locale/uk-ua/vocabulary/condition/humidity.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/humidity.voc index 88d93745a..68dfe7521 100644 --- a/locale/uk-ua/vocabulary/condition/humidity.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/humidity.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -вологий -вологість -гарячий +# auto translated from en-us to uk-ua +вологий +вологість +гарячий diff --git a/locale/uk-ua/vocabulary/condition/precipitation.voc b/neon_skill_weather/locale/uk-ua/vocabulary/condition/precipitation.voc similarity index 94% rename from locale/uk-ua/vocabulary/condition/precipitation.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/precipitation.voc index 75e6b7843..281dcf074 100644 --- a/locale/uk-ua/vocabulary/condition/precipitation.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/precipitation.voc @@ -1,7 +1,7 @@ -# auto translated from en-us to uk-ua -дощ -дощовий -мряка -опади -сніг -засніжений +# auto translated from en-us to uk-ua +дощ +дощовий +мряка +опади +сніг +засніжений diff --git a/locale/uk-ua/vocabulary/condition/rain.voc b/neon_skill_weather/locale/uk-ua/vocabulary/condition/rain.voc similarity index 94% rename from locale/uk-ua/vocabulary/condition/rain.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/rain.voc index 55a2de26f..cc3be63c2 100644 --- a/locale/uk-ua/vocabulary/condition/rain.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/rain.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to uk-ua -дрібний дощ -дощовий -мряка -опади -дощ +# auto translated from en-us to uk-ua +дрібний дощ +дощовий +мряка +опади +дощ diff --git a/locale/uk-ua/vocabulary/condition/snow.voc b/neon_skill_weather/locale/uk-ua/vocabulary/condition/snow.voc similarity index 95% rename from locale/uk-ua/vocabulary/condition/snow.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/snow.voc index ee631324d..0bd97cda7 100644 --- a/locale/uk-ua/vocabulary/condition/snow.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/snow.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -сніг -мокрий сніг +# auto translated from en-us to uk-ua +сніг +мокрий сніг diff --git a/locale/uk-ua/vocabulary/condition/thunderstorm.voc b/neon_skill_weather/locale/uk-ua/vocabulary/condition/thunderstorm.voc similarity index 95% rename from locale/uk-ua/vocabulary/condition/thunderstorm.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/thunderstorm.voc index 928810ab2..2f62d9907 100644 --- a/locale/uk-ua/vocabulary/condition/thunderstorm.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/thunderstorm.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -штурм -шторм -бурхливого +# auto translated from en-us to uk-ua +штурм +шторм +бурхливого diff --git a/locale/uk-ua/vocabulary/condition/windy.voc b/neon_skill_weather/locale/uk-ua/vocabulary/condition/windy.voc similarity index 95% rename from locale/uk-ua/vocabulary/condition/windy.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/condition/windy.voc index 83e3b8854..5d07a9749 100644 --- a/locale/uk-ua/vocabulary/condition/windy.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/condition/windy.voc @@ -1,7 +1,7 @@ -# auto translated from en-us to uk-ua -вітри -дмухання -вітряно -вітер -швидкість вітру -поривчастий +# auto translated from en-us to uk-ua +вітри +дмухання +вітряно +вітер +швидкість вітру +поривчастий diff --git a/locale/uk-ua/vocabulary/date-time/couple.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/couple.voc similarity index 95% rename from locale/uk-ua/vocabulary/date-time/couple.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/couple.voc index 87e3bf3c5..b48b56eec 100644 --- a/locale/uk-ua/vocabulary/date-time/couple.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/couple.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -пара +# auto translated from en-us to uk-ua +пара diff --git a/locale/uk-ua/vocabulary/date-time/few.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/few.voc similarity index 96% rename from locale/uk-ua/vocabulary/date-time/few.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/few.voc index 0c615190d..99d60a125 100644 --- a/locale/uk-ua/vocabulary/date-time/few.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/few.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -кілька +# auto translated from en-us to uk-ua +кілька diff --git a/locale/uk-ua/vocabulary/date-time/later.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/later.voc similarity index 96% rename from locale/uk-ua/vocabulary/date-time/later.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/later.voc index 2af086200..6bee0b472 100644 --- a/locale/uk-ua/vocabulary/date-time/later.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/later.voc @@ -1,7 +1,7 @@ -# auto translated from en-us to uk-ua -пару годин -наступні кілька годин -пізніше -наступні години -кілька годин -наступна година +# auto translated from en-us to uk-ua +пару годин +наступні кілька годин +пізніше +наступні години +кілька годин +наступна година diff --git a/locale/uk-ua/vocabulary/date-time/next.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/next.voc similarity index 95% rename from locale/uk-ua/vocabulary/date-time/next.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/next.voc index 35e6bc8eb..95c47bddb 100644 --- a/locale/uk-ua/vocabulary/date-time/next.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/next.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Знову -наступний +# auto translated from en-us to uk-ua +Знову +наступний diff --git a/locale/uk-ua/vocabulary/date-time/now.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/now.voc similarity index 95% rename from locale/uk-ua/vocabulary/date-time/now.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/now.voc index 01e22a411..c0e11a593 100644 --- a/locale/uk-ua/vocabulary/date-time/now.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/now.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Зараз. -поточний +# auto translated from en-us to uk-ua +Зараз. +поточний diff --git a/locale/uk-ua/vocabulary/date-time/number-days.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/number-days.voc similarity index 95% rename from locale/uk-ua/vocabulary/date-time/number-days.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/number-days.voc index 76e8a49d4..925fc1504 100644 --- a/locale/uk-ua/vocabulary/date-time/number-days.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/number-days.voc @@ -1,39 +1,39 @@ -# auto translated from en-us to uk-ua -в найближчі кілька днів -5-денний -чотири дні -найближчі кілька днів -6 днів -наступні п'ять днів -5 день -наступні три дні -наступні два дні -наступні 5 днів -наступні 6 днів -наступні шість днів -6-денний -наступні 3 дні -3 день -5 днів -чотириденний -в найближчі пару днів. -шість днів -6 день -наступні 2 дні -4-денний -2-денний -3-денний -дводенний -три дні -4 день -2 дні -4 дні -триденний -3 дні -п'ять днів -2 день -шестиденний -наступні 4 дні -п'ятиденний -два дні -наступні чотири дні +# auto translated from en-us to uk-ua +в найближчі кілька днів +5-денний +чотири дні +найближчі кілька днів +6 днів +наступні п'ять днів +5 день +наступні три дні +наступні два дні +наступні 5 днів +наступні 6 днів +наступні шість днів +6-денний +наступні 3 дні +3 день +5 днів +чотириденний +в найближчі пару днів. +шість днів +6 день +наступні 2 дні +4-денний +2-денний +3-денний +дводенний +три дні +4 день +2 дні +4 дні +триденний +3 дні +п'ять днів +2 день +шестиденний +наступні 4 дні +п'ятиденний +два дні +наступні чотири дні diff --git a/locale/uk-ua/vocabulary/date-time/relative-day.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/relative-day.voc similarity index 94% rename from locale/uk-ua/vocabulary/date-time/relative-day.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/relative-day.voc index 9b9231388..c739504b0 100644 --- a/locale/uk-ua/vocabulary/date-time/relative-day.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/relative-day.voc @@ -1,19 +1,19 @@ -# auto translated from en-us to uk-ua -СЕРЕДА -завтрашній день. -вчорашній -у неділю -у середу -днів -вчора -у понеділок -П'ЯТНИЦЯ -у п'ятницю -понеділок -ВІВТОРОК -У ЧЕТВЕР -в суботу -ЧЕТВЕР -неділя -субота -завтра +# auto translated from en-us to uk-ua +СЕРЕДА +завтрашній день. +вчорашній +у неділю +у середу +днів +вчора +у понеділок +П'ЯТНИЦЯ +у п'ятницю +понеділок +ВІВТОРОК +У ЧЕТВЕР +в суботу +ЧЕТВЕР +неділя +субота +завтра diff --git a/locale/uk-ua/vocabulary/date-time/relative-time.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/relative-time.voc similarity index 95% rename from locale/uk-ua/vocabulary/date-time/relative-time.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/relative-time.voc index 86c973b3a..a0e5b752b 100644 --- a/locale/uk-ua/vocabulary/date-time/relative-time.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/relative-time.voc @@ -1,7 +1,7 @@ -# auto translated from en-us to uk-ua -День добрий. -сьогодні вночі. -вечір -за одну ніч. -ранок -ніч +# auto translated from en-us to uk-ua +День добрий. +сьогодні вночі. +вечір +за одну ніч. +ранок +ніч diff --git a/locale/uk-ua/vocabulary/date-time/today.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/today.voc similarity index 96% rename from locale/uk-ua/vocabulary/date-time/today.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/today.voc index d515f8d96..a9f25dd3a 100644 --- a/locale/uk-ua/vocabulary/date-time/today.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/today.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -сьогодні -сьогоднішній +# auto translated from en-us to uk-ua +сьогодні +сьогоднішній diff --git a/locale/uk-ua/vocabulary/date-time/week.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/week.voc similarity index 95% rename from locale/uk-ua/vocabulary/date-time/week.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/week.voc index 906577873..4e21e80fa 100644 --- a/locale/uk-ua/vocabulary/date-time/week.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/week.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -щотижня -тиждень +# auto translated from en-us to uk-ua +щотижня +тиждень diff --git a/locale/uk-ua/vocabulary/date-time/weekend.voc b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/weekend.voc similarity index 96% rename from locale/uk-ua/vocabulary/date-time/weekend.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/date-time/weekend.voc index f5cca6f75..05ba1d1d1 100644 --- a/locale/uk-ua/vocabulary/date-time/weekend.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/date-time/weekend.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -вихідні +# auto translated from en-us to uk-ua +вихідні diff --git a/locale/uk-ua/vocabulary/forecast.voc b/neon_skill_weather/locale/uk-ua/vocabulary/forecast.voc similarity index 96% rename from locale/uk-ua/vocabulary/forecast.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/forecast.voc index f497c7616..7d8239a7d 100644 --- a/locale/uk-ua/vocabulary/forecast.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/forecast.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -прогноз +# auto translated from en-us to uk-ua +прогноз diff --git a/locale/uk-ua/vocabulary/like.voc b/neon_skill_weather/locale/uk-ua/vocabulary/like.voc similarity index 95% rename from locale/uk-ua/vocabulary/like.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/like.voc index 996a0500d..82fa73c3f 100644 --- a/locale/uk-ua/vocabulary/like.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/like.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -як +# auto translated from en-us to uk-ua +як diff --git a/locale/uk-ua/vocabulary/location.voc b/neon_skill_weather/locale/uk-ua/vocabulary/location.voc similarity index 94% rename from locale/uk-ua/vocabulary/location.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/location.voc index 22e2bd567..75ed396e8 100644 --- a/locale/uk-ua/vocabulary/location.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/location.voc @@ -1,106 +1,106 @@ -# auto translated from en-us to uk-ua -чикаго -сан-франциско -Сан-Дієго -Сіетл -берлін -Остін -Сан-Хосе -канзас-сіті -Атланта -Портленд, штат Орегон|Портленд -Лос-Анджелес, Каліфорнія|los angeles|la -спокан -Х'юстон -бостон -Лоуренс, штат Канзас -запоріжжя -запоріжжі -київ -києві -львів -львові -харків -харкові -дніпро -дніпрі -чернівці -чернівцях -івано-франківськ -івано-франківську -одеса -одесі -миколаїв -миколаєві -маріуполь -маріуполі -луганськ -луганську -вінниця -вінниці -макіївка -макіївці -сімферополь -сімферополі -полтава -полтаві -черкаси -черкасах -чернігів -чернігові -житомир -житомирі -суми -сумах -ровно -рівному -херсон -херсоні -кропивницький -кропивницькому -кам'янське -кам'янському -тернопіль -тернополі -кременчук -кременчуці -ужгород -ужгороді -біла церква -білій церкві -мелітополь -мелітополі -керч -керчі -євпаторія -євпаторії -бердянськ -бердянську -алчевськ -алчевську -сєвєродонецьк -сєвєродонецьку -славянськ -славянську -павлоград -павлограді -сєверодонецьк -сєверодонецьку -лисичанськ -лисичанську -бровари -броварах -калуш -калуші -нікополь -нікополі -смела -смелі -енергодар -енергодарі -коростень -коростені -коломия -коломиї -мукачево -мукачеві +# auto translated from en-us to uk-ua +чикаго +сан-франциско +Сан-Дієго +Сіетл +берлін +Остін +Сан-Хосе +канзас-сіті +Атланта +Портленд, штат Орегон|Портленд +Лос-Анджелес, Каліфорнія|los angeles|la +спокан +Х'юстон +бостон +Лоуренс, штат Канзас +запоріжжя +запоріжжі +київ +києві +львів +львові +харків +харкові +дніпро +дніпрі +чернівці +чернівцях +івано-франківськ +івано-франківську +одеса +одесі +миколаїв +миколаєві +маріуполь +маріуполі +луганськ +луганську +вінниця +вінниці +макіївка +макіївці +сімферополь +сімферополі +полтава +полтаві +черкаси +черкасах +чернігів +чернігові +житомир +житомирі +суми +сумах +ровно +рівному +херсон +херсоні +кропивницький +кропивницькому +кам'янське +кам'янському +тернопіль +тернополі +кременчук +кременчуці +ужгород +ужгороді +біла церква +білій церкві +мелітополь +мелітополі +керч +керчі +євпаторія +євпаторії +бердянськ +бердянську +алчевськ +алчевську +сєвєродонецьк +сєвєродонецьку +славянськ +славянську +павлоград +павлограді +сєверодонецьк +сєверодонецьку +лисичанськ +лисичанську +бровари +броварах +калуш +калуші +нікополь +нікополі +смела +смелі +енергодар +енергодарі +коростень +коростені +коломия +коломиї +мукачево +мукачеві diff --git a/locale/uk-ua/vocabulary/outside.voc b/neon_skill_weather/locale/uk-ua/vocabulary/outside.voc similarity index 95% rename from locale/uk-ua/vocabulary/outside.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/outside.voc index 51d8f8ad7..3d2760c8e 100644 --- a/locale/uk-ua/vocabulary/outside.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/outside.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -назовні. -назовні +# auto translated from en-us to uk-ua +назовні. +назовні diff --git a/locale/uk-ua/vocabulary/query/confirm-query-current.voc b/neon_skill_weather/locale/uk-ua/vocabulary/query/confirm-query-current.voc similarity index 95% rename from locale/uk-ua/vocabulary/query/confirm-query-current.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/query/confirm-query-current.voc index d6b4175fc..ecf32efd8 100644 --- a/locale/uk-ua/vocabulary/query/confirm-query-current.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/query/confirm-query-current.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -Це так? -чи є +# auto translated from en-us to uk-ua +Це так? +чи є diff --git a/locale/uk-ua/vocabulary/query/confirm-query-future.voc b/neon_skill_weather/locale/uk-ua/vocabulary/query/confirm-query-future.voc similarity index 95% rename from locale/uk-ua/vocabulary/query/confirm-query-future.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/query/confirm-query-future.voc index de0101806..34b06205f 100644 --- a/locale/uk-ua/vocabulary/query/confirm-query-future.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/query/confirm-query-future.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -чи буде там -чи буде це -чи буде +# auto translated from en-us to uk-ua +чи буде там +чи буде це +чи буде diff --git a/locale/uk-ua/vocabulary/query/confirm-query.voc b/neon_skill_weather/locale/uk-ua/vocabulary/query/confirm-query.voc similarity index 94% rename from locale/uk-ua/vocabulary/query/confirm-query.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/query/confirm-query.voc index 2d6c73960..873725d9b 100644 --- a/locale/uk-ua/vocabulary/query/confirm-query.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/query/confirm-query.voc @@ -1,19 +1,19 @@ -# auto translated from en-us to uk-ua -чи будемо ми -збирається -чи є у них -чи буде це -Це так? -чи буде там -чи є -буде -наскільки -настільки -спекотно -спекотний -жарко -холодно -тепло -теплий -гарячо -гарячий +# auto translated from en-us to uk-ua +чи будемо ми +збирається +чи є у них +чи буде це +Це так? +чи буде там +чи є +буде +наскільки +настільки +спекотно +спекотний +жарко +холодно +тепло +теплий +гарячо +гарячий diff --git a/locale/uk-ua/vocabulary/query/how.voc b/neon_skill_weather/locale/uk-ua/vocabulary/query/how.voc similarity index 95% rename from locale/uk-ua/vocabulary/query/how.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/query/how.voc index 996a0500d..82fa73c3f 100644 --- a/locale/uk-ua/vocabulary/query/how.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/query/how.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -як +# auto translated from en-us to uk-ua +як diff --git a/locale/uk-ua/vocabulary/query/query.voc b/neon_skill_weather/locale/uk-ua/vocabulary/query/query.voc similarity index 94% rename from locale/uk-ua/vocabulary/query/query.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/query/query.voc index a0658310f..a7b31325b 100644 --- a/locale/uk-ua/vocabulary/query/query.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/query/query.voc @@ -1,13 +1,13 @@ -# auto translated from en-us to uk-ua -як -скажи -Скажи мені. -розкажіть нам про -що -що буде -що таке -Розкажи мені про -Скажи нам. -Дай мені -наскільки -настільки +# auto translated from en-us to uk-ua +як +скажи +Скажи мені. +розкажіть нам про +що +що буде +що таке +Розкажи мені про +Скажи нам. +Дай мені +наскільки +настільки diff --git a/locale/uk-ua/vocabulary/query/when.voc b/neon_skill_weather/locale/uk-ua/vocabulary/query/when.voc similarity index 95% rename from locale/uk-ua/vocabulary/query/when.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/query/when.voc index 2c67f579f..ffb0d73a2 100644 --- a/locale/uk-ua/vocabulary/query/when.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/query/when.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to uk-ua -о котрій годині -коли це -коли буде -коли +# auto translated from en-us to uk-ua +о котрій годині +коли це +коли буде +коли diff --git a/locale/uk-ua/vocabulary/sunrise.voc b/neon_skill_weather/locale/uk-ua/vocabulary/sunrise.voc similarity index 96% rename from locale/uk-ua/vocabulary/sunrise.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/sunrise.voc index 950ad7223..02588f4de 100644 --- a/locale/uk-ua/vocabulary/sunrise.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/sunrise.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -денна перерва -світанок -схід сонця +# auto translated from en-us to uk-ua +денна перерва +світанок +схід сонця diff --git a/locale/uk-ua/vocabulary/sunset.voc b/neon_skill_weather/locale/uk-ua/vocabulary/sunset.voc similarity index 96% rename from locale/uk-ua/vocabulary/sunset.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/sunset.voc index ccb93bc27..50cd7da66 100644 --- a/locale/uk-ua/vocabulary/sunset.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/sunset.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -сутінки -захід сонця +# auto translated from en-us to uk-ua +сутінки +захід сонця diff --git a/locale/uk-ua/vocabulary/temperature/cold.voc b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/cold.voc similarity index 96% rename from locale/uk-ua/vocabulary/temperature/cold.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/temperature/cold.voc index c984e04b8..c00caca09 100644 --- a/locale/uk-ua/vocabulary/temperature/cold.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/cold.voc @@ -1,4 +1,4 @@ -# auto translated from en-us to uk-ua -прохолодно -заморожування -холодний +# auto translated from en-us to uk-ua +прохолодно +заморожування +холодний diff --git a/locale/uk-ua/vocabulary/temperature/high.voc b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/high.voc similarity index 95% rename from locale/uk-ua/vocabulary/temperature/high.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/temperature/high.voc index d5fe0f3c6..ee1bf9695 100644 --- a/locale/uk-ua/vocabulary/temperature/high.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/high.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to uk-ua -Макс. -максимум -найвищий -високий +# auto translated from en-us to uk-ua +Макс. +максимум +найвищий +високий diff --git a/locale/uk-ua/vocabulary/temperature/hot.voc b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/hot.voc similarity index 94% rename from locale/uk-ua/vocabulary/temperature/hot.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/temperature/hot.voc index 27fdb84e0..37a1b93ab 100644 --- a/locale/uk-ua/vocabulary/temperature/hot.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/hot.voc @@ -1,6 +1,6 @@ -# auto translated from en-us to uk-ua -теплий -гарячий -спекотно -спекотний -жарко +# auto translated from en-us to uk-ua +теплий +гарячий +спекотно +спекотний +жарко diff --git a/locale/uk-ua/vocabulary/temperature/low.voc b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/low.voc similarity index 94% rename from locale/uk-ua/vocabulary/temperature/low.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/temperature/low.voc index 425baa205..9c423b6eb 100644 --- a/locale/uk-ua/vocabulary/temperature/low.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/low.voc @@ -1,5 +1,5 @@ -# auto translated from en-us to uk-ua -низький -мінімум -хв -найнижчий +# auto translated from en-us to uk-ua +низький +мінімум +хв +найнижчий diff --git a/locale/uk-ua/vocabulary/temperature/temperature.voc b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/temperature.voc similarity index 96% rename from locale/uk-ua/vocabulary/temperature/temperature.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/temperature/temperature.voc index 9b7c9b2f2..bf7b51e8f 100644 --- a/locale/uk-ua/vocabulary/temperature/temperature.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/temperature/temperature.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -температура -тимчасовий +# auto translated from en-us to uk-ua +температура +тимчасовий diff --git a/locale/uk-ua/vocabulary/unit/fahrenheit.voc b/neon_skill_weather/locale/uk-ua/vocabulary/unit/fahrenheit.voc similarity index 97% rename from locale/uk-ua/vocabulary/unit/fahrenheit.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/unit/fahrenheit.voc index 34b8f946a..04678c475 100644 --- a/locale/uk-ua/vocabulary/unit/fahrenheit.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/unit/fahrenheit.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -за Фаренгейтом +# auto translated from en-us to uk-ua +за Фаренгейтом diff --git a/locale/pl-pl/vocabulary/unit/unit.entity b/neon_skill_weather/locale/uk-ua/vocabulary/unit/unit.entity similarity index 90% rename from locale/pl-pl/vocabulary/unit/unit.entity rename to neon_skill_weather/locale/uk-ua/vocabulary/unit/unit.entity index 45db19a74..e63c6667a 100644 --- a/locale/pl-pl/vocabulary/unit/unit.entity +++ b/neon_skill_weather/locale/uk-ua/vocabulary/unit/unit.entity @@ -1,2 +1,2 @@ -fahrenheit -celsius +fahrenheit +celsius diff --git a/locale/uk-ua/vocabulary/unit/unit.voc b/neon_skill_weather/locale/uk-ua/vocabulary/unit/unit.voc similarity index 96% rename from locale/uk-ua/vocabulary/unit/unit.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/unit/unit.voc index 0b61698c7..686e56016 100644 --- a/locale/uk-ua/vocabulary/unit/unit.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/unit/unit.voc @@ -1,3 +1,3 @@ -# auto translated from en-us to uk-ua -за Фаренгейтом -за Цельсієм +# auto translated from en-us to uk-ua +за Фаренгейтом +за Цельсієм diff --git a/locale/uk-ua/vocabulary/weather.voc b/neon_skill_weather/locale/uk-ua/vocabulary/weather.voc similarity index 96% rename from locale/uk-ua/vocabulary/weather.voc rename to neon_skill_weather/locale/uk-ua/vocabulary/weather.voc index c4bb13e50..e1476f0ff 100644 --- a/locale/uk-ua/vocabulary/weather.voc +++ b/neon_skill_weather/locale/uk-ua/vocabulary/weather.voc @@ -1,2 +1,2 @@ -# auto translated from en-us to uk-ua -погода +# auto translated from en-us to uk-ua +погода diff --git a/settingsmeta.yml b/neon_skill_weather/settingsmeta.yml similarity index 100% rename from settingsmeta.yml rename to neon_skill_weather/settingsmeta.yml diff --git a/ui/DailyColumn.qml b/neon_skill_weather/ui/DailyColumn.qml similarity index 100% rename from ui/DailyColumn.qml rename to neon_skill_weather/ui/DailyColumn.qml diff --git a/ui/DailyColumnScalable.qml b/neon_skill_weather/ui/DailyColumnScalable.qml similarity index 100% rename from ui/DailyColumnScalable.qml rename to neon_skill_weather/ui/DailyColumnScalable.qml diff --git a/ui/DailyDelegateScalable.qml b/neon_skill_weather/ui/DailyDelegateScalable.qml similarity index 100% rename from ui/DailyDelegateScalable.qml rename to neon_skill_weather/ui/DailyDelegateScalable.qml diff --git a/ui/HourlyColumn.qml b/neon_skill_weather/ui/HourlyColumn.qml similarity index 100% rename from ui/HourlyColumn.qml rename to neon_skill_weather/ui/HourlyColumn.qml diff --git a/ui/WeatherDate.qml b/neon_skill_weather/ui/WeatherDate.qml similarity index 100% rename from ui/WeatherDate.qml rename to neon_skill_weather/ui/WeatherDate.qml diff --git a/ui/WeatherDelegateMarkII.qml b/neon_skill_weather/ui/WeatherDelegateMarkII.qml similarity index 100% rename from ui/WeatherDelegateMarkII.qml rename to neon_skill_weather/ui/WeatherDelegateMarkII.qml diff --git a/ui/WeatherDelegateScalable.qml b/neon_skill_weather/ui/WeatherDelegateScalable.qml similarity index 100% rename from ui/WeatherDelegateScalable.qml rename to neon_skill_weather/ui/WeatherDelegateScalable.qml diff --git a/ui/WeatherImage.qml b/neon_skill_weather/ui/WeatherImage.qml similarity index 100% rename from ui/WeatherImage.qml rename to neon_skill_weather/ui/WeatherImage.qml diff --git a/ui/WeatherLabel.qml b/neon_skill_weather/ui/WeatherLabel.qml similarity index 100% rename from ui/WeatherLabel.qml rename to neon_skill_weather/ui/WeatherLabel.qml diff --git a/ui/WeatherLocation.qml b/neon_skill_weather/ui/WeatherLocation.qml similarity index 100% rename from ui/WeatherLocation.qml rename to neon_skill_weather/ui/WeatherLocation.qml diff --git a/ui/animations/clouds.json b/neon_skill_weather/ui/animations/clouds.json similarity index 100% rename from ui/animations/clouds.json rename to neon_skill_weather/ui/animations/clouds.json diff --git a/ui/animations/fog.json b/neon_skill_weather/ui/animations/fog.json similarity index 100% rename from ui/animations/fog.json rename to neon_skill_weather/ui/animations/fog.json diff --git a/ui/animations/partial_clouds.json b/neon_skill_weather/ui/animations/partial_clouds.json similarity index 100% rename from ui/animations/partial_clouds.json rename to neon_skill_weather/ui/animations/partial_clouds.json diff --git a/ui/animations/rain.json b/neon_skill_weather/ui/animations/rain.json similarity index 100% rename from ui/animations/rain.json rename to neon_skill_weather/ui/animations/rain.json diff --git a/ui/animations/sleet.json b/neon_skill_weather/ui/animations/sleet.json similarity index 100% rename from ui/animations/sleet.json rename to neon_skill_weather/ui/animations/sleet.json diff --git a/ui/animations/snow.json b/neon_skill_weather/ui/animations/snow.json similarity index 100% rename from ui/animations/snow.json rename to neon_skill_weather/ui/animations/snow.json diff --git a/ui/animations/storm.json b/neon_skill_weather/ui/animations/storm.json similarity index 100% rename from ui/animations/storm.json rename to neon_skill_weather/ui/animations/storm.json diff --git a/ui/animations/sun.json b/neon_skill_weather/ui/animations/sun.json similarity index 100% rename from ui/animations/sun.json rename to neon_skill_weather/ui/animations/sun.json diff --git a/ui/current_1_mark_ii.qml b/neon_skill_weather/ui/current_1_mark_ii.qml similarity index 100% rename from ui/current_1_mark_ii.qml rename to neon_skill_weather/ui/current_1_mark_ii.qml diff --git a/ui/current_1_scalable.qml b/neon_skill_weather/ui/current_1_scalable.qml similarity index 100% rename from ui/current_1_scalable.qml rename to neon_skill_weather/ui/current_1_scalable.qml diff --git a/ui/current_2_mark_ii.qml b/neon_skill_weather/ui/current_2_mark_ii.qml similarity index 100% rename from ui/current_2_mark_ii.qml rename to neon_skill_weather/ui/current_2_mark_ii.qml diff --git a/ui/current_2_scalable.qml b/neon_skill_weather/ui/current_2_scalable.qml similarity index 100% rename from ui/current_2_scalable.qml rename to neon_skill_weather/ui/current_2_scalable.qml diff --git a/ui/daily_mark_ii.qml b/neon_skill_weather/ui/daily_mark_ii.qml similarity index 100% rename from ui/daily_mark_ii.qml rename to neon_skill_weather/ui/daily_mark_ii.qml diff --git a/ui/daily_scalable.qml b/neon_skill_weather/ui/daily_scalable.qml similarity index 100% rename from ui/daily_scalable.qml rename to neon_skill_weather/ui/daily_scalable.qml diff --git a/ui/hourly_mark_ii.qml b/neon_skill_weather/ui/hourly_mark_ii.qml similarity index 100% rename from ui/hourly_mark_ii.qml rename to neon_skill_weather/ui/hourly_mark_ii.qml diff --git a/ui/images/clouds.svg b/neon_skill_weather/ui/images/clouds.svg similarity index 100% rename from ui/images/clouds.svg rename to neon_skill_weather/ui/images/clouds.svg diff --git a/ui/images/fog.svg b/neon_skill_weather/ui/images/fog.svg similarity index 100% rename from ui/images/fog.svg rename to neon_skill_weather/ui/images/fog.svg diff --git a/ui/images/high_temperature.svg b/neon_skill_weather/ui/images/high_temperature.svg similarity index 100% rename from ui/images/high_temperature.svg rename to neon_skill_weather/ui/images/high_temperature.svg diff --git a/ui/images/humidity.svg b/neon_skill_weather/ui/images/humidity.svg similarity index 100% rename from ui/images/humidity.svg rename to neon_skill_weather/ui/images/humidity.svg diff --git a/ui/images/low_temperature.svg b/neon_skill_weather/ui/images/low_temperature.svg similarity index 100% rename from ui/images/low_temperature.svg rename to neon_skill_weather/ui/images/low_temperature.svg diff --git a/ui/images/moon.svg b/neon_skill_weather/ui/images/moon.svg similarity index 100% rename from ui/images/moon.svg rename to neon_skill_weather/ui/images/moon.svg diff --git a/ui/images/partial_clouds_day.svg b/neon_skill_weather/ui/images/partial_clouds_day.svg similarity index 100% rename from ui/images/partial_clouds_day.svg rename to neon_skill_weather/ui/images/partial_clouds_day.svg diff --git a/ui/images/partial_clouds_night.svg b/neon_skill_weather/ui/images/partial_clouds_night.svg similarity index 100% rename from ui/images/partial_clouds_night.svg rename to neon_skill_weather/ui/images/partial_clouds_night.svg diff --git a/ui/images/rain.svg b/neon_skill_weather/ui/images/rain.svg similarity index 100% rename from ui/images/rain.svg rename to neon_skill_weather/ui/images/rain.svg diff --git a/ui/images/snow.svg b/neon_skill_weather/ui/images/snow.svg similarity index 100% rename from ui/images/snow.svg rename to neon_skill_weather/ui/images/snow.svg diff --git a/ui/images/storm.svg b/neon_skill_weather/ui/images/storm.svg similarity index 100% rename from ui/images/storm.svg rename to neon_skill_weather/ui/images/storm.svg diff --git a/ui/images/sun.svg b/neon_skill_weather/ui/images/sun.svg similarity index 100% rename from ui/images/sun.svg rename to neon_skill_weather/ui/images/sun.svg diff --git a/ui/images/sunrise.svg b/neon_skill_weather/ui/images/sunrise.svg similarity index 100% rename from ui/images/sunrise.svg rename to neon_skill_weather/ui/images/sunrise.svg diff --git a/ui/images/sunset.svg b/neon_skill_weather/ui/images/sunset.svg similarity index 100% rename from ui/images/sunset.svg rename to neon_skill_weather/ui/images/sunset.svg diff --git a/ui/images/wind.svg b/neon_skill_weather/ui/images/wind.svg similarity index 100% rename from ui/images/wind.svg rename to neon_skill_weather/ui/images/wind.svg diff --git a/ui/qmldir b/neon_skill_weather/ui/qmldir similarity index 100% rename from ui/qmldir rename to neon_skill_weather/ui/qmldir diff --git a/ui/single_day_mark_ii.qml b/neon_skill_weather/ui/single_day_mark_ii.qml similarity index 100% rename from ui/single_day_mark_ii.qml rename to neon_skill_weather/ui/single_day_mark_ii.qml diff --git a/ui/sunrise_sunset_mark_ii.qml b/neon_skill_weather/ui/sunrise_sunset_mark_ii.qml similarity index 100% rename from ui/sunrise_sunset_mark_ii.qml rename to neon_skill_weather/ui/sunrise_sunset_mark_ii.qml diff --git a/skill/util.py b/neon_skill_weather/util.py similarity index 100% rename from skill/util.py rename to neon_skill_weather/util.py diff --git a/skill/weather.py b/neon_skill_weather/weather.py similarity index 100% rename from skill/weather.py rename to neon_skill_weather/weather.py diff --git a/setup.py b/setup.py index 30ae81589..eade620ad 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ from os import getenv, path, walk SKILL_NAME = "skill-weather" -SKILL_PKG = SKILL_NAME.replace('-', '_') +SKILL_PKG = "neon_" + SKILL_NAME.replace('-', '_') # skill_id=package_name:SkillClass PLUGIN_ENTRY_POINT = f'{SKILL_NAME}.neongeckocom={SKILL_PKG}:WeatherSkill' BASE_PATH = path.abspath(path.dirname(__file__)) @@ -59,7 +59,7 @@ def get_requirements(requirements_filename: str): def find_resource_files(): resource_base_dirs = ("locale", "ui", "vocab", "dialog", "regex") - base_dir = BASE_PATH + base_dir = path.join(BASE_PATH, SKILL_PKG) package_data = ["skill.json"] for res in resource_base_dirs: if path.isdir(path.join(base_dir, res)): @@ -96,7 +96,6 @@ def find_resource_files(): author_email='developers@neon.ai', long_description=long_description, long_description_content_type="text/markdown", - package_dir={SKILL_PKG: ""}, packages=[SKILL_PKG, f"{SKILL_PKG}.skill"], package_data={SKILL_PKG: find_resource_files()}, include_package_data=True, diff --git a/skill/__init__.py b/skill/__init__.py deleted file mode 100644 index 62d927dab..000000000 --- a/skill/__init__.py +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021, Mycroft AI Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -from .api import OpenWeatherMapApi -from .config import WeatherConfig -from .dialog import ( - CurrentDialog, - DailyDialog, - HourlyDialog, - WeatherDialog, - WeeklyDialog, - get_dialog_for_timeframe, -) -from .intent import WeatherIntent -from .weather import CURRENT, DAILY, DailyWeather, HOURLY, WeatherReport, WeatherCondition -from .util import LocationNotFoundError From 53d283193ea0015c0e4cf938480b61204d922cb6 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Aug 2025 15:46:58 -0700 Subject: [PATCH 2/9] Update packages in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index eade620ad..5ab80d379 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -from setuptools import setup +from setuptools import find_packages, setup from os import getenv, path, walk SKILL_NAME = "skill-weather" @@ -96,7 +96,7 @@ def find_resource_files(): author_email='developers@neon.ai', long_description=long_description, long_description_content_type="text/markdown", - packages=[SKILL_PKG, f"{SKILL_PKG}.skill"], + packages=find_packages(), package_data={SKILL_PKG: find_resource_files()}, include_package_data=True, entry_points={"ovos.plugin.skill": PLUGIN_ENTRY_POINT} From 94eecbe31117df032d0cd8dd6398ed6d51652e11 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Aug 2025 15:52:54 -0700 Subject: [PATCH 3/9] Troubleshoot GHA failures --- .github/workflows/skill_tests.yml | 8 ++++---- requirements/test.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/skill_tests.yml b/.github/workflows/skill_tests.yml index 1abc4394d..d4e2ccb67 100644 --- a/.github/workflows/skill_tests.yml +++ b/.github/workflows/skill_tests.yml @@ -14,10 +14,10 @@ jobs: uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master with: skill_entrypoint: skill-weather.neongeckocom - skill_resource_tests: - uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master - with: - skill_entrypoint: skill-weather.neongeckocom + # skill_resource_tests: + # uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master + # with: + # skill_entrypoint: skill-weather.neongeckocom skill_install_tests: uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master with: diff --git a/requirements/test.txt b/requirements/test.txt index f2a694a8b..c83175143 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1 +1 @@ -neon-minerva[padatious]~=0.3 +neon-minerva[padatious]~=0.3,>=0.3.1a1 From 0e160aba2cef2a7ba89b76778b052702c5e3cf8c Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Aug 2025 16:21:15 -0700 Subject: [PATCH 4/9] Try Padatious for intent tests --- .github/workflows/skill_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/skill_tests.yml b/.github/workflows/skill_tests.yml index d4e2ccb67..d0dc58dc7 100644 --- a/.github/workflows/skill_tests.yml +++ b/.github/workflows/skill_tests.yml @@ -14,6 +14,8 @@ jobs: uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master with: skill_entrypoint: skill-weather.neongeckocom + test_padatious: true + test_padacioso: false # skill_resource_tests: # uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master # with: From 1b3c3e5e1f01e4d5b715d8c6c5213862152516f8 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Aug 2025 16:39:29 -0700 Subject: [PATCH 5/9] Log detected resource files to troubleshoot intent test failures --- .github/workflows/skill_tests.yml | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/skill_tests.yml b/.github/workflows/skill_tests.yml index d0dc58dc7..d4e2ccb67 100644 --- a/.github/workflows/skill_tests.yml +++ b/.github/workflows/skill_tests.yml @@ -14,8 +14,6 @@ jobs: uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master with: skill_entrypoint: skill-weather.neongeckocom - test_padatious: true - test_padacioso: false # skill_resource_tests: # uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master # with: diff --git a/setup.py b/setup.py index 5ab80d379..49147d691 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def find_resource_files(): package_data.append( path.join(directory.replace(base_dir, "").lstrip('/'), '*')) -# print(package_data) + print(package_data) return package_data From 13f7e8fff476ef7e90e97f165538c137aba2de49 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Aug 2025 16:55:20 -0700 Subject: [PATCH 6/9] Update test class to troubleshoot failing intent tests --- requirements/test.txt | 3 ++- setup.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index c83175143..3752e63bf 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1 +1,2 @@ -neon-minerva[padatious]~=0.3,>=0.3.1a1 +#neon-minerva[padatious]~=0.3,>=0.3.1a1 +neon-minerva[padatious] @ git+https://github.com/neongeckocom/neon-minerva@REF_RemoveDeprecatedReferences#egg=neon-minerva diff --git a/setup.py b/setup.py index 49147d691..1a08c92eb 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,6 @@ def find_resource_files(): package_data.append( path.join(directory.replace(base_dir, "").lstrip('/'), '*')) - print(package_data) return package_data From ff23c94592cfbc7be04667589375824260c80e01 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Aug 2025 17:16:06 -0700 Subject: [PATCH 7/9] Remove failing intent test case to troubleshoot --- test/test_intents.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_intents.yaml b/test/test_intents.yaml index 3d96db2ea..2354008ee 100644 --- a/test/test_intents.yaml +++ b/test/test_intents.yaml @@ -1,6 +1,6 @@ en-us: HandleCurrentWeather: - - what is the weather + # - what is the weather - how is the weather - tell me the weather - what's the weather like From 1bc919bf62fd1bd8cd763791a681d47b099ebec5 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Aug 2025 17:53:02 -0700 Subject: [PATCH 8/9] Update neon-minerva test dependency to PyPI spec --- requirements/test.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index 3752e63bf..55b7220bf 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,2 +1 @@ -#neon-minerva[padatious]~=0.3,>=0.3.1a1 -neon-minerva[padatious] @ git+https://github.com/neongeckocom/neon-minerva@REF_RemoveDeprecatedReferences#egg=neon-minerva +neon-minerva[padatious]~=0.3,>=0.3.1a2 From 7c3f89980ad20e17cebbee92e748cb49aab61c1e Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Aug 2025 18:17:18 -0700 Subject: [PATCH 9/9] Replace valid intent test case --- test/test_intents.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_intents.yaml b/test/test_intents.yaml index 2354008ee..3d96db2ea 100644 --- a/test/test_intents.yaml +++ b/test/test_intents.yaml @@ -1,6 +1,6 @@ en-us: HandleCurrentWeather: - # - what is the weather + - what is the weather - how is the weather - tell me the weather - what's the weather like