@obmor/lang
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -6,2 +6,3 @@ "use strict"; | ||
title: 'Account', | ||
geos: 'Geo', | ||
}; |
@@ -6,2 +6,3 @@ "use strict"; | ||
title: 'Аккаунт', | ||
geo: 'Гео', | ||
}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.keyset = void 0; | ||
exports.keyset = { | ||
exports.config = void 0; | ||
exports.config = { | ||
code: 'en', | ||
@@ -6,0 +6,0 @@ name: 'English', |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.kk = exports.en = exports.ru = void 0; | ||
var ru_1 = require("./ru"); | ||
Object.defineProperty(exports, "ru", { enumerable: true, get: function () { return ru_1.keyset; } }); | ||
var en_1 = require("./en"); | ||
Object.defineProperty(exports, "en", { enumerable: true, get: function () { return en_1.keyset; } }); | ||
var kk_1 = require("./kk"); | ||
Object.defineProperty(exports, "kk", { enumerable: true, get: function () { return kk_1.keyset; } }); | ||
exports.ru = exports.kk = exports.en = void 0; | ||
const tslib_1 = require("tslib"); | ||
exports.en = tslib_1.__importStar(require("./en")); | ||
exports.kk = tslib_1.__importStar(require("./kk")); | ||
exports.ru = tslib_1.__importStar(require("./ru")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.keyset = void 0; | ||
exports.keyset = { | ||
exports.config = void 0; | ||
exports.config = { | ||
code: 'kk', | ||
@@ -6,0 +6,0 @@ global: 'Kazakh', |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.keyset = void 0; | ||
exports.keyset = { | ||
exports.config = void 0; | ||
exports.config = { | ||
code: 'ru', | ||
@@ -6,0 +6,0 @@ global: 'Russian', |
@@ -5,2 +5,3 @@ "use strict"; | ||
exports.keyset = { | ||
// -- Safe Credit Union -- | ||
range: 'Sum to loan', | ||
@@ -12,2 +13,8 @@ maxPeriod: 'Period of loan, d', | ||
cta: 'Get money', | ||
// -- Rombo -- | ||
cta_make_order: 'Order', | ||
cta_learn_more: 'Learn More', | ||
regularPrice: 'Regular Price', | ||
currentPrice: 'Current Price', | ||
discount: 'Discount', | ||
}; |
@@ -5,2 +5,3 @@ "use strict"; | ||
exports.keyset = { | ||
// -- Safe Credit Union -- | ||
range: 'Сомасы, тг', | ||
@@ -12,2 +13,8 @@ maxPeriod: 'Мерзімге дейін, к', | ||
cta: 'Ақшаны алу', | ||
// -- Rombo -- | ||
cta_make_order: 'Тапсырыс беру', | ||
cta_learn_more: 'Көбірек білу үшін', | ||
regularPrice: 'Ортақ баға', | ||
currentPrice: 'Біздің веб-сайттағы баға', | ||
discount: 'Жеңілдік', | ||
}; |
@@ -5,2 +5,3 @@ "use strict"; | ||
exports.keyset = { | ||
// -- Safe Credit Union -- | ||
range: 'Сумма займа', | ||
@@ -12,2 +13,3 @@ maxPeriod: 'Период займа, дн', | ||
cta: 'Получить деньги', | ||
// -- Rombo -- | ||
cta_make_order: 'Заказать', | ||
@@ -14,0 +16,0 @@ cta_learn_more: 'Узнать подробнее', |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.keysets = void 0; | ||
exports.keysets = exports.config = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -10,2 +10,3 @@ const utils_1 = require("./utils"); | ||
const services = tslib_1.__importStar(require("./services/index")); | ||
exports.config = tslib_1.__importStar(require("./config/index")); | ||
exports.keysets = (0, utils_1.convert)({ common, details, welcome, services }); |
export declare const keyset: { | ||
title: string; | ||
geos: string; | ||
}; |
export const keyset = { | ||
title: 'Account', | ||
geos: 'Geo', | ||
}; |
export declare const keyset: { | ||
title: string; | ||
geo: string; | ||
}; |
export const keyset = { | ||
title: 'Аккаунт', | ||
geo: 'Гео', | ||
}; |
@@ -1,2 +0,2 @@ | ||
export declare const keyset: { | ||
export declare const config: { | ||
code: string; | ||
@@ -3,0 +3,0 @@ name: string; |
@@ -1,2 +0,2 @@ | ||
export const keyset = { | ||
export const config = { | ||
code: 'en', | ||
@@ -3,0 +3,0 @@ name: 'English', |
@@ -1,3 +0,3 @@ | ||
export { keyset as ru } from './ru'; | ||
export { keyset as en } from './en'; | ||
export { keyset as kk } from './kk'; | ||
export * as en from './en'; | ||
export * as kk from './kk'; | ||
export * as ru from './ru'; |
@@ -1,3 +0,3 @@ | ||
export { keyset as ru } from './ru'; | ||
export { keyset as en } from './en'; | ||
export { keyset as kk } from './kk'; | ||
export * as en from './en'; | ||
export * as kk from './kk'; | ||
export * as ru from './ru'; |
@@ -1,2 +0,2 @@ | ||
export declare const keyset: { | ||
export declare const config: { | ||
code: string; | ||
@@ -3,0 +3,0 @@ global: string; |
@@ -1,2 +0,2 @@ | ||
export const keyset = { | ||
export const config = { | ||
code: 'kk', | ||
@@ -3,0 +3,0 @@ global: 'Kazakh', |
@@ -1,2 +0,2 @@ | ||
export declare const keyset: { | ||
export declare const config: { | ||
code: string; | ||
@@ -3,0 +3,0 @@ global: string; |
@@ -1,2 +0,2 @@ | ||
export const keyset = { | ||
export const config = { | ||
code: 'ru', | ||
@@ -3,0 +3,0 @@ global: 'Russian', |
@@ -8,2 +8,7 @@ export declare const keyset: { | ||
cta: string; | ||
cta_make_order: string; | ||
cta_learn_more: string; | ||
regularPrice: string; | ||
currentPrice: string; | ||
discount: string; | ||
}; |
export const keyset = { | ||
// -- Safe Credit Union -- | ||
range: 'Sum to loan', | ||
@@ -8,2 +9,8 @@ maxPeriod: 'Period of loan, d', | ||
cta: 'Get money', | ||
// -- Rombo -- | ||
cta_make_order: 'Order', | ||
cta_learn_more: 'Learn More', | ||
regularPrice: 'Regular Price', | ||
currentPrice: 'Current Price', | ||
discount: 'Discount', | ||
}; |
@@ -8,2 +8,7 @@ export declare const keyset: { | ||
cta: string; | ||
cta_make_order: string; | ||
cta_learn_more: string; | ||
regularPrice: string; | ||
currentPrice: string; | ||
discount: string; | ||
}; |
export const keyset = { | ||
// -- Safe Credit Union -- | ||
range: 'Сомасы, тг', | ||
@@ -8,2 +9,8 @@ maxPeriod: 'Мерзімге дейін, к', | ||
cta: 'Ақшаны алу', | ||
// -- Rombo -- | ||
cta_make_order: 'Тапсырыс беру', | ||
cta_learn_more: 'Көбірек білу үшін', | ||
regularPrice: 'Ортақ баға', | ||
currentPrice: 'Біздің веб-сайттағы баға', | ||
discount: 'Жеңілдік', | ||
}; |
export const keyset = { | ||
// -- Safe Credit Union -- | ||
range: 'Сумма займа', | ||
@@ -8,2 +9,3 @@ maxPeriod: 'Период займа, дн', | ||
cta: 'Получить деньги', | ||
// -- Rombo -- | ||
cta_make_order: 'Заказать', | ||
@@ -10,0 +12,0 @@ cta_learn_more: 'Узнать подробнее', |
@@ -0,1 +1,2 @@ | ||
export * as config from './config/index'; | ||
export declare const keysets: object; |
@@ -6,2 +6,3 @@ import { convert } from './utils'; | ||
import * as services from './services/index'; | ||
export * as config from './config/index'; | ||
export const keysets = convert({ common, details, welcome, services }); |
{ | ||
"name": "@obmor/lang", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Gravity UI base styling and components", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
38755
931