Skip to content

Commit

Permalink
修正德语翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
tpunix committed Mar 18, 2024
1 parent a8dd955 commit a08d61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firm_Saturn/language.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ char *lang_de[LANG_STR_NR] = {
"Firmware Update",
"Update läuft... Konsole nicht ausschalten!",
"Update fehlgeschlagen!",
"Update erfolgreich! Konsole neu starten."
"Update erfolgreich! Konsole neu starten.",
"SAROO Hauptmenü",
"Prüfe CD ......",
"Keine CD gefunden!",
Expand Down Expand Up @@ -235,6 +235,7 @@ char *TT(char *str)
STR_ENTRY *entry = lang_str_table[hash&0xff];
while(entry){
if(hash==entry->hash){
//printk("TT: %s(%08x) -> %d %s\n", str, hash, entry->index, lang_cur[entry->index]);
return lang_cur[entry->index];
}
entry = entry->next;
Expand Down

0 comments on commit a08d61e

Please sign in to comment.