diff options
Diffstat (limited to '')
-rw-r--r-- | man/dpkg-trigger.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/dpkg-trigger.pod b/man/dpkg-trigger.pod index bf4b837..e1064f9 100644 --- a/man/dpkg-trigger.pod +++ b/man/dpkg-trigger.pod @@ -157,6 +157,12 @@ Sets the color mode (since dpkg 1.18.5). The currently accepted values are: B<auto> (default), B<always> and B<never>. +=item B<DPKG_NLS> + +If set, it will be used to decide whether to activate Native Language Support, +also known as internationalization (or i18n) support (since dpkg 1.22.7). +The accepted values are: B<0> and B<1> (default). + =back =head1 SEE ALSO |