Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
55975a46
Unverified
Commit
55975a46
authored
Jul 22, 2023
by
Ajay Kumbhare
Committed by
GitHub
Jul 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add hindi language translation for i18n support (#2001)
parent
11825454
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
433 additions
and
0 deletions
+433
-0
user_setting.go
api/v1/user_setting.go
+1
-0
i18n.ts
web/src/i18n.ts
+1
-0
hi.json
web/src/locales/hi.json
+431
-0
No files found.
api/v1/user_setting.go
View file @
55975a46
...
@@ -44,6 +44,7 @@ var (
...
@@ -44,6 +44,7 @@ var (
"en"
,
"en"
,
"es"
,
"es"
,
"fr"
,
"fr"
,
"hi"
,
"hr"
,
"hr"
,
"it"
,
"it"
,
"ja"
,
"ja"
,
...
...
web/src/i18n.ts
View file @
55975a46
...
@@ -8,6 +8,7 @@ export const availableLocales = [
...
@@ -8,6 +8,7 @@ export const availableLocales = [
"en"
,
"en"
,
"es"
,
"es"
,
"fr"
,
"fr"
,
"hi"
,
"hr"
,
"hr"
,
"it"
,
"it"
,
"ja"
,
"ja"
,
...
...
web/src/locales/hi.json
0 → 100644
View file @
55975a46
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment