mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 13:10:45 +02:00
commit bash-20200512 snapshot
This commit is contained in:
+5
-4
@@ -533,10 +533,11 @@ been present.
|
||||
@cindex native languages
|
||||
@cindex translation, native languages
|
||||
|
||||
A double-quoted string preceded by a dollar sign (@samp{$}) will cause
|
||||
the string to be translated according to the current locale.
|
||||
If the current locale is @code{C} or @code{POSIX}, the dollar sign
|
||||
is ignored.
|
||||
A double-quoted string preceded by a dollar sign (@samp{$})
|
||||
will cause the string to be translated according to the current locale.
|
||||
If the current locale is @code{C} or @code{POSIX},
|
||||
or if there are no translations available,
|
||||
the dollar sign is ignored.
|
||||
If the string is translated and replaced, the replacement is
|
||||
double-quoted.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user