spliit-app/spliit

How to add translations?

Closed this issue · 1 comments

Seeing as 1.9.0 now supports i18n, would adding a translation be as trivial as adding a file for the respective language in src/messages?

You also need to add your locale (the filename in messages without the file extension) here:

export const locales = ['en-US', 'fi'] as const

Besides this it's really that trivial