diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-30 17:05:49 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-30 17:06:17 +0700 |
commit | 601f0a3525d49665b2fb0e74032b332b7d5c9ae1 (patch) | |
tree | 76bc3946d745a572fb46c8176905387accdd89ac /i18n | |
parent | 70704b634dbb8b1ec71423ef88502ba667d91fb1 (diff) | |
download | victor-601f0a3525d49665b2fb0e74032b332b7d5c9ae1.tar.gz |
Add support for RSS
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 5ec68db..09bdcde 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -17,3 +17,15 @@ other = "Skip to main content" [toc] other = "Table of contents" + +[tags] +other = "tags" + +[tag] +other = "tag" + +[categories] +other = "categories" + +[category] +other = "category" |