mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
builder: translate more user-visible strings
Translate also the "OS version" and "Notes" strings that appear in the --long output.
This commit is contained in:
committed by
Richard W.M. Jones
parent
6739073757
commit
ee0e56f43e
@@ -47,7 +47,7 @@ let list_entries ?(list_long = false) ~sources index =
|
||||
printf "\n"
|
||||
)
|
||||
else ( (* Long *)
|
||||
printf "%-24s %s\n" "os-version:" name;
|
||||
printf "%-24s %s\n" (s_"OS version:") name;
|
||||
(match printable_name with
|
||||
| None -> ()
|
||||
| Some name -> printf "%-24s %s\n" (s_"Full name:") name;
|
||||
@@ -62,7 +62,7 @@ let list_entries ?(list_long = false) ~sources index =
|
||||
| None -> ()
|
||||
| Some notes ->
|
||||
printf "\n";
|
||||
printf "Notes:\n\n%s\n" notes
|
||||
printf (f_"Notes:\n\n%s\n") notes
|
||||
);
|
||||
printf "\n"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user