This commit is contained in:
Issac332 2026-07-26 16:16:38 +03:00
parent 6817aff14f
commit e069d1536d
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ class Language
@tr = nil @tr = nil
[lc.full, lc.lang].each do |name| [lc.full, lc.lang].each do |name|
path = "Languages/#{name}.po" path = "Languages/#{name}.po"
puts path
if File.exist?(path) if File.exist?(path)
load_pot(path) load_pot(path)
loadFontMap loadFontMap