From 6e240df7d7559bb884a5aba96b0cea7efd98f3e8 Mon Sep 17 00:00:00 2001 From: PZ Date: Wed, 5 Feb 2014 13:44:24 +0100 Subject: [PATCH] fixed i18n link --- docs/internals/translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/translations.md b/docs/internals/translations.md index 10ee0120d2..1874095346 100644 --- a/docs/internals/translations.md +++ b/docs/internals/translations.md @@ -26,4 +26,4 @@ automatically re-extract messages keeping unchanged ones intact. In the translation file each array element represents the translation (value) of a message (key). If the value is empty, the message is considered as not translated. Messages that no longer need translation will have their translations enclosed between a pair of '@@' marks. Message string can be used with plural forms format. Check [i18n section -of the guide](i18n.md) for details. +of the guide](../guide/i18n.md) for details.