mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[misc] right-to-left and version handling improvements
* Improve right-to-left consistency and handling * Drop 'v' from version indicators * Also update version to 1.4.4 * Also fix French translation typos
This commit is contained in:
parent
8ae158ba22
commit
2577337dec
16 changed files with 109 additions and 100 deletions
|
@ -3,7 +3,7 @@
|
|||
echo This file recreates localization_data.c according resource.h
|
||||
echo
|
||||
|
||||
# check that sed are available
|
||||
# check that sed is available
|
||||
type -P sed &>/dev/null || { echo "sed command not found. Aborting." >&2; exit 1; }
|
||||
|
||||
# Create the first sed command file
|
||||
|
@ -12,7 +12,7 @@ cat > cmd.sed <<\_EOF
|
|||
1i /*\
|
||||
* Rufus: The Reliable USB Formatting Utility\
|
||||
* Localization tables - autogenerated from resource.h\
|
||||
* Copyright © 2013 Pete Batard <pete@akeo.ie>\
|
||||
* Copyright © 2013-2014 Pete Batard <pete@akeo.ie>\
|
||||
*\
|
||||
* This program is free software: you can redistribute it and/or modify\
|
||||
* it under the terms of the GNU General Public License as published by\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue