mirror of
https://github.com/edubart/otclient.git
synced 2025-05-21 03:09:21 +02:00
17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
Module
|
|
name: client_locales
|
|
description: Translates texts to selected language
|
|
author: baxnie
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- client_extended
|
|
- client_topmenu
|
|
|
|
@onLoad: |
|
|
dofile 'locales'
|
|
Locales.init()
|
|
|
|
@onUnload: |
|
|
Locales.terminate()
|