mwalbeck / nextcloud-breeze-dark

A Breeze Dark theme for Nextcloud
GNU Affero General Public License v3.0
321 stars 56 forks source link

Fix l10n and add language PL #235

Closed Valdnet closed 3 years ago

Valdnet commented 3 years ago

Improving the code for multilingualism and adding a translation in Polish.

mwalbeck commented 3 years ago

Thank you for the contribution.

I also propose to add the project for translation by the Nextcloud community. This will enable multiple languages for the theme.

I've been meaning to do it, but I there hasn't been any requests for it so I never really got around to it. I'll get the repo added to Transifex.

Do you by chance have npm installed? Ff so can I get you to run:

make dev-setup
make prettier-fix

or with npm directly:

npm ci
npm run prettier:fix

That will format the settings js files and fix the CI checks. If not, let me know.

Valdnet commented 3 years ago

Do you by chance have npm installed? Ff so can I get you to run:

No I do not have.

I'll get the repo added to Transifex.

Cool 🥇. Will you add as your own team or will you want to join Nextcloud Server team?

mwalbeck commented 3 years ago

Cool 1st_place_medal. Will you add as your own team or will you want to join Nextcloud Server team?

Definitely the Nextcloud team, that's what makes the most sense to me.

Valdnet commented 3 years ago

Finished 😉.

mwalbeck commented 3 years ago

Thank you again for helping fix up the translation support and adding a polish translation.

Cheers!