Skip to content

Commit

Permalink
Merge pull request #505 from tegonal/add-todo-about-serbian
Browse files Browse the repository at this point in the history
add TODO for serbian
  • Loading branch information
robstoll authored Dec 20, 2021
2 parents 55b6306 + f4c8dca commit ce5821e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/core/language.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { Config, ConfigBasedParserService } from './config-based-parser.service'
import { Translated } from '../locations';

// TODO @ralf.hauser this types, const should be shared with datablue/shared-constants.ts
//TODO #394 re-activate serbian again, see also TODO in datablue
export const AVAILABLE_LANGS = ['en', 'de', 'fr', 'it', 'tr' /*, 'sr'*/] as const;
export type Lang = typeof AVAILABLE_LANGS[number];

Expand Down

0 comments on commit ce5821e

Please sign in to comment.