@remirror/i18n
Advanced tools
Comparing version 1.0.3 to 1.0.4
export * from './messages'; |
@@ -106,2 +106,3 @@ export declare const messages: { | ||
'extension.command.toggle-superscript.label': string; | ||
'extension.command.toggle-task-list.description': string; | ||
'extension.command.toggle-underline.description': string; | ||
@@ -108,0 +109,0 @@ 'extension.command.toggle-underline.label': string; |
@@ -0,0 +0,0 @@ import { i18n } from '@lingui/core'; |
export * from 'make-plural/plurals'; |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var detectLocale$1 = require('@lingui/detect-locale'); | ||
var messages = require('./messages-60d84276.browser.cjs.js'); | ||
var messages = require('./messages-e5b8547d.browser.cjs.js'); | ||
var plurals = require('make-plural/plurals'); | ||
@@ -30,18 +30,12 @@ | ||
enumerable: true, | ||
get: function () { | ||
return core.formats; | ||
} | ||
get: function () { return core.formats; } | ||
}); | ||
Object.defineProperty(exports, 'i18n', { | ||
enumerable: true, | ||
get: function () { | ||
return core.i18n; | ||
} | ||
get: function () { return core.i18n; } | ||
}); | ||
Object.defineProperty(exports, 'setupI18n', { | ||
enumerable: true, | ||
get: function () { | ||
return core.setupI18n; | ||
} | ||
get: function () { return core.setupI18n; } | ||
}); | ||
exports.detectLocale = detectLocale; |
import { i18n } from '@lingui/core'; | ||
export { formats, i18n, setupI18n } from '@lingui/core'; | ||
import { detect, fromUrl, fromHtmlTag, fromStorage, fromNavigator } from '@lingui/detect-locale'; | ||
import { m as messages } from './messages-8012b3ca.browser.esm.js'; | ||
import { m as messages } from './messages-8dbfe16f.browser.esm.js'; | ||
import { en } from 'make-plural/plurals'; | ||
@@ -6,0 +6,0 @@ |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var detectLocale$1 = require('@lingui/detect-locale'); | ||
var messages = require('./messages-135e9989.cjs.dev.js'); | ||
var messages = require('./messages-f822d09c.cjs.dev.js'); | ||
var plurals = require('make-plural/plurals'); | ||
@@ -30,18 +30,12 @@ | ||
enumerable: true, | ||
get: function () { | ||
return core.formats; | ||
} | ||
get: function () { return core.formats; } | ||
}); | ||
Object.defineProperty(exports, 'i18n', { | ||
enumerable: true, | ||
get: function () { | ||
return core.i18n; | ||
} | ||
get: function () { return core.i18n; } | ||
}); | ||
Object.defineProperty(exports, 'setupI18n', { | ||
enumerable: true, | ||
get: function () { | ||
return core.setupI18n; | ||
} | ||
get: function () { return core.setupI18n; } | ||
}); | ||
exports.detectLocale = detectLocale; |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var detectLocale$1 = require('@lingui/detect-locale'); | ||
var messages = require('./messages-7a27ffad.cjs.prod.js'); | ||
var messages = require('./messages-6ccedfad.cjs.prod.js'); | ||
var plurals = require('make-plural/plurals'); | ||
@@ -30,18 +30,12 @@ | ||
enumerable: true, | ||
get: function () { | ||
return core.formats; | ||
} | ||
get: function () { return core.formats; } | ||
}); | ||
Object.defineProperty(exports, 'i18n', { | ||
enumerable: true, | ||
get: function () { | ||
return core.i18n; | ||
} | ||
get: function () { return core.i18n; } | ||
}); | ||
Object.defineProperty(exports, 'setupI18n', { | ||
enumerable: true, | ||
get: function () { | ||
return core.setupI18n; | ||
} | ||
get: function () { return core.setupI18n; } | ||
}); | ||
exports.detectLocale = detectLocale; |
import { i18n } from '@lingui/core'; | ||
export { formats, i18n, setupI18n } from '@lingui/core'; | ||
import { detect, fromUrl, fromHtmlTag, fromStorage, fromNavigator } from '@lingui/detect-locale'; | ||
import { m as messages } from './messages-cb2a205b.esm.js'; | ||
import { m as messages } from './messages-e0b40023.esm.js'; | ||
import { en } from 'make-plural/plurals'; | ||
@@ -6,0 +6,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var messages = require('../../dist/messages-60d84276.browser.cjs.js'); | ||
var messages = require('../../dist/messages-e5b8547d.browser.cjs.js'); | ||
@@ -8,0 +8,0 @@ |
@@ -1,1 +0,1 @@ | ||
export { m as messages } from '../../dist/messages-8012b3ca.browser.esm.js'; | ||
export { m as messages } from '../../dist/messages-8dbfe16f.browser.esm.js'; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var messages = require('../../dist/messages-135e9989.cjs.dev.js'); | ||
var messages = require('../../dist/messages-f822d09c.cjs.dev.js'); | ||
@@ -8,0 +8,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var messages = require('../../dist/messages-7a27ffad.cjs.prod.js'); | ||
var messages = require('../../dist/messages-6ccedfad.cjs.prod.js'); | ||
@@ -8,0 +8,0 @@ |
@@ -1,1 +0,1 @@ | ||
export { m as messages } from '../../dist/messages-cb2a205b.esm.js'; | ||
export { m as messages } from '../../dist/messages-e0b40023.esm.js'; |
{ | ||
"name": "@remirror/i18n", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Supported internationalization and locales for the remirror editor.", | ||
@@ -10,3 +10,7 @@ "keywords": [ | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__i18n", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__i18n", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/remirror/remirror.git", | ||
"directory": "packages/remirror__i18n" | ||
}, | ||
"license": "MIT", | ||
@@ -58,3 +62,3 @@ "contributors": [ | ||
"@lingui/detect-locale": "^3.10.4", | ||
"@remirror/core-helpers": "^1.0.1", | ||
"@remirror/core-helpers": "^1.0.2", | ||
"make-plural": "^6.2.1" | ||
@@ -76,2 +80,2 @@ }, | ||
"rn:dev": "src/index.ts" | ||
} | ||
} |
@@ -12,6 +12,4 @@ 'use strict'; | ||
enumerable: true, | ||
get: function () { | ||
return plurals[k]; | ||
} | ||
get: function () { return plurals[k]; } | ||
}); | ||
}); |
@@ -12,6 +12,4 @@ 'use strict'; | ||
enumerable: true, | ||
get: function () { | ||
return plurals[k]; | ||
} | ||
get: function () { return plurals[k]; } | ||
}); | ||
}); |
@@ -12,6 +12,4 @@ 'use strict'; | ||
enumerable: true, | ||
get: function () { | ||
return plurals[k]; | ||
} | ||
get: function () { return plurals[k]; } | ||
}); | ||
}); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3
64824
35
1300