From 9bf32a794d483d754af135628e1b7e0121494ce9 Mon Sep 17 00:00:00 2001 From: Konloch Date: Tue, 29 Jun 2021 02:45:56 -0700 Subject: [PATCH] Google Translate Hindi I was unable to get the characters to load on the menu bar components, will need to look into this more --- src/main/resources/translations/hindi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/translations/hindi.json diff --git a/src/main/resources/translations/hindi.json b/src/main/resources/translations/hindi.json new file mode 100644 index 00000000..40da8cd3 --- /dev/null +++ b/src/main/resources/translations/hindi.json @@ -0,0 +1,10 @@ +{ + "FILE": "नत्थी", + "ADD": "जोड़ना...", + "NEW_WORKSPACE": "नया कार्यक्षेत्र", + "RELOAD_RESOURCES": "संसाधन पुनः लोड करें", + "RUN": "चलाना", + "COMPILE": "संकलन", + "ABOUT": "के बारे में", + "EXIT": "निकास" +} \ No newline at end of file