Merge pull request #2326 from pawzar/patch-1

fixed i18n link
This commit is contained in:
Alexander Makarov
2014-02-05 16:00:48 +03:00

View File

@@ -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.