mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[loc] use a direct table for the messages
* More efficient and also the first step for addressing #188
This commit is contained in:
parent
c9d44a5303
commit
f3cf32f8d8
8 changed files with 92 additions and 54 deletions
|
@ -11,7 +11,7 @@ s/[ \t]*$//
|
|||
|
||||
# remove the UI controls for "en-US" as they are just here for translators
|
||||
# 1,300 means we only do this for the the first 300 lines
|
||||
1,300 {/^g IDD_DIALOG/,/^g IDD_MESSAGES/{/^g IDD_MESSAGES/!d}}
|
||||
1,300 {/^g IDD_DIALOG/,/^t MSG_001/{/^t MSG_001/!d}}
|
||||
|
||||
# also replace the "translated by" line for English
|
||||
1,500{s/^t MSG_176.*$/t MSG_176 \"mailto:pete@akeo.ie\"/}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue