diff --git a/locales/nl.lua b/locales/nl.lua new file mode 100644 index 0000000..5b45903 --- /dev/null +++ b/locales/nl.lua @@ -0,0 +1,12 @@ +local Translations = { + ui = { + last_location = "Laatste locatie", + confirm = "Bevestig", + where_would_you_like_to_start = "Waar wilde wakker worden?", + } +} + +Lang = Lang or Locale:new({ + phrases = Translations, + warnOnMissing = true +})