Skip to content

Commit

Permalink
Fix for this issue: hexojs/hexo#722 -- need quotes around certain str…
Browse files Browse the repository at this point in the history
…ings in yml
Michael Sluyter committed Sep 11, 2014
1 parent 4184069 commit a01337a
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions languages/default.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@ prev: Prev
next: Next
comment: Comments
archive_a: Archives
archive_b: Archives: %s
page: Page %d
archive_b: "Archives: %s"
page: "Page %d"
recent_posts: Recent Posts
4 changes: 2 additions & 2 deletions languages/ru.yml
Original file line number Diff line number Diff line change
@@ -7,5 +7,5 @@ prev: Назад
next: Вперед
comment: Комментарии
archive_a: Архив
archive_b: Архив: %s
page: Страница %d
archive_b: "Архив: %s"
page: "Страница %d"

0 comments on commit a01337a

Please sign in to comment.