Skip to content

Commit

Permalink
docs: Avoid warning in example [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Apr 11, 2022
1 parent 3306b37 commit 965e136
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/example/messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Das ist die Startseite."
},
"LocaleSwitcher": {
"switchLocale": "Zu {locale, select, de {Deutsch} en {Englisch}} wechseln"
"switchLocale": "Zu {locale, select, de {Deutsch} en {Englisch} other {Unbekannt}} wechseln"
},
"PageLayout": {
"pageTitle": "next-intl"
Expand Down
2 changes: 1 addition & 1 deletion packages/example/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This is the home page."
},
"LocaleSwitcher": {
"switchLocale": "Switch to {locale, select, de {German} en {English}}"
"switchLocale": "Switch to {locale, select, de {German} en {English} other {Unknown}}"
},
"PageLayout": {
"pageTitle": "next-intl"
Expand Down
1 change: 0 additions & 1 deletion packages/example/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down

1 comment on commit 965e136

@vercel
Copy link

@vercel vercel bot commented on 965e136 Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-intl – ./

next-intl-amann.vercel.app
next-intl-git-main-amann.vercel.app
next-intl-docs.vercel.app

Please sign in to comment.