summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 23:44:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 23:44:10 +0200
commitc655f9f76944de41d9f138e2cd61450da9adce49 (patch)
treef027414c75f9c4bb56926070a6f9e52ca6832ed4
parent57a1dd36df164337f233acb7232b4da8fcbb7f8d (diff)
downloadweb-c655f9f76944de41d9f138e2cd61450da9adce49.tar.gz
web-c655f9f76944de41d9f138e2cd61450da9adce49.tar.bz2
web-c655f9f76944de41d9f138e2cd61450da9adce49.zip
Remove the translation guide from the toplevel
-rw-r--r--templates/menu.mako1
-rw-r--r--templates/pages/development.mako8
2 files changed, 8 insertions, 1 deletions
diff --git a/templates/menu.mako b/templates/menu.mako
index 5bfe992..7683b01 100644
--- a/templates/menu.mako
+++ b/templates/menu.mako
@@ -4,7 +4,6 @@
("/screenshots", "Screenshots"),
("/download", "Download"),
("/development", "Development"),
- ("/translating", "Translating"),
("/r/bugs", "Bugs"),
("/r/blog", "Blog")
]
diff --git a/templates/pages/development.mako b/templates/pages/development.mako
index 7e42326..158c84a 100644
--- a/templates/pages/development.mako
+++ b/templates/pages/development.mako
@@ -42,6 +42,14 @@ git checkout -b 0.13 origin/0.13
You can do this in the <a href=${"/r/bugs" | url}>bugtracker</a>.
</p>
+<%self:h2>Translation / I18N</%self:h2>
+<p>
+ Portato does know about the so called <strong>Native Language Support</strong>. It currently supports the following languages: Catalan, English, Italian, German, Polish, Portugese, and Turkish.
+</p>
+<p>
+ If you want to add support for another language, please see the <a href=${"/translating" | url}>translation howto</a>.
+</p>
+
<%self:h2>Documentation</%self:h2>
<p>
The code itself is documented (sometimes ^^). If you have questions, you can ask them via portato@necoro.net.