From a49f4c1e9cba6ac3bde596706029c940360df625 Mon Sep 17 00:00:00 2001 From: Henriko Alberton Date: Thu, 9 Apr 2020 16:44:55 -0300 Subject: [PATCH] [Docs]: Fixed an outdated link on Translation docs --- docs/Translation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Translation.md b/docs/Translation.md index 0259f0d9b58..261ad6f72e0 100644 --- a/docs/Translation.md +++ b/docs/Translation.md @@ -372,7 +372,7 @@ The `message` returned by the `polyglotI18nProvider` function argument should be All core translations are in the `ra` namespace, in order to prevent collisions with your own custom translations. The root key used at runtime is determined by the value of the `locale` prop. -The default messages are available [here](https://github.com/marmelab/react-admin/blob/master/packages/ra-language-english/index.js). +The default messages are available [here](https://github.com/marmelab/react-admin/blob/master/packages/ra-language-english/src/index.ts). ## Translating Resource and Field Names