https://github.com/okerx/slack101
Set of rules for using Slack or any corporate communication tool to make your life and your colleagues' easier.
https://github.com/okerx/slack101
i18n nextjs slack
Last synced: about 2 months ago
JSON representation
Set of rules for using Slack or any corporate communication tool to make your life and your colleagues' easier.
- Host: GitHub
- URL: https://github.com/okerx/slack101
- Owner: okerx
- License: mit
- Created: 2022-04-06T07:42:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T11:45:07.000Z (about 4 years ago)
- Last Synced: 2024-08-11T05:09:04.999Z (almost 2 years ago)
- Topics: i18n, nextjs, slack
- Language: JavaScript
- Homepage: https://slack101.net
- Size: 4.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [slack101.net](https://slack101.net/)
## How to add translation?
* create a folder in public/locales directory named with language id (e.g. fr for French)
* create a file named common.json, copy all the keys from public/locales/en/common.json to it and translate them.
* add your locale id to the `locales` array in next-i18next.config.js file.