From ca5a600a8ef240022b2b8e86d39494f0c13b152e Mon Sep 17 00:00:00 2001 From: Pedro Celsu Date: Wed, 30 Aug 2023 11:11:50 -0300 Subject: [PATCH] Create pt-br.lua --- locales/pt-br.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locales/pt-br.lua diff --git a/locales/pt-br.lua b/locales/pt-br.lua new file mode 100644 index 0000000..591dd31 --- /dev/null +++ b/locales/pt-br.lua @@ -0,0 +1,12 @@ +local Translations = { + ui = { + last_location = "Última Localização", + confirm = "Confirmar", + where_would_you_like_to_start = "Onde você gostaria de começar?", + } +} + +Lang = Lang or Locale:new({ + phrases = Translations, + warnOnMissing = true +})