Summary: | i18n done horribly | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Alexander Potashev <aspotashev> |
Component: | Usability-i18n | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, lueck, lukasz.spas |
Priority: | NOR | ||
Version: | 2.3.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.5.0 | |
Sentry Crash Report: |
Description
Alexander Potashev
2011-12-03 20:28:54 UTC
Git commit 9b115683af0d5deff4903a44b74ed12163d156b9 by Łukasz Spas. Committed on 31/12/2011 at 13:43. Pushed by lukaszspas into branch 'master'. M +4 -2 photolayoutseditor/borders/BorderChangeListener.cpp M +1 -1 photolayoutseditor/effectplugins/blur/BlurPhotoEffect.cpp M +1 -1 photolayoutseditor/effectplugins/colorize/ColorizePhotoEffect.cpp M +1 -1 photolayoutseditor/effectplugins/grayscale/GrayscalePhotoEffect.cpp M +1 -1 photolayoutseditor/effectplugins/negative/NegativePhotoEffect.cpp M +0 -29 photolayoutseditor/effectplugins/negative/NegativePhotoEffect.h M +1 -1 photolayoutseditor/effectplugins/sepia/SepiaPhotoEffect.cpp M +1 -1 photolayoutseditor/effects/AbstractPhotoEffectFactory.h M +6 -0 photolayoutseditor/listeners/TextColorChangeListener.h M +6 -0 photolayoutseditor/listeners/TextFontChangeListener.h M +2 -0 photolayoutseditor/models/AbstractMovableModel.h M +10 -10 photolayoutseditor/plugin/photolayoutseditor.cpp M +4 -4 photolayoutseditor/threads/AbstractPhotoItemLoader.cpp M +4 -4 photolayoutseditor/threads/CanvasSavingThread.cpp M +3 -3 photolayoutseditor/threads/PhotoItemLoader.cpp M +4 -4 photolayoutseditor/threads/TextItemLoader.cpp M +7 -3 photolayoutseditor/undo/UndoMoveRowsCommand.cpp M +80 -80 photolayoutseditor/utils/KEditFactory.h M +9 -9 photolayoutseditor/utils/SavingThread.h M +1 -1 photolayoutseditor/widgets/canvas/RotationWidgetItem.cpp M +2 -2 photolayoutseditor/widgets/canvas/ScalingWidgetItem.cpp M +10 -11 photolayoutseditor/widgets/canvas/Scene.cpp M +8 -8 photolayoutseditor/widgets/canvas/SceneBackground.cpp M +7 -7 photolayoutseditor/widgets/dialogs/CanvasSizeDialog.cpp M +2 -2 photolayoutseditor/widgets/items/AbstractPhoto.cpp M +11 -9 photolayoutseditor/widgets/items/PhotoItem.cpp M +6 -6 photolayoutseditor/widgets/items/TextItem.cpp M +2 -1 photolayoutseditor/widgets/tools/AbstractItemsTool.h M +1 -0 photolayoutseditor/widgets/tools/AbstractTool.h M +1 -1 photolayoutseditor/widgets/tools/CanvasEditTool.cpp M +1 -1 photolayoutseditor/widgets/tools/ToolsDockWidget.cpp http://commits.kde.org/kipi-plugins/9b115683af0d5deff4903a44b74ed12163d156b9 Messages like "Scale item(s)" are not acceptable, the correct way to introduce plural forms is to use the `i18np()` call instead of `i18n()`. Git commit a94841d634169b49810f45e1c8355b54cce6308e by Łukasz Spas. Committed on 04/01/2012 at 12:07. Pushed by lukaszspas into branch 'master'. M +1 -1 photolayoutseditor/widgets/canvas/RotationWidgetItem.cpp M +2 -2 photolayoutseditor/widgets/canvas/ScalingWidgetItem.cpp M +8 -8 photolayoutseditor/widgets/canvas/Scene.cpp http://commits.kde.org/kipi-plugins/a94841d634169b49810f45e1c8355b54cce6308e |