Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translation Euskara for Admin UI #15584

Merged
merged 2 commits into from
Jan 30, 2023

Conversation

sergixnet
Copy link
Contributor

What does it do?

This code allows you to configure the admin UI in Euskara and provides translations of json file in Euskara

Why is it needed?

It is necessary for Euskara-speaking regions to be able to manage the admin in their language

How to test it?

Configure src/admin/app.js file to use Euskara language:

export default {
  config: {
    locales: ['eu'],
  },
  bootstrap() {},
};

Related issue(s)/PR(s)

None

@ronronscelestes ronronscelestes self-assigned this Jan 26, 2023
@ronronscelestes ronronscelestes added pr: chore This PR contains chore tasks (cleanups, configs, tooling...) source: core:admin Source is core/admin package labels Jan 26, 2023
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Base: 58.59% // Head: 58.59% // No change to project coverage 👍

Coverage data is based on head (11fb7a8) compared to base (a9e5543).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15584   +/-   ##
=======================================
  Coverage   58.59%   58.59%           
=======================================
  Files        1506     1506           
  Lines       38695    38695           
  Branches     7463     7463           
=======================================
  Hits        22675    22675           
  Misses      13698    13698           
  Partials     2322     2322           
Flag Coverage Δ
back 47.33% <ø> (ø)
front 66.11% <ø> (ø)
unit_back 47.33% <ø> (ø)
unit_front 66.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...dmin/admin/src/translations/languageNativeNames.js 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@ronronscelestes ronronscelestes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you @sergixnet 😊

@ronronscelestes ronronscelestes merged commit c2bd1a7 into strapi:main Jan 30, 2023
@ronronscelestes ronronscelestes added this to the 4.6.1 milestone Jan 30, 2023
@sergixnet sergixnet deleted the translate-strapi-to-eu branch February 4, 2023 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: chore This PR contains chore tasks (cleanups, configs, tooling...) source: core:admin Source is core/admin package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants