6 lines
76 B
Python
6 lines
76 B
Python
from tables import Locale
|
|
|
|
LOCALES = [
|
|
Locale(0,"EN", "Hello World"),
|
|
]
|