Skip to content

Commit

Permalink
Add Balinese model to langs.json
Browse files Browse the repository at this point in the history
Add the newly available Balinese model
from Transkribus to the list of available
models.

Bug: T330462
  • Loading branch information
Parthiv-M authored Apr 5, 2023
1 parent 759ba14 commit 56356f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/langs.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"tesseract": "aze_cyrl",
"google": "az-Cyrl"
},
"bali": {
"transkribus": 48252
},
"be": {
"tesseract": "bel",
"google": "be"
Expand Down
1 change: 1 addition & 0 deletions src/Engine/EngineBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ abstract class EngineBase {
/** @var string[] Additional localized names for non-standard language codes. */
public const LANG_NAMES = [
'az-cyrl' => 'Azərbaycan (qədim yazı)',
'bali' => 'Balinese palm-leaf manuscripts 16th century',
'ben-print' => 'Bengali Printed Books +150 New',
'de-frk' => 'Deutsch (Fraktur)',
'de-17' => 'Dutch_XVII_Century',
Expand Down

0 comments on commit 56356f0

Please sign in to comment.