Skip to content

Commit 28e950b

Browse files
committed
docs: readme
1 parent 4bcc548 commit 28e950b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ A documentation of the provided tools can be found in [tools/README.md](tools/RE
284284
* how to add a language?
285285
- `src/client/assets/i18n/`
286286
- add `[language code].json` (copy existing one and adapt the translation strings)
287-
- Create a file similar to the [sample app-config](https://github.com/NathanWalker/angular-seed-advanced/blob/master/src/client/app/shared/sample/services/app-config.ts)
288-
- Define your app's `SUPPORTED_LANGUAGES`.
287+
- `https://github.com/NathanWalker/angular-seed-advanced/blob/master/src/client/web.module.ts#L98-L101`
288+
- Configure `Languages` InjectionToken with array of supported languages
289289
- `src/client/app/shared/i18n/components/lang-switcher.component.spec.ts`
290290
- fix test
291291

0 commit comments

Comments
 (0)