VORPCORE / vorp_character-lua

character creation for RedM Vorp core framework
GNU General Public License v2.0
11 stars 48 forks source link

add missing translations for other langs and fix missing Close Img #57

Closed RealStonerGamer closed 9 months ago

RealStonerGamer commented 9 months ago

Pull Request: Adding Missing Translations and Input Types

Description

This pull request addresses the need for missing translations in various languages. Additionally, input types have been added to translations for each language to simplify future changes. All changes have been thoroughly tested, ensuring that there are no errors when using each language.

Changes Made

Testing

All changes have been tested, and the implementation is confirmed to be error-free for each language.

Modifications for Language Customization

To facilitate easy modification, the following input types have been included under inputs for each language:

imputlangdesc = "[A-Za-z ]{5,2000000}", -- customize for your language
imputlang = "[A-Za-z ]{5,20}"            -- customize for your language

I can remove back to default if this is not good let me know