mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-30 20:34:27 +01:00
Updated the source files to translate
This commit is contained in:
parent
efb5fddf58
commit
22f8cef33e
1 changed files with 11 additions and 1 deletions
|
@ -6,6 +6,7 @@ dic/base_exception.h
|
|||
dic/compdic.cpp
|
||||
dic/compdic.h
|
||||
dic/compdicmain.cpp
|
||||
dic/debug.h
|
||||
dic/dic.cpp
|
||||
dic/dic.h
|
||||
dic/dic_exception.cpp
|
||||
|
@ -45,7 +46,6 @@ game/coord.cpp
|
|||
game/coord.h
|
||||
game/cross.cpp
|
||||
game/cross.h
|
||||
game/debug.h
|
||||
game/duplicate.cpp
|
||||
game/duplicate.h
|
||||
game/freegame.cpp
|
||||
|
@ -64,6 +64,8 @@ game/history.cpp
|
|||
game/history.h
|
||||
game/mark_played_cmd.cpp
|
||||
game/mark_played_cmd.h
|
||||
game/master_move_cmd.cpp
|
||||
game/master_move_cmd.h
|
||||
game/matrix.h
|
||||
game/move.cpp
|
||||
game/move.h
|
||||
|
@ -126,18 +128,26 @@ qt/play_word_mediator.cpp
|
|||
qt/play_word_mediator.h
|
||||
qt/player_widget.cpp
|
||||
qt/player_widget.h
|
||||
qt/players_table_helper.cpp
|
||||
qt/players_table_helper.h
|
||||
qt/prefs_dialog.cpp
|
||||
qt/prefs_dialog.h
|
||||
qt/qtcommon.cpp
|
||||
qt/qtcommon.h
|
||||
qt/rack_widget.cpp
|
||||
qt/rack_widget.h
|
||||
qt/score_widget.cpp
|
||||
qt/score_widget.h
|
||||
qt/tile_layout.cpp
|
||||
qt/tile_layout.h
|
||||
qt/tile_widget.cpp
|
||||
qt/tile_widget.h
|
||||
qt/timer_widget.cpp
|
||||
qt/timer_widget.h
|
||||
qt/training_widget.cpp
|
||||
qt/training_widget.h
|
||||
qt/validator_factory.cpp
|
||||
qt/validator_factory.h
|
||||
utils/game_io.cpp
|
||||
utils/game_io.h
|
||||
utils/ncurses.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue