MycroftAI / mycroft-skills-kit

Mycroft Skills Kit
Apache License 2.0
28 stars 12 forks source link

Change locale file naming to new dashed convention #58

Open krisgesling opened 3 years ago

krisgesling commented 3 years ago

was:

some.file.dialog
some.file.intent
some.file.voc

moving to:

some-file.dialog
some-file.intent
some-file.voc

When reading through code it's clearer that these are files and not python_variables or python.modules