From 722c684ad0fd32ef593518d6414a71c47239256d Mon Sep 17 00:00:00 2001 From: Nedeljko Tadic Date: Thu, 25 Oct 2018 07:15:11 +0200 Subject: [PATCH] Added Serbian cyrilic to list of supported languages. (#608) * Added Serbian cyrilic to supported languages. * Update Internationalization.json --- src/lang/en/framework/Internationalization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/en/framework/Internationalization.json b/src/lang/en/framework/Internationalization.json index 660852e28..b0ba0bb6e 100644 --- a/src/lang/en/framework/Internationalization.json +++ b/src/lang/en/framework/Internationalization.json @@ -3,7 +3,7 @@ "headerText": "Vuetify supports language internationalization of its components. When installing Vuetify you can specify available locales and the currently active locale with the `lang` option. See the Getting started section. ", "gettingStarted": "Getting started", "gettingStartedText": "To set the available locales or the current locale, supply the `lang` option when installing Vuetify. The provided `locales` property will be merged with the already existing locales. You can change the locale during runtime through the `$vuetify` object on the Vue instance.", - "availableLocalesText": "Currently Vuetify provides translations in the following languages: English (**en**), Catalan (**ca**), traditional Chinese (**zh-Hant**), simpified Chinese (**zh-Hans**), Dutch (**nl**), Farsi (**fa**), French (**fr**), German (**de**), Greek (**gr**), Polish (**pl**), Portuguese (**pt**), Russian (**ru**) and Ukrainian (**uk**).", + "availableLocalesText": "Currently Vuetify provides translations in the following languages: English (**en**), Catalan (**ca**), traditional Chinese (**zh-Hant**), simpified Chinese (**zh-Hans**), Dutch (**nl**), Farsi (**fa**), French (**fr**), German (**de**), Greek (**gr**), Polish (**pl**), Portuguese (**pt**), Russian (**ru**), Serbian cyrilic (**sr-Cyrl**) and Ukrainian (**uk**).", "createTranslation": "Create translation", "createTranslationText": "To create your own translation, use the code below or copy and rename the file `vuetify/src/locale/en.ts` to your project and make your changes.", "customComponents": "Custom components",