aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml14
-rw-r--r--i18n/pt.toml14
2 files changed, 28 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..15a8569
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,14 @@
+[filtering-for]
+ other = "Filtering for"
+
+[no-posts]
+ other = "No posts yet"
+
+[email-subject]
+ other = "Reply to "
+
+[email-reply]
+ other = "Reply to this post by email"
+
+[skip-link]
+ other = "Skip to main content" \ No newline at end of file
diff --git a/i18n/pt.toml b/i18n/pt.toml
new file mode 100644
index 0000000..ad228ab
--- /dev/null
+++ b/i18n/pt.toml
@@ -0,0 +1,14 @@
+[filtering-for]
+ other = "Filtrando para"
+
+[no-posts]
+ other = "Nenhum post ainda"
+
+[email-subject]
+ other = "Resposta a "
+
+[email-reply]
+ other = "Responda a este post por email"
+
+[skip-link]
+ other = "Pular para conteúdo principal" \ No newline at end of file