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 openSUSE:12.3 / gettext-runtime
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:12.3/gettext-csharp && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000124 124 Bytes | |
getext-stdio.in.patch | 0000001794 1.75 KB | |
gettext-0.12.1-gettextize.patch | 0000000933 933 Bytes | |
gettext-0.12.1-sigfpe.patch | 0000001531 1.5 KB | |
gettext-0.15-docdir.diff | 0000000537 537 Bytes | |
gettext-0.18.1.1.tar.bz2 | 0011940931 11.4 MB | |
gettext-autotools.patch | 0000000942 942 Bytes | |
gettext-codecleanup.patch | 0000000446 446 Bytes | |
gettext-csharp.changes | 0000009391 9.17 KB | |
gettext-csharp.spec | 0000004194 4.1 KB | |
gettext-initialize_vars.patch | 0000000636 636 Bytes | |
gettext-java.changes | 0000010716 10.5 KB | |
gettext-java.spec | 0000004122 4.03 KB | |
gettext-linkdupes.sh | 0000005096 4.98 KB | |
gettext-needlessly_init_vars.patch | 0000000821 821 Bytes | |
gettext-no_silent_rules.patch | 0000000549 549 Bytes | |
gettext-po-mode.diff | 0000000792 792 Bytes | |
gettext-rpmlintrc | 0000000530 530 Bytes | |
gettext-runtime.changes | 0000032351 31.6 KB | |
gettext-runtime.spec | 0000008802 8.6 KB | |
suse-start-po-mode.el | 0000000985 985 Bytes |
Latest Revision
Split 12.3 from Factory
Comments 0