An open API service indexing awesome lists of open source software.

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.

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.