6a7ff2 Fix some can't translate strings on UI (#515)

34 files Authored by Xelloss 8 years ago , Committed by Shinya Kitaoka 8 years ago ,
34 files changed. 1229 lines added. 68 lines removed.
stuff/config/loc/中文/colorfx.qm
file modified
+0 -0
stuff/config/loc/中文/tnztools.qm
file modified
+0 -0
stuff/config/loc/中文/toonz.qm
file modified
+0 -0
toonz/sources/colorfx/strokestyles.cpp
file modified
+1 -1
toonz/sources/tnztools/vectortapetool.cpp
file modified
+1 -0
toonz/sources/toonz/brightnessandcontrastpopup.cpp
file modified
+1 -1
toonz/sources/toonz/cleanupsettingspane.cpp
file modified
+5 -5
toonz/sources/toonz/comboviewerpane.cpp
file modified
+6 -6
toonz/sources/toonz/dvitemview.cpp
file modified
+6 -6
toonz/sources/toonz/filebrowser.cpp
file modified
+1 -1
toonz/sources/toonz/filebrowserpopup.cpp
file modified
+4 -4
toonz/sources/toonz/linesfadepopup.cpp
file modified
+1 -1
toonz/sources/toonz/mainwindow.cpp
file modified
+13 -13
toonz/sources/toonz/outputsettingspopup.cpp
file modified
+1 -1
toonz/sources/toonz/preferencespopup.cpp
file modified
+3 -3
toonz/sources/toonz/sceneviewercontextmenu.cpp
file modified
+3 -3
toonz/sources/translations/chinese/colorfx.ts
file modified
+5 -1
toonz/sources/translations/chinese/tnztools.ts
file modified
+32 -0
toonz/sources/translations/chinese/toonz.ts
file modified
+186 -7
toonz/sources/translations/french/colorfx.ts
file modified
+4 -0
toonz/sources/translations/french/tnztools.ts
file modified
+4 -0
toonz/sources/translations/french/toonz.ts
file modified
+184 -3
toonz/sources/translations/german/colorfx.ts
file modified
+4 -0
toonz/sources/translations/german/tnztools.ts
file modified
+4 -0
toonz/sources/translations/german/toonz.ts
file modified
+184 -3
toonz/sources/translations/italian/colorfx.ts
file modified
+4 -0
toonz/sources/translations/italian/tnztools.ts
file modified
+4 -0
toonz/sources/translations/italian/toonz.ts
file modified
+184 -3
toonz/sources/translations/japanese/colorfx.ts
file modified
+4 -0
toonz/sources/translations/japanese/tnztools.ts
file modified
+4 -0
toonz/sources/translations/japanese/toonz.ts
file modified
+184 -3
toonz/sources/translations/spanish/colorfx.ts
file modified
+4 -0
toonz/sources/translations/spanish/tnztools.ts
file modified
+4 -0
toonz/sources/translations/spanish/toonz.ts
file modified
+184 -3
    Fix some can't translate strings on UI (#515)
    
    * Add & to "Scan & Cleanup" menu item

    

    Missing a ‘&’ punctuation on this menu item.

    

    * fix can't translation strings on Cleanup Setting

    

    * fix can't translation strings on Combo Viewer

    

    * fix can't translation strings on Main Windows

    

    * fix can't translation strings on Preference

    

    * fix can't translation strings on Context Menu

    

    * fix can't translation strings on Style Picker tool

    

    * fix can't translation strings on Watercolor FX

    

    * fix can't translation strings on Tape Tool

    

    * fix can't translation strings on Rotate Tool

    

    * fix can't translation strings on FileBroswer

    

    * fix can't translation strings on FileBroswer

    

    * fix can't translation strings on FileBroswer

    

    * Add new source strings and translate in Chinese

    

    * Add new source strings and translate in Chinese

    

    * Add new source strings and translate in Chinese

    

    * Add new source strings for french

    

    * Add new source strings for german

    

    * Add new source strings for italian

    

    * Add new source strings for japanese

    

    * Add new source strings for spanish

    

    * Add new source strings for spanish

    

    * Add new source strings for japanese

    

    * Add new source strings for italian

    

    * Add new source strings for german

    

    * Add new source strings for french

    

    * Add new source strings for spanish

    

    * Add new source strings for japanese

    

    * Add new source strings for italian

    

    * Add new source strings for german

    

    * Add new source strings for french

    

    * include Qt translation support

    

    * include Qt translation support

    

    * Update stylepickertool.cpp

    

    * Update viewtools.cpp

    

    * remove modifications

    

    Check failed

    

    * remove modifications

    

    Check failed

    

    * Update stylepickertool.cpp

    

    * Fix more can't translate strings on UI

    

    * translation support for Pick Style Tool and Rotate Tool

    

    * Add more source strings in all language TS files

    

    * update qm files of chinese

    

    * Remove modifications of Style Picker tool & Rotate Tool again...