diff --git a/locales/bg.json b/locales/bg.json new file mode 100644 index 00000000..1bcfba1e --- /dev/null +++ b/locales/bg.json @@ -0,0 +1,13 @@ +{ + "By": "от", + "Sign in": "Вход", + "Subscribe": "Абонамент", + "Upgrade": "Ъпгрейд", + "Account": "Профил", + "Featured": "Избрано", + "Powered by": "Създаден с", + "See all": "Виж всички", + "Read more": "Още", + "Search this site": "Търси в сайта", + "Search posts, tags and authors": "Търси публикации, етикети и автори" +} diff --git a/locales/en.json b/locales/en.json new file mode 100644 index 00000000..cd5966c2 --- /dev/null +++ b/locales/en.json @@ -0,0 +1,13 @@ +{ + "By": "By", + "Sign in": "Sign in", + "Subscribe": "Subscribe", + "Upgrade": "Upgrade", + "Account": "Account", + "Featured": "Featured", + "Powered by": "Powered by", + "See all": "See all", + "Read more": "Read more", + "Search this site": "Search this site", + "Search posts, tags and authors": "Search posts, tags and authors" +} diff --git a/partials/components/featured.hbs b/partials/components/featured.hbs index 5eea0419..41b22939 100644 --- a/partials/components/featured.hbs +++ b/partials/components/featured.hbs @@ -2,7 +2,7 @@ {{#get "posts" filter="featured:true" include="authors" limit=limit as |featured|}}