@obmor/lang
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -6,3 +6,3 @@ "use strict"; | ||
cardDialogTitlePrefix: 'Learn more about', | ||
cardDialogButtonCaption: 'You are going to visit a page with detailed description', | ||
cardDialogButtonCaption: 'Visit', | ||
}; |
@@ -6,3 +6,3 @@ "use strict"; | ||
cardDialogTitlePrefix: 'Туралы көбірек біліңіз', | ||
cardDialogButtonCaption: 'Сіз егжей тегжейлі параққа өтесіз', | ||
cardDialogButtonCaption: 'Ашу', | ||
}; |
@@ -6,3 +6,3 @@ "use strict"; | ||
cardDialogTitlePrefix: 'Перейти на страницу', | ||
cardDialogButtonCaption: 'You are going to visit a page with detailed description', | ||
cardDialogButtonCaption: 'Открыть', | ||
}; |
export const keyset = { | ||
cardDialogTitlePrefix: 'Learn more about', | ||
cardDialogButtonCaption: 'You are going to visit a page with detailed description', | ||
cardDialogButtonCaption: 'Visit', | ||
}; |
export const keyset = { | ||
cardDialogTitlePrefix: 'Туралы көбірек біліңіз', | ||
cardDialogButtonCaption: 'Сіз егжей тегжейлі параққа өтесіз', | ||
cardDialogButtonCaption: 'Ашу', | ||
}; |
export const keyset = { | ||
cardDialogTitlePrefix: 'Перейти на страницу', | ||
cardDialogButtonCaption: 'You are going to visit a page with detailed description', | ||
cardDialogButtonCaption: 'Открыть', | ||
}; |
{ | ||
"name": "@obmor/lang", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Gravity UI base styling and components", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -16,1 +16,4 @@ # example | ||
``` | ||
git add . && git commit --fixup HEAD && git push && npm version patch && npm publish --access public | ||
git add . && git commit -m "" && git push && npm version minor && npm publish --access public |
19
44298