Bugzilla:L10n:Guide: Difference between revisions

m
Adding Windows commands
m (Adding Windows commands)
Line 52: Line 52:
First, remove all the /CVS subdirectories under the /templates directory:<br>
First, remove all the /CVS subdirectories under the /templates directory:<br>


; GNU/Linux
; GNU/Linux & Mac OSX
<pre>
<pre>
$cd templates
$cd templates
Line 59: Line 59:


; Windows
; Windows
TBD
<pre>
 
C:\bugzilla-X.Y.Z>cd templates
; Mac
C:\bugzilla-X.Y.Z>FOR /D %i IN (CVS) DO (rmdir /s/q %i)
TBD
</pre>


Then, you should rename the /en subdirectory for your locale name.<br>
Then, you should rename the /en subdirectory for your locale name.<br>
62

edits