mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
get language gen script in line with other lang changes
This commit is contained in:
@@ -5,7 +5,7 @@ import os, re
|
||||
BASEDIR = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
def supported_languages():
|
||||
path = "../../app/src/processing/app/languages/languages.txt"
|
||||
path = "../../build/shared/lib/languages/languages.txt"
|
||||
with open(os.path.join(BASEDIR, path)) as f:
|
||||
lines = f.read().splitlines()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user