@@ -168,7 +168,7 @@ The `trans()` method can translate a given message.
168
168
// lang/pt.json
169
169
{
170
170
"Welcome!": "Bem-vindo!",
171
- "Welcome, :name!": "Bem-vindo, :name!",
171
+ "Welcome, :name!": "Bem-vindo, :name!"
172
172
}
173
173
174
174
import { trans } from ' laravel- vue- i18n' ;
@@ -186,7 +186,7 @@ use it instead of `trans()` to watch any changes (language changes or lang files
186
186
// lang/pt.json
187
187
{
188
188
"Welcome!": "Bem-vindo!",
189
- "Welcome, :name!": "Bem-vindo, :name!",
189
+ "Welcome, :name!": "Bem-vindo, :name!"
190
190
}
191
191
192
192
import { wTrans } from ' laravel- vue- i18n' ;
@@ -214,7 +214,7 @@ there is also available an `trans_choice` alias, and a mixin called `$tChoice()`
214
214
{
215
215
"There is one apple|There are many apples": "Existe uma maça|Existe muitas maças",
216
216
"{0} There are none|[1,19] There are some|[20,*] There are many": "Não tem|Tem algumas|Tem muitas",
217
- "{1} :count minute ago|[2,*] :count minutes ago": "{1} há :count minuto|[2,*] há :count minutos",
217
+ "{1} :count minute ago|[2,*] :count minutes ago": "{1} há :count minuto|[2,*] há :count minutos"
218
218
}
219
219
220
220
import { transChoice } from ' laravel- vue- i18n' ;
@@ -236,7 +236,7 @@ use it instead of `transChoice()` to watch any changes (language changes or lang
236
236
{
237
237
"There is one apple|There are many apples": "Existe uma maça|Existe muitas maças",
238
238
"{0} There are none|[1,19] There are some|[20,*] There are many": "Não tem|Tem algumas|Tem muitas",
239
- "{1} :count minute ago|[2,*] :count minutes ago": "{1} há :count minuto|[2,*] há :count minutos",
239
+ "{1} :count minute ago|[2,*] :count minutes ago": "{1} há :count minuto|[2,*] há :count minutos"
240
240
}
241
241
242
242
import { wTransChoice } from ' laravel- vue- i18n' ;
0 commit comments