Skip to content

Commit

Permalink
பார்க்கலாம்...
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 18, 2020
1 parent ebba290 commit c04d5af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion மூலம்/lassi_console/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def __init__(self, dir_):

def obt_langue_ficher(f, probable):
r = நிரல்மொழிகள்.நீட்சி_மூலம்_மொழி(f)
print(f, r)
if r:
base, ordi, humaine = r
if len(humaine) > 1:
Expand Down Expand Up @@ -68,7 +69,7 @@ def _recompiler(conf, forcer):
continue

r = obt_langue_ficher(f, conf.ops["lang"])
print(f, r)

if r:
nom_base, l_ordi, l_humaine = r
nom_comp = nom_base + '.' + நிரல்மொழிகள்.தகவல்(l_ordi, 'நீட்சி')
Expand Down

0 comments on commit c04d5af

Please sign in to comment.