From d18e8df2d81bcd4ccfdb8d3f26d9b30fd3e778ee Mon Sep 17 00:00:00 2001 From: mtzsky Date: Wed, 25 Sep 2024 22:34:38 +0200 Subject: [PATCH] fix broken link to i18n.config.json in the docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a603101311..a29c31a0b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,7 @@ const locales = [ ] ``` You can find the language's `code, name, localeName` in this link -https://github.com/ethereum/ethereum-org-website/blob/dev/i18n/config.json +https://github.com/ethereum/ethereum-org-website/blob/dev/i18n.config.json ### Whether or not to use `defaultMessage`? If you search `FormattedMessage` or `intl.formatMessage` in this project, you will notice that most of them only have a `id` prop, but a few of them have a `defaultMessage` prop.