@agendize/az-i18n
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,3 +0,4 @@ | ||
export declare type Locale = 'en' | 'fr'; | ||
export declare const messages: Record<Locale, {}>; | ||
declare type Locale = 'en' | 'fr'; | ||
declare const messages: Record<Locale, {}>; | ||
export { Locale, messages }; | ||
//# sourceMappingURL=index.d.ts.map |
import en from './langs/en.json'; | ||
import fr from './langs/fr.json'; | ||
export var messages = { 'en': en, 'fr': fr }; | ||
var messages = { 'en': en, 'fr': fr }; | ||
export { messages }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@agendize/az-i18n", | ||
"private": false, | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Agendize i18n", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2908
37