Procházet zdrojové kódy

[minor] [fix] module imported in translate

version-14
Nabin Hait před 12 roky
rodič
revize
46df0c62e7
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      webnotes/translate.py

+ 1
- 0
webnotes/translate.py Zobrazit soubor

@@ -113,6 +113,7 @@ def build_message_files():
def build_for_pages(path):
"""make locale files for framework py and js (all)"""
from webnotes.modules import get_doc_path
messages = []
for (basepath, folders, files) in os.walk(path):
if os.path.basename(os.path.dirname(basepath))=="page":


Načítá se…
Zrušit
Uložit