File tree 7 files changed +27
-5
lines changed
plugins/vue-i18n-next-plugin/locales
7 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 8
8
@clicked =" onLocaleClicked"
9
9
/>
10
10
<div id =" nav" class =" nav" >
11
- <router-link to =" /" >Reddit Playground </router-link > |
12
- <router-link to =" /home" >Home </router-link > |
13
- <router-link to =" /about" >About </router-link >
11
+ <router-link to =" /" >{{ i18n.t('navigation.redditsample') }} </router-link > |
12
+ <router-link to =" /home" >{{ i18n.t('navigation.home') }} </router-link > |
13
+ <router-link to =" /about" >{{ i18n.t('navigation.about') }} </router-link >
14
14
</div >
15
15
<router-view />
16
16
</div >
Original file line number Diff line number Diff line change 9
9
},
10
10
"items" : {
11
11
"apiUrls" : {
12
- "fetchItems" : " /path/to/your/real/BETA/api/and-point"
12
+ "fetchItemsBAK" : " /path/to/your/real/BETA/api/and-point" ,
13
+ "fetchItems" : " /static/data/items.json"
13
14
}
14
15
},
15
16
"reddit" : {
Original file line number Diff line number Diff line change 9
9
},
10
10
"items" : {
11
11
"apiUrls" : {
12
- "fetchItems" : " /path/to/your/real/LIVE/api/and-point"
12
+ "fetchItemsBAK" : " /path/to/your/real/LIVE/api/and-point" ,
13
+ "fetchItems" : " static/data/items.json"
13
14
}
14
15
},
15
16
"reddit" : {
Original file line number Diff line number Diff line change 44
44
},
45
45
"messages" : {
46
46
"welcome" : " Welcome: this message is localized in English" ,
47
+ "navigation" : {
48
+ "home" : " Home" ,
49
+ "about" : " About" ,
50
+ "redditsample" : " Reddit Playground"
51
+ },
47
52
"items" : {
48
53
"list" : {
49
54
"header" : " My Items"
Original file line number Diff line number Diff line change 44
44
},
45
45
"messages" : {
46
46
"welcome" : " Bienvenido: this message is localized in Spanish" ,
47
+ "navigation" : {
48
+ "home" : " Inicio" ,
49
+ "about" : " Acerca de" ,
50
+ "redditsample" : " Jugando con Reddit"
51
+ },
47
52
"items" : {
48
53
"list" : {
49
54
"header" : " Mis cosas"
Original file line number Diff line number Diff line change 44
44
},
45
45
"messages" : {
46
46
"welcome" : " Bienvenue: this message is localized in French" ,
47
+ "navigation" : {
48
+ "home" : " Accueil" ,
49
+ "about" : " About" ,
50
+ "redditsample" : " Jouer avec Reddit"
51
+ },
47
52
"items" : {
48
53
"list" : {
49
54
"header" : " Mes articles"
Original file line number Diff line number Diff line change 44
44
},
45
45
"messages" : {
46
46
"welcome" : " Benvenuti: this message is localized in Italian" ,
47
+ "navigation" : {
48
+ "home" : " Home" ,
49
+ "about" : " About" ,
50
+ "redditsample" : " Giocando con Reddit"
51
+ },
47
52
"items" : {
48
53
"list" : {
49
54
"header" : " I miei articoli"
You can’t perform that action at this time.
0 commit comments