Brunwo commited on
Commit
dfb37e3
·
1 Parent(s): a9b06f1

init gettext

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -70,6 +70,8 @@ def read_readme():
70
  return "README.md not found. Please check the repository for more information."
71
 
72
 
 
 
73
 
74
  def update_language(lang):
75
 
 
70
  return "README.md not found. Please check the repository for more information."
71
 
72
 
73
+ # Initialize _ with a default function
74
+ _ = lambda s: s
75
 
76
  def update_language(lang):
77