use-intl 2.4.1-alpha.1 → 2.4.1-alpha.4

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/src/en.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "About": {
3
- "title": "About",
4
- "lastUpdated": "This example was updated {lastUpdatedRelative} ({lastUpdated, date, short}).",
5
- "nested": {
6
- "hello": "Hello"
7
- }
8
- },
9
- "Index": {
10
- "title": "Home",
11
- "description": "<p>Only the minimum of <code>{locale}</code> messages are loaded to render this page.</p><p>These namespaces are available:</p>"
12
- },
13
- "Navigation": {
14
- "index": "Home",
15
- "about": "About",
16
- "switchLocale": "Switch to {locale, select, de {German} en {English}}"
17
- },
18
- "NotFound": {
19
- "title": "Sorry, this page could not be found."
20
- },
21
- "PageLayout": {
22
- "pageTitle": "next-intl"
23
- },
24
- "Test": {
25
- "nested": {
26
- "hello": "Hello",
27
- "another": {
28
- "level": "Level"
29
- }
30
- }
31
- }
32
- }