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
Added missing translations for various languages.
Introduced input types for translations in each language for ease of modification.
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
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:
I can remove back to default if this is not good let me know