mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 11:17:03 -04:00
[loc] misc. fixes and improvements
* Add support for LCID provision to option -l * Fix French translation * Fix memory leak for loc_filename * Don't delete an external 'rufus.loc' file if present * Use IETF normalized tags * Add quick instructions and sample for translators in new_translation.loc * Improve About dialog
This commit is contained in:
parent
521e8f00f3
commit
1cdb58462b
7 changed files with 425 additions and 28 deletions
|
@ -131,6 +131,7 @@ void init_localization(void) {
|
|||
void exit_localization(void) {
|
||||
free_dialog_list();
|
||||
free_locale_list();
|
||||
safe_free(loc_filename);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue