-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Awaiting Maintainer ApprovalNeeds review from a maintainer before moving forwardNeeds review from a maintainer before moving forwardBugError or unexpected behaviorsError or unexpected behaviors
Description
p5.js version
1.11.10
What is your operating system?
Windows
Web browser and version
Microsoft Edge and Version 141.0.3537.57 (Official build) (64-bit)
Actual Behavior

Expected Behavior
I would like to report a couple of translation issues in the Hindi language version of the application:
-
The word “Asset” is currently translated as “ऐसेट”, which is incorrect. Since Hindi is my native language, the accurate translation should be “संपत्ति”.
-
The term “Maximum” is not translated into Hindi. It should be translated as “अधिकतम”.
Kindly review and update these translations to ensure better localization accuracy.
Thank you for your attention to this matter.
Steps to reproduce
Steps:
p5.js-web-editor\translations\locales\hi\translations.json,
Need to perform changes in DashboardTabSwitcher and AssetList object, use above path
Snippet:
// Paste your code here :)
"DashboardTabSwitcher": {
"Sketches": "स्केच",
"Collections": "संग्रह",
"Assets": "ऐसेट" change to संपत्ति
},
"AssetList": {
"Title": "p5.js वेब एडिटर | मेरे संपत्ति",
"ToggleOpenCloseARIA": "टॉगल ओपेन/क्लोज़ संपत्ति ऑप्शन्ज़",
"Delete": "डिलीट",
"OpenNewTab": "नये टैब में खोलें",
"NoUploadedAssets": "कोई संपत्ति अपलोड नही की।",
"HeaderName": "नाम",
"HeaderSize": "साइज़",
"HeaderSketch": "स्केच",
},
add this
"maximum": "अधिकतम"
into above object
Metadata
Metadata
Assignees
Labels
Awaiting Maintainer ApprovalNeeds review from a maintainer before moving forwardNeeds review from a maintainer before moving forwardBugError or unexpected behaviorsError or unexpected behaviors