i will add the Support bro ;)
U only need to translate from English in ur Language
EDIT: Translation Project
Download Translate Files
(Remember that all strings are English !!!)
In every xx.apk folder are placed 2 Folders (res and values)
open strings.xml (and/or) arrays.xml in notepad++
U will see some lines like this:
Code:
<string name="pick_wallpaper">LeWa wallpaper</string>
<string name="activity_not_found">Application is not installed on your phone.</string>
<string name="configure_wallpaper">Configure...</string>
<string name="rename_folder_label">Folder name</string>
<string name="rename_folder_title">Rename folder</string>
<string name="rename_action">OK</string>
<string name="cancel_action">Cancel</string>
<string name="menu_item_add_item">Add to Home screen</string>
<string name="group_applications">Applications</string>
<string name="group_shortcuts">Shortcuts</string>
<string name="launcher_actions">Launcher Actions</string>
<string name="group_search">Search</string>
<string name="group_folder">New folder</string>
<string name="group_live_folders">Folders</string>
<string name="group_widgets">Widgets</string>
<string name="group_wallpapers">Wallpapers</string>
<string name="out_of_space">No more room on this Home screen.</string>
<string name="shortcut_installed">Shortcut \"%s\" created</string>
<string name="shortcut_uninstalled">Shortcut \"%s\" removed</string>
<string name="shortcut_duplicate">Shortcut \"%s\" already exists.</string>
<string name="title_select_shortcut">Select shortcut</string>
<string name="title_select_live_folder">Select folder</string>
<string name="menu_delete">Remove</string>
<string name="menu_uninstall">Uninstall</string>
<string name="menu_wallpaper">Wallpaper</string>
for exaple in this String,
Code:
<string name="shortcut_installed">Shortcut \"%s\" created</string>
translate only the words and dont delete the unnormal Symbols !!!
In arrays.xml
Code:
<resources>
<string-array name="folders">
<item>New folder</item>
<item>Games</item>
<item>Tools</item>
<item>Social</item>
</string-array>
<string-array name="desktop_transition_effect_entries">
<item>Classical</item>
<item>Classical rollback</item>
<item>Cube</item>
<item>Rotate</item>
<item>Stack</item>
</string-array>
<string-array name="desktop_transition_effect">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
</string-array>
<string-array name="wallpapers">
<item>wallpaper</item>
<item>wallpaper_1</item>
<item>wallpaper_2</item>
</string-array>
<array name="extra_wallpapers" />
</resources>
For Example this String:
Code:
<item>wallpaper_2</item>
translate also only the word and dont delete the _2


So thats all in all
And if u r ready rename every values folder to:
Espana = "values-es"
Germany = "values-de"
Hungarian = "values-hu"
Italia = "values-it"
and so on
(if u dont know which is urs, decompile camera.apk from cm7 and look in /res/
for any values-xx file and look which language is urs, and take the values-xx from it)
And if u r ready Zip all xx.apk Folders in one .zip file and post it here/pm me with files