diff --git a/packages/next-international/README.md b/packages/next-international/README.md index ced9706..c5fc5f6 100644 --- a/packages/next-international/README.md +++ b/packages/next-international/README.md @@ -384,7 +384,6 @@ You can write locales using nested objects instead of the default dot notation. ```ts // locales/en.ts export default { - hello: 'Hello', hello: { world: 'Hello world!', nested: { @@ -398,13 +397,12 @@ It's the equivalent of the following: ```ts export default { - 'hello': 'Hello', 'hello.world': 'Hello world!', 'hello.nested.translations': 'Translations' } as const ``` -### Change and get the current locale +### Change and get current locale
Pages Router