Browse code

Remove website translations, closes #4082

Runa A. Sandvik authored on 28/09/2011 12:14:02
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,24 +0,0 @@
1
-#!/usr/bin/wml
2
-
3
-## translation metadata
4
-# Revision: $Revision: 22069 $
5
-# Translation-Priority: 1-high
6
-
7
-<:
8
-    # path                              link text
9
-    my @navigation = (
10
-        'index'                       , 'Home',
11
-        'about/overview'                 , 'About Tor',
12
-        'docs/documentation'          , 'Documentation',
13
-        'projects/projects'         , 'Projects',
14
-        'press/press'                 , 'Press',
15
-        '<blog>'                      , 'Blog',
16
-        'http://printfection.com/torprojectstore' , 'Store',
17
-    );
18
-    my @calltoaction = (
19
-        'download/download'                , 'Download',
20
-        'donate/donate'                    , 'Donate',
21
-        'getinvolved/volunteer'          , 'Get Involved',
22
-    );      
23
-
24
-:>
Browse code

updated the makefile to include translations and copied wmi files to various language directories

Runa A. Sandvik authored on 09/03/2011 14:06:44
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Revision: $Revision: 22069 $
5
+# Translation-Priority: 1-high
6
+
7
+<:
8
+    # path                              link text
9
+    my @navigation = (
10
+        'index'                       , 'Home',
11
+        'about/overview'                 , 'About Tor',
12
+        'docs/documentation'          , 'Documentation',
13
+        'projects/projects'         , 'Projects',
14
+        'press/press'                 , 'Press',
15
+        '<blog>'                      , 'Blog',
16
+        'http://printfection.com/torprojectstore' , 'Store',
17
+    );
18
+    my @calltoaction = (
19
+        'download/download'                , 'Download',
20
+        'donate/donate'                    , 'Donate',
21
+        'getinvolved/volunteer'          , 'Get Involved',
22
+    );      
23
+
24
+:>