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

Add internationalization #43

Merged
merged 5 commits into from
Mar 10, 2020
Merged

Add internationalization #43

merged 5 commits into from
Mar 10, 2020

Conversation

Sigafoos
Copy link
Contributor

@Sigafoos Sigafoos commented Mar 7, 2020

I went with vue-i18n, as it seemed like the best option. I'm fairly sure
I got everything, but we should probably move everything out of views
and into components (like with Home).

I have no idea how we're going to get translations for non-English
languages: we'll have to rely on PRs for that.

Closes #42

I went with vue-i18n, as it seemed like the best option. I'm fairly sure
I got everything, but we should probably move everything out of views
and into components (like with Home).

I have no idea how we're going to get translations for non-English
languages: we'll have to rely on PRs for that.

Closes #42
@Sigafoos Sigafoos requested a review from mattgen88 March 7, 2020 13:41
@Sigafoos
Copy link
Contributor Author

Sigafoos commented Mar 7, 2020

Whoops, forgot to commit the package.json. I’m away from my laptop but will add that in a few minutes.

@Sigafoos
Copy link
Contributor Author

Sigafoos commented Mar 7, 2020

I’d also like to add linting (why wait for #35?): https://eslint-plugin-vue-i18n.intlify.dev/started.html#installation

(and remembering to commit package.json this time)
@Sigafoos
Copy link
Contributor Author

Sigafoos commented Mar 7, 2020

The eslint config has support for something like src/components/Home/locale.json, which we don't use right now. I think I'd like to eventually, but it's out of the scope of this PR.

mattgen88
mattgen88 previously approved these changes Mar 8, 2020
@mattgen88
Copy link
Contributor

mattgen88 commented Mar 8, 2020

Needs conflicts resolved, but otherwise good to go. There might be a few stragglers like the image alt, but I'm not super concerned with getting it all, just that we have the ability

@mattgen88 mattgen88 merged commit 1f2ef08 into master Mar 10, 2020
@mattgen88 mattgen88 deleted the feature/i18n branch March 10, 2020 13:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Internationalization
2 participants