Commits
Abhishek Raval authored and GitHub committed b96502583a1
189 189 | { code: 'gd', label: 'Gàidhlig', active: true }, |
190 190 | { code: 'lv', label: 'Latviešu', active: true }, |
191 191 | { code: 'hu', label: 'Magyar', active: true }, |
192 192 | { code: 'nl', label: 'Nederlands', active: true }, |
193 193 | { code: 'pt-PT', label: 'Português', active: true }, |
194 194 | { code: 'pt-BR', label: 'Português do Brasil', active: true }, |
195 195 | { code: 'fi', label: 'Suomi', active: true }, |
196 196 | { code: 'sv', label: 'Svenska', active: true }, |
197 197 | { code: 'tr', label: 'Türkçe', active: true }, |
198 198 | { code: 'kk', label: 'Қазақ', active: true }, |
199 - | { code: 'bn', label: 'বাংলা', active: true } |
199 + | { code: 'bn', label: 'বাংলা', active: true }, |
200 + | { code: 'hi', label: 'हिंदी', active: true} |
200 201 | ]; |
201 202 | |
202 203 | // Browse-By Pages |
203 204 | browseBy: BrowseByConfig = { |
204 205 | // Amount of years to display using jumps of one year (current year - oneYearLimit) |
205 206 | oneYearLimit: 10, |
206 207 | // Limit for years to display using jumps of five years (current year - fiveYearLimit) |
207 208 | fiveYearLimit: 30, |
208 209 | // The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items) |
209 210 | defaultLowerLimit: 1900 |