@meith/i18n 0.36.2 → 0.37.1
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 +1 -1
- package/src/catalogs/en.json +1 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/i18n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.1",
|
|
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": {
|
package/src/catalogs/en.json
CHANGED
|
@@ -1792,11 +1792,6 @@
|
|
|
1792
1792
|
"credentialProof.signIn": "Sign in before verifying your identity.",
|
|
1793
1793
|
"credentialProof.ssoSubmit": "Verify with {provider}",
|
|
1794
1794
|
"credentialProof.title": "Verify your identity",
|
|
1795
|
-
"demo.aria": "About this demo",
|
|
1796
|
-
"demo.loginAs": "Log in as {logins}.",
|
|
1797
|
-
"demo.title": "This is a demo.",
|
|
1798
|
-
"demo.wiped": "Everything you post here is deleted when the board resets.",
|
|
1799
|
-
"demo.wipedIn": "Everything you post here is deleted {when}.",
|
|
1800
1795
|
"device.unknown": "Unknown device",
|
|
1801
1796
|
"discovery.emptyFirst": "Nothing here right now. Check back later, or start a conversation of your own.",
|
|
1802
1797
|
"discovery.emptyMore": "Nothing here right now. You have reached the end of this list.",
|
|
@@ -2582,6 +2577,7 @@
|
|
|
2582
2577
|
"nav.signIn": "Sign in",
|
|
2583
2578
|
"nav.staff": "Staff",
|
|
2584
2579
|
"nav.subscriptions": "Subscriptions",
|
|
2580
|
+
"nav.themeFixtures": "Theme fixtures",
|
|
2585
2581
|
"nav.unanswered": "Unanswered",
|
|
2586
2582
|
"nav.userCp": "Your control panel",
|
|
2587
2583
|
"notice.allRead": "All notifications marked as read.",
|