Skip to content

Commit

Permalink
Merge pull request #495 from lawbyte/main
Browse files Browse the repository at this point in the history
Fixing a little so the app can use indonesian languange
  • Loading branch information
thatDudo authored Oct 30, 2023
2 parents 48be146 + a909e49 commit b9c4bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions manga_translator/server/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ <h1 class="text-center text-lg font-light">Image/Manga Translator</h1>
<option value="RUS">русский язык</option>
<option value="ESP">español</option>
<option value="TRK">Türk dili</option>
<option value="IND">Indonesia</option>
</select>
<i class="iconify absolute top-1.5 right-1 pointer-events-none" data-icon="carbon:chevron-down"></i>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manga_translator/translators/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'sr': 'SRP',
'hr': 'HRV',
'th': 'THA',
'id': 'Indonesian'
'id': 'IND'
}

class InvalidServerResponse(Exception):
Expand Down

0 comments on commit b9c4bf0

Please sign in to comment.