mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Set up, updated the translation system to take advantage of make_strings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14550 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e9465229c
commit
7ac5bb3a82
1 changed files with 27 additions and 0 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,30 @@
|
|||
Wed Sep 25 03:37:27 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Headers/gnustep/gui/NSInterfaceStyle.h: Put include guards in
|
||||
the canonical form, by swapping them with #ifndef STRICT_OPENSTEP;
|
||||
this arrangement is more efficient when the file is included
|
||||
multiple times with GCC.
|
||||
|
||||
Wed Sep 25 03:30:35 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Headers/gnustep/gui/GSGuiPrivate.h: Redefine both _() and
|
||||
NSLocalizedString() to be wrappers for GSGuiLocalizedString()
|
||||
(Idea from Stefan Urbanek <urbanek@host.sk>).
|
||||
* Source/NSApplication.m: Use _() and NSLocalizedString()
|
||||
everywhere for localized strings, instead of
|
||||
GSGuiLocalizedString(). (NSAppKitUncaughtExceptionHandler):
|
||||
Small rearrangement of code to make it easier for make_strings
|
||||
to parse localization calls.
|
||||
* Source/NSDocument.m: Include GSGuiPrivate.h, and localize strings
|
||||
(from a patch by Stefan Urbanek <urbanek@host.sk>).
|
||||
* Resources/GNUmakefile: Completely rewritten to use
|
||||
resource-set.make to install the files; added experimental
|
||||
'strings' target which runs make_strings and updates the
|
||||
Localizable.strings files.
|
||||
* Resources/English.lproj/Localizable.strings: Updated using make strings.
|
||||
* Resources/Italian.lproj/Localizable.strings: Updated using make strings,
|
||||
then manually updated all translations; added missing ones.
|
||||
|
||||
Tue Sep 24 16:32:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
After discussions with David Ayers:
|
||||
|
|
Loading…
Reference in a new issue