commit bash-20200512 snapshot

This commit is contained in:
Chet Ramey
2020-05-14 17:16:09 -04:00
parent fdbb7e8481
commit 48394b08a7
6 changed files with 39 additions and 22 deletions
+5 -4
View File
@@ -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.