You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@strogonoff this problem is in the tc211-termbase gem:
Need to fix this:
# TODO: read language_code from sheetdeflanguage_code# Hack to make ISO_639 gem work...lang=caselanguagewhen"Dutch""Dutch; Flemish"when"Spanish""Spanish; Castilian"elselanguageendISO_639.find_by_english_name(lang).alpha3rescueraiseStandardError.new("Failed to find alpha3 code for language: #{lang}")end
We should use the correct ISO 639-2 codes for terminology. Code for Malaysian was corrected quite some time ago. Ones pointed by @ronaldtse in above comment are also fixed. The last ones are being fixed in #137.
For example, Malaysian is specified as
may
(e.g., the link https://www.geolexica.org/registers/#language-may), while the code appears to bemsa
.The text was updated successfully, but these errors were encountered: