Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Add swedish translation #120

Merged
merged 2 commits into from
Oct 8, 2020
Merged

Conversation

magdapoppins
Copy link
Contributor

Refs #85

@vercel
Copy link

vercel bot commented Oct 8, 2020

@magdapoppins is attempting to deploy a commit to a Personal Account owned by Torsten Dittmann on Vercel.

@TorstenDittmann first needs to authorize it.

@vercel
Copy link

vercel bot commented Oct 8, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/torstendittmann/omniawrite/glkjueqxo
✅ Preview: https://omniawrite-git-lang-sv.torstendittmann.vercel.app

@TorstenDittmann
Copy link
Owner

@allcontributors please add @magdapoppins for translation.

@allcontributors
Copy link
Contributor

@TorstenDittmann

I've put up a pull request to add @magdapoppins! 🎉

@TorstenDittmann TorstenDittmann merged commit 9263f56 into TorstenDittmann:dev Oct 8, 2020
TorstenDittmann pushed a commit that referenced this pull request Oct 8, 2020
TorstenDittmann added a commit that referenced this pull request Nov 9, 2020
* add normseiten export file

* add first test

* add testing ci task

* update eslint for spec files

* load languages from i18n service

* feat(i18n): Spanish translate  (#91)

* feat(i18n): Spanish translate

I followed all instructions, but if there is a mistake, please notice me

* fix(i18n): some fixes

* update packages

* new prettier changes

* update svelte-spa-router

* feat(i18n): add new strings for account logs (#95)

* fix(i18n): add a new message

* feat(i18n): add new strings to translate

* Portuguese translate (#94)

* Portuguese translate

* Portuguese translate

* Fix wrong line break

* Changing chunk name in comment

* Added translation for the Dutch language #85 (#101)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Added translation for the Dutch language #85

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* dep: change momentjs to date-fns (#100)

* dep: change momentjs to date-fns

* feat: using utils

Refactoring my previous work.

* i18n: add Russian translation (#105)

* add initial Russian translation

* register Russian translation in main.js

* run eslint & prettier

* comb through the app & update Russian translation

* expand field label to accomodate Russian i18n

* i18n: translate for dutch and change label (#104)

* Update Button.svelte

* turkish translations added (#106)

Co-authored-by: turuslaw <[email protected]>
Co-authored-by: Torsten Dittmann <[email protected]>

* Update en.json

* Add Japanese translation (#109)

* Add Japanese translation

* Add Japanese translation of 'Turkish', add 'Japanese' to en.json

* Visual tests with Storybook (#111)

* test: add Storybook for visual testing

* test(storybook): add stories for Form components

* test(storybook): add stylesheet

* test(storybook): fix preview body width

* test(storybook): add decorator for component slots

* test(storybook): add Button onClick action

* test(storybook): move Forms components under Components path

* test(storybook): add stories for Grid components

* test(storybook): add stories for Table components

* test(storybook): remove example stories

* test(storybook): add stories for non-connected shared components

* test: cleanup package.json

* Added Finnish translation (#115)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add marlonemmerich as a contributor (#102)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Gulianrdgd as a contributor (#103)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add eugpoloz as a contributor (#107)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add ertugrulk as a contributor (#108)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add sidemt as a contributor (#110)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add fredericbonnet as a contributor (#112)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Finnish translation, draft version

* finishing touches to the Finnish translation

* added Finnish to list of languages

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Add language comparison script (#113)

* Reading en.js and listing keys with hierarchy

* Comparing done

* vscode changes

* Improving writing

* Restore de.json and es.json from origin

* Remove test.json and reverting vscode settings

* Rename langcompare.spec.js to langcompare.js

* Added urdu language support (#119)

* Added urdu language support

* Made changes to code

* update tests and prepare storybook publish

* bump prettier

* update en & de

* Add swedish translation (#120)

Refs #85

* Remove and ignore vscode settings in git (#121)

These shared settings may make contributing to the repo harder in case fonts are missing, etc.
Let's keep our editor settings for ourselves!

Fixes #118

* add normseiten export file

* add first test

* add testing ci task

* update eslint for spec files

* load languages from i18n service

* feat(i18n): Spanish translate  (#91)

* feat(i18n): Spanish translate

I followed all instructions, but if there is a mistake, please notice me

* fix(i18n): some fixes

* update packages

* new prettier changes

* update svelte-spa-router

* feat(i18n): add new strings for account logs (#95)

* fix(i18n): add a new message

* feat(i18n): add new strings to translate

* Portuguese translate (#94)

* Portuguese translate

* Portuguese translate

* Fix wrong line break

* Changing chunk name in comment

* Added translation for the Dutch language #85 (#101)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Added translation for the Dutch language #85

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* dep: change momentjs to date-fns (#100)

* dep: change momentjs to date-fns

* feat: using utils

Refactoring my previous work.

* i18n: add Russian translation (#105)

* add initial Russian translation

* register Russian translation in main.js

* run eslint & prettier

* comb through the app & update Russian translation

* expand field label to accomodate Russian i18n

* i18n: translate for dutch and change label (#104)

* Update Button.svelte

* turkish translations added (#106)

Co-authored-by: turuslaw <[email protected]>
Co-authored-by: Torsten Dittmann <[email protected]>

* Update en.json

* Add Japanese translation (#109)

* Add Japanese translation

* Add Japanese translation of 'Turkish', add 'Japanese' to en.json

* Visual tests with Storybook (#111)

* test: add Storybook for visual testing

* test(storybook): add stories for Form components

* test(storybook): add stylesheet

* test(storybook): fix preview body width

* test(storybook): add decorator for component slots

* test(storybook): add Button onClick action

* test(storybook): move Forms components under Components path

* test(storybook): add stories for Grid components

* test(storybook): add stories for Table components

* test(storybook): remove example stories

* test(storybook): add stories for non-connected shared components

* test: cleanup package.json

* Added Finnish translation (#115)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add marlonemmerich as a contributor (#102)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Gulianrdgd as a contributor (#103)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add eugpoloz as a contributor (#107)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add ertugrulk as a contributor (#108)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add sidemt as a contributor (#110)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add fredericbonnet as a contributor (#112)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Finnish translation, draft version

* finishing touches to the Finnish translation

* added Finnish to list of languages

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Add language comparison script (#113)

* Reading en.js and listing keys with hierarchy

* Comparing done

* vscode changes

* Improving writing

* Restore de.json and es.json from origin

* Remove test.json and reverting vscode settings

* Rename langcompare.spec.js to langcompare.js

* Added urdu language support (#119)

* Added urdu language support

* Made changes to code

* update tests and prepare storybook publish

* bump prettier

* update en & de

* Add swedish translation (#120)

Refs #85

* Remove and ignore vscode settings in git (#121)

These shared settings may make contributing to the repo harder in case fonts are missing, etc.
Let's keep our editor settings for ourselves!

Fixes #118

* i18n: updating strings (#125)

* Added BrowserSupport Modal #40 (#126)

* Ready to PR

* Formatting

* Merged and running

* update packages

* release 1.2.0

Co-authored-by: Dennis Tobar <[email protected]>
Co-authored-by: Marlon Emmerich <[email protected]>
Co-authored-by: Gulianrdgd <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Evgenia Polozova <[email protected]>
Co-authored-by: Ertugrul K <[email protected]>
Co-authored-by: turuslaw <[email protected]>
Co-authored-by: y yam <[email protected]>
Co-authored-by: Frédéric Bonnet <[email protected]>
Co-authored-by: Minna N <[email protected]>
Co-authored-by: Gustavo Henrique Leal <[email protected]>
Co-authored-by: Mir Quadri <[email protected]>
Co-authored-by: Magda Stenius <[email protected]>
Co-authored-by: Ole S <[email protected]>
TorstenDittmann added a commit that referenced this pull request Jan 10, 2021
* add normseiten export file

* add first test

* add testing ci task

* update eslint for spec files

* load languages from i18n service

* feat(i18n): Spanish translate  (#91)

* feat(i18n): Spanish translate

I followed all instructions, but if there is a mistake, please notice me

* fix(i18n): some fixes

* update packages

* new prettier changes

* update svelte-spa-router

* feat(i18n): add new strings for account logs (#95)

* fix(i18n): add a new message

* feat(i18n): add new strings to translate

* Portuguese translate (#94)

* Portuguese translate

* Portuguese translate

* Fix wrong line break

* Changing chunk name in comment

* Added translation for the Dutch language #85 (#101)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Added translation for the Dutch language #85

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* dep: change momentjs to date-fns (#100)

* dep: change momentjs to date-fns

* feat: using utils

Refactoring my previous work.

* i18n: add Russian translation (#105)

* add initial Russian translation

* register Russian translation in main.js

* run eslint & prettier

* comb through the app & update Russian translation

* expand field label to accomodate Russian i18n

* i18n: translate for dutch and change label (#104)

* Update Button.svelte

* turkish translations added (#106)

Co-authored-by: turuslaw <[email protected]>
Co-authored-by: Torsten Dittmann <[email protected]>

* Update en.json

* Add Japanese translation (#109)

* Add Japanese translation

* Add Japanese translation of 'Turkish', add 'Japanese' to en.json

* Visual tests with Storybook (#111)

* test: add Storybook for visual testing

* test(storybook): add stories for Form components

* test(storybook): add stylesheet

* test(storybook): fix preview body width

* test(storybook): add decorator for component slots

* test(storybook): add Button onClick action

* test(storybook): move Forms components under Components path

* test(storybook): add stories for Grid components

* test(storybook): add stories for Table components

* test(storybook): remove example stories

* test(storybook): add stories for non-connected shared components

* test: cleanup package.json

* Added Finnish translation (#115)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add marlonemmerich as a contributor (#102)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Gulianrdgd as a contributor (#103)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add eugpoloz as a contributor (#107)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add ertugrulk as a contributor (#108)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add sidemt as a contributor (#110)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add fredericbonnet as a contributor (#112)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Finnish translation, draft version

* finishing touches to the Finnish translation

* added Finnish to list of languages

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Add language comparison script (#113)

* Reading en.js and listing keys with hierarchy

* Comparing done

* vscode changes

* Improving writing

* Restore de.json and es.json from origin

* Remove test.json and reverting vscode settings

* Rename langcompare.spec.js to langcompare.js

* Added urdu language support (#119)

* Added urdu language support

* Made changes to code

* update tests and prepare storybook publish

* bump prettier

* update en & de

* Add swedish translation (#120)

Refs #85

* Remove and ignore vscode settings in git (#121)

These shared settings may make contributing to the repo harder in case fonts are missing, etc.
Let's keep our editor settings for ourselves!

Fixes #118

* add normseiten export file

* add first test

* add testing ci task

* update eslint for spec files

* load languages from i18n service

* feat(i18n): Spanish translate  (#91)

* feat(i18n): Spanish translate

I followed all instructions, but if there is a mistake, please notice me

* fix(i18n): some fixes

* update packages

* new prettier changes

* update svelte-spa-router

* feat(i18n): add new strings for account logs (#95)

* fix(i18n): add a new message

* feat(i18n): add new strings to translate

* Portuguese translate (#94)

* Portuguese translate

* Portuguese translate

* Fix wrong line break

* Changing chunk name in comment

* Added translation for the Dutch language #85 (#101)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Added translation for the Dutch language #85

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* dep: change momentjs to date-fns (#100)

* dep: change momentjs to date-fns

* feat: using utils

Refactoring my previous work.

* i18n: add Russian translation (#105)

* add initial Russian translation

* register Russian translation in main.js

* run eslint & prettier

* comb through the app & update Russian translation

* expand field label to accomodate Russian i18n

* i18n: translate for dutch and change label (#104)

* Update Button.svelte

* turkish translations added (#106)

Co-authored-by: turuslaw <[email protected]>
Co-authored-by: Torsten Dittmann <[email protected]>

* Update en.json

* Add Japanese translation (#109)

* Add Japanese translation

* Add Japanese translation of 'Turkish', add 'Japanese' to en.json

* Visual tests with Storybook (#111)

* test: add Storybook for visual testing

* test(storybook): add stories for Form components

* test(storybook): add stylesheet

* test(storybook): fix preview body width

* test(storybook): add decorator for component slots

* test(storybook): add Button onClick action

* test(storybook): move Forms components under Components path

* test(storybook): add stories for Grid components

* test(storybook): add stories for Table components

* test(storybook): remove example stories

* test(storybook): add stories for non-connected shared components

* test: cleanup package.json

* Added Finnish translation (#115)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add marlonemmerich as a contributor (#102)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Gulianrdgd as a contributor (#103)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add eugpoloz as a contributor (#107)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add ertugrulk as a contributor (#108)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add sidemt as a contributor (#110)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add fredericbonnet as a contributor (#112)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Finnish translation, draft version

* finishing touches to the Finnish translation

* added Finnish to list of languages

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Add language comparison script (#113)

* Reading en.js and listing keys with hierarchy

* Comparing done

* vscode changes

* Improving writing

* Restore de.json and es.json from origin

* Remove test.json and reverting vscode settings

* Rename langcompare.spec.js to langcompare.js

* Added urdu language support (#119)

* Added urdu language support

* Made changes to code

* update tests and prepare storybook publish

* bump prettier

* update en & de

* Add swedish translation (#120)

Refs #85

* Remove and ignore vscode settings in git (#121)

These shared settings may make contributing to the repo harder in case fonts are missing, etc.
Let's keep our editor settings for ourselves!

Fixes #118

* i18n: updating strings (#125)

* Added BrowserSupport Modal #40 (#126)

* Ready to PR

* Formatting

* Merged and running

* update packages

* release 1.2.0

* update mobile build version

* Dev (#136)

* Update main.js

* Create zh.json

* Update zh.json

* Update zh.json

* adapt changes

Co-authored-by: Torsten Dittmann <[email protected]>

* update packages

* update version & changelog

* load templates language from i18n store

Co-authored-by: Dennis Tobar <[email protected]>
Co-authored-by: Marlon Emmerich <[email protected]>
Co-authored-by: Gulianrdgd <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Evgenia Polozova <[email protected]>
Co-authored-by: Ertugrul K <[email protected]>
Co-authored-by: turuslaw <[email protected]>
Co-authored-by: y yam <[email protected]>
Co-authored-by: Frédéric Bonnet <[email protected]>
Co-authored-by: Minna N <[email protected]>
Co-authored-by: Gustavo Henrique Leal <[email protected]>
Co-authored-by: Mir Quadri <[email protected]>
Co-authored-by: Magda Stenius <[email protected]>
Co-authored-by: Ole S <[email protected]>
Co-authored-by: moetale <[email protected]>
TorstenDittmann added a commit that referenced this pull request Feb 17, 2021
* add normseiten export file

* add first test

* add testing ci task

* update eslint for spec files

* load languages from i18n service

* feat(i18n): Spanish translate  (#91)

* feat(i18n): Spanish translate

I followed all instructions, but if there is a mistake, please notice me

* fix(i18n): some fixes

* update packages

* new prettier changes

* update svelte-spa-router

* feat(i18n): add new strings for account logs (#95)

* fix(i18n): add a new message

* feat(i18n): add new strings to translate

* Portuguese translate (#94)

* Portuguese translate

* Portuguese translate

* Fix wrong line break

* Changing chunk name in comment

* Added translation for the Dutch language #85 (#101)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Added translation for the Dutch language #85

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* dep: change momentjs to date-fns (#100)

* dep: change momentjs to date-fns

* feat: using utils

Refactoring my previous work.

* i18n: add Russian translation (#105)

* add initial Russian translation

* register Russian translation in main.js

* run eslint & prettier

* comb through the app & update Russian translation

* expand field label to accomodate Russian i18n

* i18n: translate for dutch and change label (#104)

* Update Button.svelte

* turkish translations added (#106)

Co-authored-by: turuslaw <[email protected]>
Co-authored-by: Torsten Dittmann <[email protected]>

* Update en.json

* Add Japanese translation (#109)

* Add Japanese translation

* Add Japanese translation of 'Turkish', add 'Japanese' to en.json

* Visual tests with Storybook (#111)

* test: add Storybook for visual testing

* test(storybook): add stories for Form components

* test(storybook): add stylesheet

* test(storybook): fix preview body width

* test(storybook): add decorator for component slots

* test(storybook): add Button onClick action

* test(storybook): move Forms components under Components path

* test(storybook): add stories for Grid components

* test(storybook): add stories for Table components

* test(storybook): remove example stories

* test(storybook): add stories for non-connected shared components

* test: cleanup package.json

* Added Finnish translation (#115)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add marlonemmerich as a contributor (#102)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Gulianrdgd as a contributor (#103)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add eugpoloz as a contributor (#107)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add ertugrulk as a contributor (#108)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add sidemt as a contributor (#110)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add fredericbonnet as a contributor (#112)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Finnish translation, draft version

* finishing touches to the Finnish translation

* added Finnish to list of languages

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Add language comparison script (#113)

* Reading en.js and listing keys with hierarchy

* Comparing done

* vscode changes

* Improving writing

* Restore de.json and es.json from origin

* Remove test.json and reverting vscode settings

* Rename langcompare.spec.js to langcompare.js

* Added urdu language support (#119)

* Added urdu language support

* Made changes to code

* update tests and prepare storybook publish

* bump prettier

* update en & de

* Add swedish translation (#120)

Refs #85

* Remove and ignore vscode settings in git (#121)

These shared settings may make contributing to the repo harder in case fonts are missing, etc.
Let's keep our editor settings for ourselves!

Fixes #118

* add normseiten export file

* add first test

* add testing ci task

* update eslint for spec files

* load languages from i18n service

* feat(i18n): Spanish translate  (#91)

* feat(i18n): Spanish translate

I followed all instructions, but if there is a mistake, please notice me

* fix(i18n): some fixes

* update packages

* new prettier changes

* update svelte-spa-router

* feat(i18n): add new strings for account logs (#95)

* fix(i18n): add a new message

* feat(i18n): add new strings to translate

* Portuguese translate (#94)

* Portuguese translate

* Portuguese translate

* Fix wrong line break

* Changing chunk name in comment

* Added translation for the Dutch language #85 (#101)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Added translation for the Dutch language #85

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* dep: change momentjs to date-fns (#100)

* dep: change momentjs to date-fns

* feat: using utils

Refactoring my previous work.

* i18n: add Russian translation (#105)

* add initial Russian translation

* register Russian translation in main.js

* run eslint & prettier

* comb through the app & update Russian translation

* expand field label to accomodate Russian i18n

* i18n: translate for dutch and change label (#104)

* Update Button.svelte

* turkish translations added (#106)

Co-authored-by: turuslaw <[email protected]>
Co-authored-by: Torsten Dittmann <[email protected]>

* Update en.json

* Add Japanese translation (#109)

* Add Japanese translation

* Add Japanese translation of 'Turkish', add 'Japanese' to en.json

* Visual tests with Storybook (#111)

* test: add Storybook for visual testing

* test(storybook): add stories for Form components

* test(storybook): add stylesheet

* test(storybook): fix preview body width

* test(storybook): add decorator for component slots

* test(storybook): add Button onClick action

* test(storybook): move Forms components under Components path

* test(storybook): add stories for Grid components

* test(storybook): add stories for Table components

* test(storybook): remove example stories

* test(storybook): add stories for non-connected shared components

* test: cleanup package.json

* Added Finnish translation (#115)

* update development branch

* docs: add dennistobar as a contributor (#92)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add marlonemmerich as a contributor (#102)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Gulianrdgd as a contributor (#103)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add eugpoloz as a contributor (#107)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add ertugrulk as a contributor (#108)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add sidemt as a contributor (#110)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add fredericbonnet as a contributor (#112)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Finnish translation, draft version

* finishing touches to the Finnish translation

* added Finnish to list of languages

Co-authored-by: Torsten Dittmann <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* Add language comparison script (#113)

* Reading en.js and listing keys with hierarchy

* Comparing done

* vscode changes

* Improving writing

* Restore de.json and es.json from origin

* Remove test.json and reverting vscode settings

* Rename langcompare.spec.js to langcompare.js

* Added urdu language support (#119)

* Added urdu language support

* Made changes to code

* update tests and prepare storybook publish

* bump prettier

* update en & de

* Add swedish translation (#120)

Refs #85

* Remove and ignore vscode settings in git (#121)

These shared settings may make contributing to the repo harder in case fonts are missing, etc.
Let's keep our editor settings for ourselves!

Fixes #118

* i18n: updating strings (#125)

* Added BrowserSupport Modal #40 (#126)

* Ready to PR

* Formatting

* Merged and running

* update packages

* release 1.2.0

* update mobile build version

* Dev (#136)

* Update main.js

* Create zh.json

* Update zh.json

* Update zh.json

* adapt changes

Co-authored-by: Torsten Dittmann <[email protected]>

* update packages

* update version & changelog

* load templates language from i18n store

* update to 1.3.0

Co-authored-by: Dennis Tobar <[email protected]>
Co-authored-by: Marlon Emmerich <[email protected]>
Co-authored-by: Gulianrdgd <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Evgenia Polozova <[email protected]>
Co-authored-by: Ertugrul K <[email protected]>
Co-authored-by: turuslaw <[email protected]>
Co-authored-by: y yam <[email protected]>
Co-authored-by: Frédéric Bonnet <[email protected]>
Co-authored-by: Minna N <[email protected]>
Co-authored-by: Gustavo Henrique Leal <[email protected]>
Co-authored-by: Mir Quadri <[email protected]>
Co-authored-by: Magda Stenius <[email protected]>
Co-authored-by: Ole S <[email protected]>
Co-authored-by: moetale <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants