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 9a485cb commit ebba290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions மூலம்/lassi_console/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def _மாற்றம்(தன், உரை):


def மொழியாக்கம்(உரை, நிரல்மொழி, மொழி, மூல்மொழி=None, எண்ணுரு=None, மூலெண்ணுரு=None, இனங்காட்டிகள்=None, பதிப்பு=None):
print(நிரல்மொழி, மொழி, மூல்மொழி)
பகுப்பாய்வி = பகுப்பாய்வி_பெறு(நிரல்மொழி, மொழி=மூல்மொழி, எண்ணுரு=மூலெண்ணுரு, பதிப்பு=பதிப்பு)
எண்ணுரு = நிரல்மொழிகள்.எண்ணுரு_பெறு(நிரல்மொழி, மொழி=மொழி, எண்ணுரு=எண்ணுரு, பதிப்பு=பதிப்பு)
வரிசை_மாற்றி = வரிசைமாற்றி_பெறு(நிரல்மொழி, மூல்மொழி=மூல்மொழி, வேண்டியமொழி=மொழி, பதிப்பு=பதிப்பு)
Expand Down

0 comments on commit ebba290

Please sign in to comment.