Skip to content

Commit 403a93b

Browse files
committed
add languages definitions and update readme
1 parent 016db27 commit 403a93b

File tree

2 files changed

+53
-6
lines changed

2 files changed

+53
-6
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Popular Articles Plugin
22

3-
**This README.md file should be modified to describe the features, installation, configuration, and general usage of the plugin.**
4-
53
The **Popular Articles** Plugin is an extension for [Grav CMS](http://github.com/getgrav/grav). Display a list of links to the most popular articles from a blog.
64

75
> NOTE: This plugin requires the admin plugin to be installed.
@@ -78,7 +76,4 @@ It's recommended to override the original template to suit your needs (then save
7876
</ul>
7977
```
8078

81-
## To Do
82-
83-
- add title translations (only english and french right now)
8479

languages.yaml

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,58 @@ en:
44
BLOG_ROUTE_LABEL: Route to blog
55
ARTICLES_COUNT_LABEL: Number of articles to display
66

7+
de:
8+
PLUGIN_POPULAR_ARTICLES:
9+
POPULAR_ARTICLES: Populäre artikel
10+
11+
es:
12+
PLUGIN_POPULAR_ARTICLES:
13+
POPULAR_ARTICLES: Articulos populares
14+
715
fr:
816
PLUGIN_POPULAR_ARTICLES:
9-
POPULAR_ARTICLES: Articles populaires
17+
POPULAR_ARTICLES: Articles populaires
18+
19+
hr:
20+
PLUGIN_POPULAR_ARTICLES:
21+
POPULAR_ARTICLES: Popularni članci
22+
23+
hu:
24+
PLUGIN_POPULAR_ARTICLES:
25+
POPULAR_ARTICLES: Népszerű cikkek
26+
27+
it:
28+
PLUGIN_POPULAR_ARTICLES:
29+
POPULAR_ARTICLES: Articoli popolari
30+
31+
ja:
32+
PLUGIN_POPULAR_ARTICLES:
33+
POPULAR_ARTICLES: 人気の記事
34+
35+
lt:
36+
PLUGIN_POPULAR_ARTICLES:
37+
POPULAR_ARTICLES: Populiarūs straipsniai
38+
39+
no:
40+
PLUGIN_POPULAR_ARTICLES:
41+
POPULAR_ARTICLES: Populære artikler
42+
43+
pt:
44+
PLUGIN_POPULAR_ARTICLES:
45+
POPULAR_ARTICLES: Artigos populares
46+
47+
ro:
48+
PLUGIN_POPULAR_ARTICLES:
49+
POPULAR_ARTICLES: Articole populare
50+
51+
ru:
52+
PLUGIN_POPULAR_ARTICLES:
53+
POPULAR_ARTICLES: популярные статьи
54+
55+
uk:
56+
PLUGIN_POPULAR_ARTICLES:
57+
POPULAR_ARTICLES: популярні статті
58+
59+
zh:
60+
PLUGIN_POPULAR_ARTICLES:
61+
POPULAR_ARTICLES: 热门文章

0 commit comments

Comments
 (0)