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