forked from brookinsconsulting/ezcommunity2
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINTL_UPDATES
37 lines (26 loc) · 910 Bytes
/
INTL_UPDATES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
INTL UPDATES for eZ publish:
---------------------------
The INTL_UPDATES file is no longer used. Please use the Perl script
check_lang.pl instead. This script will check your current translation
and warn about any missing files or keys.
Usage (Unix)
------------
If you do not have perl installed, get it from
http://www.perl.com
Run
./check_lang.pl [iso_code]
Where [iso_code] is the ISO code of your language.
E.g. for Norwegian Bokmaal:
./check_lang.pl no_NO
Usage (Win32)
-------------
If you do not have perl installed, get it from
http://aspn.activestate.com/ASPN/Downloads/ActivePerl/index/
Please see the documentation on Win32 Perl for information on how to run
the script.
Usage (Mac)
-----------
If you do not have perl installed, get it from
http://www.macperl.com/
Please see the documentation on Mac Perl for information on how to run
the script.