Index: trunk/extensions/Translate/README |
— | — | @@ -6,6 +6,8 @@ |
7 | 7 | $wgTranslateFuzzyBotName = 'FuzzyBot'; |
8 | 8 | $wgGroupPermissions['Translators']['translate'] = true; |
9 | 9 | |
| 10 | +Make sure you have configured $wgCacheDirectory properly. |
| 11 | + |
10 | 12 | * Users have to be a member of user group 'Translators' to enable full functionality. |
11 | 13 | |
12 | 14 | If your extensions are located in a directory other than $IP/extensions/, you should |