@omnicar/sam-translate
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -32,3 +32,3 @@ import { ILocaleTranslation, IsoLocale, ITranslation } from '@omnicar/sam-types'; | ||
export declare const getConfiguration: () => ITranslateConfig; | ||
export declare const getLocale: () => "da-DK" | "sv-SE" | "fi-FI" | "nb-NO" | "en-GB" | undefined; | ||
export declare const getLocale: () => "da-DK" | "sv-SE" | "fi-FI" | "nb-NO" | "en" | "en-GB" | undefined; | ||
/** | ||
@@ -35,0 +35,0 @@ * Translates a given phrase using replacements and a locale |
@@ -12,3 +12,3 @@ { | ||
"devDependencies": { | ||
"@omnicar/sam-types": "0.0.593", | ||
"@omnicar/sam-types": "0.0.647", | ||
"@types/jest": "24.0.11", | ||
@@ -51,3 +51,3 @@ "@types/node": "^11.15.54", | ||
}, | ||
"version": "0.0.20" | ||
"version": "0.0.21" | ||
} |
14882