diff options
author | dsrkafuu | 2021-03-15 09:50:20 +0800 |
---|---|---|
committer | dsrkafuu | 2021-03-15 09:50:20 +0800 |
commit | f6383ef95c27208d74c3689d7cfe6f524a8c8f33 (patch) | |
tree | 4d662489e3f4da7a32058f018a96a983376ad292 /i18n | |
parent | a0521f2b7c0abe79ec0ce77d22617b8e3ebd4009 (diff) | |
download | hugo-theme-fuji-f6383ef95c27208d74c3689d7cfe6f524a8c8f33.tar.gz hugo-theme-fuji-f6383ef95c27208d74c3689d7cfe6f524a8c8f33.tar.bz2 hugo-theme-fuji-f6383ef95c27208d74c3689d7cfe6f524a8c8f33.zip |
chore(lang): sync translation
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 2 | ||||
-rw-r--r-- | i18n/pt-pt.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 26f5663..5105e41 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,5 +1,5 @@ [sidebarToc] - other = "Table of contents" + other = "Table of Contents" [sidebarPages] other = "Pages" diff --git a/i18n/pt-pt.toml b/i18n/pt-pt.toml index 0eee83a..8e7a893 100644 --- a/i18n/pt-pt.toml +++ b/i18n/pt-pt.toml @@ -1,5 +1,5 @@ [sidebarToc] - other = "TOC" + other = "Table of Contents" [sidebarPages] other = "Paginas" |