Skip to content

Adding Bengali Language Support#1570

Closed
raihantopu wants to merge 8 commits intoDSpace:mainfrom
raihantopu:main
Closed

Adding Bengali Language Support#1570
raihantopu wants to merge 8 commits intoDSpace:mainfrom
raihantopu:main

Conversation

@raihantopu
Copy link
Copy Markdown
Contributor

en.json5 translated to bn.json5 for (bengali language)

DSpace is one of the most used software for Institutional Repository in Bangladesh, adding 'bengali' support will have a huge impact on user interaction and satisfaction.

I have tested my changes on my local computer every thing seems to work fine on my local machine. I have just added bn.json5 file to src/assets/i18n and language code to environment.test.ts file

{
"code": "bn",
"label": "বাংলা",
"active": true
}

This is my first contribution to DSpace, if there are any mistake and need to update kindly let me know.

Regards

Md. Topu Raihan

Graduate Dept. of Information Science & Library Management

raihantopu and others added 8 commits March 20, 2022 22:05
adding Bengali language translation bn.json5 for internationalization
adding language code to config.json file 
{
      "code": "bn",
      "label": "বাংলা",
      "active": true
    }
this file holds this code 
{
      "code": "bn",
      "label": "বাংলা",
      "active": true
}

without this test 12.x and 14.x is not passing (showing 'should display translated title "DSpace Angular :: Home" ')
@tdonohue
Copy link
Copy Markdown
Member

@raihantopu : It looks like this PR has accidentally changed too many files.

Ideally, to add Bengali, all we'd really need to the new bn.json5 file. We can then review it briefly (using Google Translate) and then we'll help enable it in the configuration by default.

If you could just submit us a PR with only the bn.json5 file, that's good enough. We can take it from there.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants