[gnomeweb-wp] updated TODO file



commit fe600bb8db4f02b9974489071f5011a7878dc72d
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Sun Mar 13 16:18:43 2011 -0300

    updated TODO file

 wp-content/plugins/wppo/TODO |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/wp-content/plugins/wppo/TODO b/wp-content/plugins/wppo/TODO
index 7b0e07d..9587ca6 100644
--- a/wp-content/plugins/wppo/TODO
+++ b/wp-content/plugins/wppo/TODO
@@ -19,11 +19,9 @@ WPPO plugin TODO
 
     We must tweak search engine in WordPress to search translated content when
     viewing the website in another language.
-
-- WordPress menus don't show translated titles
     
-    We must change wordpress functions (or create our own) to get translated
-    titles when generating menus. 
+    Right now the translated content is viewed in the search results, but the 
+    query can only be in english.
     
 - Fix XML2PO xhtml mode
 
@@ -33,6 +31,24 @@ WPPO plugin TODO
     
     [1] http://git.gnome.org/browse/gnome-doc-utils/tree/xml2po/xml2po/modes/xhtml.py
     
+- Custom menus aren't translatable
+    
+    Custom links in menus aren't translatable. These items are stored in the
+    wp_posts table under "nav_menu_item" post_type, which are skiped by the
+    WPPO function that selects what content will have translations.
+    
+    After allowing those items to be translated, a filter needs to be created 
+    somehow to apply the translation to these custom links.
+    
+- Store all the available languages
+
+    Currently WPPO stores the translated content, but there is no fast way to 
+    discover what are the available languages, and how much is the PO file 
+    of each language translated.
+    
+    WPPO should have an admin are with these stats.
+
+
 - Pages don't have absolute address
 
     @MINOR



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]