Skip to content

Commit

Permalink
Merge pull request yuche#496 from ilgala/patch-1
Browse files Browse the repository at this point in the history
Update vue-strap-lang.js
  • Loading branch information
shaoxiong789 authored Jun 23, 2017
2 parents 425b84e + 43f1b40 commit f14690b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions dist/vue-strap-lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,21 @@ window.VueStrapLang = (function(){
notSelected: 'Nichts ausgewählt',
required: 'Benötigt',
search: 'Suche'
}

},

it: {
daysOfWeek: ['Do', 'Lu', 'Ma', 'Me', 'Gi', 'Ve', 'Sa'],
limit: 'Limite raggiunto (max {{limit}}).',
loading: 'Caricamento...',
minLength: 'Lunghezza min.',
months: [
'Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno',
'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre'
],
notSelected: 'Nessuna selezione',
required: 'Richiesto',
search: 'Cerca'
}
};

/**
Expand All @@ -97,7 +109,8 @@ window.VueStrapLang = (function(){
es: /^es-[A-Z]{2}$/i,
en: /^en-[A-Z]{2}$/i,
de: /^de-[A-Z]{2}$/i,
ru: /^ru-[A-Z]{2}$/i
ru: /^ru-[A-Z]{2}$/i,
it: /^it-[A-Z]{2}$/i,
};

return function (lang) {
Expand Down

0 comments on commit f14690b

Please sign in to comment.