Fix notice and taxonomies translations (#544)

* Fix missing translations for notices

* Fix taxonomy translations
This commit is contained in:
Luiz F. A. de Prá
2021-03-25 15:38:12 -03:00
committed by GitHub
parent c309f14e0f
commit 982745144f
3 changed files with 59 additions and 11 deletions

View File

@@ -1,15 +1,24 @@
[category]
other = "category"
[categories]
other = "categories"
[tag]
other = "tag"
[tags]
other = "tags"
[series]
other = "series"
[author]
other = "author"
[authors]
other = "authors"
[posts]
other = "posts"
@@ -32,14 +41,23 @@ other = "Powered by"
[see_also]
other = "See also in"
[notice_warning]
other = "Warning"
[note]
other = "note"
[notice_tip]
other = "Tip"
[tip]
other = "tip"
[notice_note]
other = "Note"
[example]
other = "example"
[notice_info]
other = "Info"
[question]
other = "question"
[info]
other = "info"
[warning]
other = "warning"
[error]
other = "error"