Skip to content

Commit

Permalink
Add translation of category
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioLuciani committed May 25, 2020
1 parent c080992 commit 21ab5fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WalletTransactions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<br />
<b-form-input size="sm" type="text" name="description" />
<br />
<span>Category:</span>
<span>{{$t('category')}}:</span>
<b-form-select
size="sm"
name="category"
Expand Down
1 change: 1 addition & 0 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"logout": "Abmelden",
"account_settings": "Account Einstellungen",
"category_settings": "Kategorieeinstellungen",
"category": "Kategorie",
"profile_photo": "Profilfoto",
"upload_your_photo": "Laden Sie Ihr Foto hoch",
"upload_photo": "Foto hochladen",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"united_states_dollar": "United States Dollar",
"pound_sterling": "Pound Sterling",
"create_a_new_category": "Create a new category",
"category": "Category",
"icon": "Icon",
"color": "Color",
"category_name": "Category name",
Expand Down
1 change: 1 addition & 0 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"logout": "Cerrar sesión",
"account_settings": "Configuraciones de la cuenta",
"category_settings": "Configuraciones de categorías",
"category": "Categoría",
"profile_photo": "Foto de perfil",
"upload_your_photo": "Sube tu foto",
"upload_photo": "Subir foto",
Expand Down
1 change: 1 addition & 0 deletions src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"logout": "Disconnetti",
"account_settings": "Impostazioni dell'account",
"category_settings": "Impostazioni delle categorie",
"category": "Categoria",
"profile_photo": "Foto del profilo",
"upload_your_photo": "Carica la tua foto",
"upload_photo": "Carica foto",
Expand Down

0 comments on commit 21ab5fa

Please sign in to comment.