Skip to content

Commit

Permalink
Adjusted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mahnke committed Dec 8, 2023
1 parent 6bdfafe commit 84bbc1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config/languageHashes-config.interface.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { Config } from './config.interface';

/**
* An interface to represent a language in the configuration. A LangConfig has a code which should be the official
* language code for the language (e.g. ‘fr’), a label which should be the name of the language in that language
* (e.g. ‘Français’), and a boolean to determine whether or not it should be listed in the language select.
* An interface to represent a languageHash in the configuration. A LanguageHashConfig has a lang attribute which should be the official
* language code for the language (e.g. ‘fr’) and a md5 string representing the checksum of the language asset file.
*/
export interface LanguageHashesConfig extends Config {
lang: string;
Expand Down

0 comments on commit 84bbc1c

Please sign in to comment.