Add "tricks" page (partially fixes #29)
This commit is contained in:
@ -11,6 +11,7 @@ date_locale = "ar_SA"
|
||||
# Should match the names in config.extra.nav.links and config.extra.footer.links.
|
||||
Blog = "المدونة"
|
||||
Demo = "العرض"
|
||||
Tricks = "الحيل"
|
||||
Repo = "المستودع"
|
||||
|
||||
all_tags = "انظر جميع العلامات"
|
||||
|
@ -11,6 +11,7 @@ date_locale = "en_US"
|
||||
# Should match the names in config.extra.nav.links and config.extra.footer.links.
|
||||
Blog = "Blog"
|
||||
Demo = "Demo"
|
||||
Tricks = "Tricks"
|
||||
Repo = "Repo"
|
||||
|
||||
all_tags = "See all tags"
|
||||
|
@ -15,6 +15,7 @@ date_locale = "ru_RU"
|
||||
# Should match the names in config.extra.nav.links and config.extra.footer.links.
|
||||
Blog = "Блог"
|
||||
Demo = "Демо"
|
||||
Tricks = "Трюки"
|
||||
Repo = "Репо"
|
||||
|
||||
all_tags = "Показать все теги"
|
||||
|
Reference in New Issue
Block a user