@meith/i18n 0.25.0 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meith/i18n",
3
- "version": "0.25.0",
3
+ "version": "0.26.0",
4
4
  "description": "The message catalog and the locale-aware formatters: ICU messages, plural categories, locale negotiation, and the registry themes and plugins add their own catalogs to.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -689,7 +689,7 @@
689
689
  "adminPluginDetail.runUpgrade": "Run community upgrade before relying on this plugin — until then its code is running against a schema that does not have what it expects.",
690
690
  "adminPluginDetail.runningNo": "no",
691
691
  "adminPluginDetail.runningNoDisabled": "no — an administrator turned it off",
692
- "adminPluginDetail.runningRegisteredDisabled": "registered, but disabled in community.config.ts",
692
+ "adminPluginDetail.runningRegisteredDisabled": "registered, but disabled in meith.config.ts",
693
693
  "adminPluginDetail.runningUndefined": "a key with no definition",
694
694
  "adminPluginDetail.screens": "{plugin} screens",
695
695
  "adminPluginDetail.settings": "Settings",
@@ -699,11 +699,11 @@
699
699
  "adminPluginDetail.tasksHintBefore": "Registered in the board’s own task registry and run by the same tick. Their runs and failures are on the",
700
700
  "adminPluginDetail.whatItAttaches": "What it attaches to",
701
701
  "adminPluginDetail.yes": "yes",
702
- "adminPlugins.configDisabled": "Disabled in community.config.ts. Turning it back on is a change to that file and a redeploy.",
702
+ "adminPlugins.configDisabled": "Disabled in meith.config.ts. Turning it back on is a change to that file and a redeploy.",
703
703
  "adminPlugins.details": "Details",
704
704
  "adminPlugins.duplicateHint": "A duplicate key is refused when the configuration loads rather than at first use, so a board that boots has a registry that makes sense.",
705
705
  "adminPlugins.hooksHint": "Only hooks something is listening on. The full list of every extension point is in the generated reference, and reproducing all ninety-one here would bury these. Plugins are listed in the order they run — priority first, then key — so where two of them change the same value, the last one named has the final say.",
706
- "adminPlugins.installingHint": "A plugin is code, so it has to be in the build before it can run: pnpm add the package, add it to the plugins array in community.config.ts, and redeploy. The same three steps a theme takes, and for the same reason — a serverless bundle contains only what the bundler saw.",
706
+ "adminPlugins.installingHint": "A plugin is code, so it has to be in the build before it can run: pnpm add the package, add it to the plugins array in meith.config.ts, and redeploy. The same three steps a theme takes, and for the same reason — a serverless bundle contains only what the bundler saw.",
707
707
  "adminPlugins.ledeAfter": "so the bundler can see it and the compiler can check it. Nothing is discovered by scanning a directory at request time.",
708
708
  "adminPlugins.ledeBefore": "Everything installable is named in",
709
709
  "adminPlugins.migrationsUnknown": "This board could not be asked which plugin migrations have run, so the rows above do not say. On a board running on sample data there is no such table; on a real one, that is worth looking into.",
@@ -1786,7 +1786,7 @@
1786
1786
  "error.app.such-theme": "No such theme.",
1787
1787
  "error.app.svg-contains-script-event-handler": "That SVG contains script or an event handler, so it will not be stored. Export it again without interactivity, or upload a PNG.",
1788
1788
  "error.app.system-group-granted-by-plugins": "A system group cannot be granted by plugins. The board resolves it by key.",
1789
- "error.app.theme-board-built-with-so": "This is the theme the board is built with, so it always stays available. Change `defaultTheme` in community.config.ts and redeploy to swap it.",
1789
+ "error.app.theme-board-built-with-so": "This is the theme the board is built with, so it always stays available. Change `defaultTheme` in meith.config.ts and redeploy to swap it.",
1790
1790
  "error.app.thread-exist": "That thread does not exist.",
1791
1791
  "error.app.token-needs-at-least-one": "A token needs at least one scope, or it can do nothing.",
1792
1792
  "error.app.use-private-messages": "You cannot use private messages.",