Native Language Support (NLS) for C#
Mono with its 'resgen' program uses a design that Microsoft created and
that gives the power to the software vendor and not to the user: it
doesn't allow the end-user to create his own localisations for existing
programs. As documented in the gettext manual:
The advantages of the .dll' format over the .resources' format are:
1. 1. Freedom to localize: Users can add their own translations to an
application after it has been built and distributed. Whereas
when the programmer uses a ResourceManager' constructor provided
by the system, the set of .resources' files for an application
must be specified when the application is built and cannot be
extended afterwards.
2., 3., 4. ...
The included GNU.Gettext.dll gives the user this freedom back and the
also included msgfmt.net.exe and msgunfmt.net.exe handle PO files more
reliably than 'resgen'.
- Links to DISCONTINUE...enSUSE:11.2 / gettext-runtime
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout DISCONTINUED:openSUSE:11.2/gettext-csharp && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000110 110 Bytes | |
gettext-0.12.1-gettextize.patch | 0000000733 733 Bytes | |
gettext-0.12.1-sigfpe.patch | 0000001139 1.11 KB | |
gettext-0.15-docdir.diff | 0000000360 360 Bytes | |
gettext-0.17-no-autoconf-tests.diff | 0000000372 372 Bytes | |
gettext-0.17.tar.bz2 | 0008236593 7.86 MB | |
gettext-autotools.patch | 0000000173 173 Bytes | |
gettext-codecleanup.patch | 0000000360 360 Bytes | |
gettext-csharp.changes | 0000004546 4.44 KB | |
gettext-csharp.spec | 0000004582 4.47 KB | |
gettext-gl_AC_TYPE_LONG_LONG.patch | 0000000303 303 Bytes | |
gettext-initialize_vars.patch | 0000000438 438 Bytes | |
gettext-java.changes | 0000005871 5.73 KB | |
gettext-java.spec | 0000004505 4.4 KB | |
gettext-linkdupes.sh | 0000005096 4.98 KB | |
gettext-needlessly_init_vars.patch | 0000000552 552 Bytes | |
gettext-open_missing_mode.patch | 0000001455 1.42 KB | |
gettext-rpmlintrc | 0000000530 530 Bytes | |
gettext-runtime.changes | 0000025260 24.7 KB | |
gettext-runtime.spec | 0000009164 8.95 KB | |
gettext-typo_to_segfault.patch | 0000001471 1.44 KB | |
po-mode-cvs-2009-07-23.patch | 0000007288 7.12 KB | |
po-mode.diff | 0000000569 569 Bytes | |
ready | 0000000000 0 Bytes | |
suse-start-po-mode.el | 0000000985 985 Bytes |
Comments 0