comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/gettext.1 @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 68:5028fdace37b
1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2 .TH GETTEXT "1" "February 2024" "GNU gettext-runtime 0.22.5" "User Commands"
3 .SH NAME
4 gettext \- translate message
5 .SH SYNOPSIS
6 .B gettext
7 [\fI\,OPTION\/\fR] [[\fI\,TEXTDOMAIN\/\fR] \fI\,MSGID\/\fR]
8 .br
9 .B gettext
10 [\fI\,OPTION\/\fR] \fI\,-s \/\fR[\fI\,MSGID\/\fR]...
11 .SH DESCRIPTION
12 .\" Add any additional description here
13 The \fBgettext\fP program translates a natural language message into the
14 user's language, by looking up the translation in a message catalog.
15 .PP
16 Display native language translation of a textual message.
17 .TP
18 \fB\-d\fR, \fB\-\-domain\fR=\fI\,TEXTDOMAIN\/\fR
19 retrieve translated messages from TEXTDOMAIN
20 .TP
21 \fB\-c\fR, \fB\-\-context\fR=\fI\,CONTEXT\/\fR
22 specify context for MSGID
23 .TP
24 \fB\-e\fR
25 enable expansion of some escape sequences
26 .TP
27 \fB\-n\fR
28 suppress trailing newline
29 .TP
30 \fB\-E\fR
31 (ignored for compatibility)
32 .TP
33 [TEXTDOMAIN] MSGID
34 retrieve translated message corresponding
35 to MSGID from TEXTDOMAIN
36 .SS "Informative output:"
37 .TP
38 \fB\-h\fR, \fB\-\-help\fR
39 display this help and exit
40 .TP
41 \fB\-V\fR, \fB\-\-version\fR
42 display version information and exit
43 .PP
44 If the TEXTDOMAIN parameter is not given, the domain is determined from the
45 environment variable TEXTDOMAIN. If the message catalog is not found in the
46 regular directory, another location can be specified with the environment
47 variable TEXTDOMAINDIR.
48 When used with the \fB\-s\fR option the program behaves like the 'echo' command.
49 But it does not simply copy its arguments to stdout. Instead those messages
50 found in the selected catalog are translated.
51 Standard search directory: /mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/locale
52 .SH AUTHOR
53 Written by Ulrich Drepper.
54 .SH "REPORTING BUGS"
55 Report bugs in the bug tracker at <https://savannah.gnu.org/projects/gettext>
56 or by email to <bug\-gettext@gnu.org>.
57 .SH COPYRIGHT
58 Copyright \(co 1995\-2023 Free Software Foundation, Inc.
59 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
60 .br
61 This is free software: you are free to change and redistribute it.
62 There is NO WARRANTY, to the extent permitted by law.
63 .SH "SEE ALSO"
64 The full documentation for
65 .B gettext
66 is maintained as a Texinfo manual. If the
67 .B info
68 and
69 .B gettext
70 programs are properly installed at your site, the command
71 .IP
72 .B info gettext
73 .PP
74 should give you access to the complete manual.