From 17b26ec2d7d30752a71f011ecb46de4eda2d6ce0 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Fri, 9 Jul 2021 08:37:34 +0200 Subject: [PATCH] [sources] add new type: Game --- locale/de/translations.suml | 1 + locale/en/translations.suml | 1 + locale/es/translations.suml | 1 + locale/fr/translations.suml | 1 + locale/nl/translations.suml | 1 + locale/pl/translations.suml | 1 + locale/pt/translations.suml | 1 + locale/ru/translations.suml | 1 + locale/yi/translations.suml | 1 + locale/zh/translations.suml | 1 + src/classes.js | 1 + 11 files changed, 11 insertions(+) diff --git a/locale/de/translations.suml b/locale/de/translations.suml index c2686bd5f..77c9490eb 100644 --- a/locale/de/translations.suml +++ b/locale/de/translations.suml @@ -77,6 +77,7 @@ sources: Series: 'Serien' Song: 'Musik' Poetry: 'Gedichte' + Game: 'Spiel' Other: 'Sonstiges' submit: header: 'Reiche ein Beispiel zum ergänzen ein' diff --git a/locale/en/translations.suml b/locale/en/translations.suml index f8f313fce..d515d55c0 100644 --- a/locale/en/translations.suml +++ b/locale/en/translations.suml @@ -116,6 +116,7 @@ sources: Series: 'Series' Song: 'Music' Poetry: 'Poetry' + Game: 'Game' Other: 'Other' submit: header: 'Submit an example to be added' diff --git a/locale/es/translations.suml b/locale/es/translations.suml index d0bef51a9..6237d1af4 100644 --- a/locale/es/translations.suml +++ b/locale/es/translations.suml @@ -77,6 +77,7 @@ sources: Series: 'Series' Song: 'Música' Poetry: 'Poesía' + Game: 'Game' # TODO Other: 'Otros' submit: header: 'Enviar un ejemplo para que sea añadido' diff --git a/locale/fr/translations.suml b/locale/fr/translations.suml index 59a5a5294..6d2342c4f 100644 --- a/locale/fr/translations.suml +++ b/locale/fr/translations.suml @@ -73,6 +73,7 @@ sources: Series: 'Series' Song: 'Music' Poetry: 'Poetry' + Game: 'Game' # TODO Other: 'Other' submit: header: 'Submit an example to be added' diff --git a/locale/nl/translations.suml b/locale/nl/translations.suml index 998b15a1b..1cebda138 100644 --- a/locale/nl/translations.suml +++ b/locale/nl/translations.suml @@ -78,6 +78,7 @@ sources: Series: 'Serie' Song: 'Muziek' Poetry: 'Poëzie' + Game: 'Game' # TODO Other: 'Andere' submit: header: 'Dien een voorbeeld in ter toevoeging aan de site' diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml index 6d192482c..a57f68958 100644 --- a/locale/pl/translations.suml +++ b/locale/pl/translations.suml @@ -179,6 +179,7 @@ sources: Series: 'Seriale' Song: 'Muzyka' Poetry: 'Poezja' + Game: 'Gra' Other: 'Inne' submit: header: 'Zgłoś przykład do dodania' diff --git a/locale/pt/translations.suml b/locale/pt/translations.suml index 7ebde15b6..bd004d0e4 100644 --- a/locale/pt/translations.suml +++ b/locale/pt/translations.suml @@ -77,6 +77,7 @@ sources: Series: 'Séries' Song: 'Música' Poetry: 'Poesia' + Game: 'Game' # TODO Other: 'Outros' submit: header: 'Enviar um exemplo para que seja adicionado' diff --git a/locale/ru/translations.suml b/locale/ru/translations.suml index 8d4fd6f34..17d06f617 100644 --- a/locale/ru/translations.suml +++ b/locale/ru/translations.suml @@ -176,6 +176,7 @@ sources: Series: 'Seriale' Song: 'Muzyka' Poetry: 'Poezja' + Game: 'Game' # TODO Other: 'Inne' submit: header: 'Zgłoś przykład do dodania' diff --git a/locale/yi/translations.suml b/locale/yi/translations.suml index abe3ce70d..ba10869da 100644 --- a/locale/yi/translations.suml +++ b/locale/yi/translations.suml @@ -77,6 +77,7 @@ sources: Series: 'Series' Song: 'Music' Poetry: 'Poetry' + Game: 'Game' # TODO Other: 'Other' submit: header: 'Submit an example to be added' diff --git a/locale/zh/translations.suml b/locale/zh/translations.suml index 32d6c5872..fe7666309 100644 --- a/locale/zh/translations.suml +++ b/locale/zh/translations.suml @@ -75,6 +75,7 @@ sources: Series: '電視劇' Song: '音樂' Poetry: '詩歌' + Game: 'Game' # TODO Other: '其他' submit: header: '提交一個示例' diff --git a/src/classes.js b/src/classes.js index 1e071c9b9..aaf3d4fe9 100644 --- a/src/classes.js +++ b/src/classes.js @@ -136,6 +136,7 @@ export class Source { Series: 'tv', Song: 'music', Poetry: 'scroll', + Game: 'gamepad-alt', Other: 'comment-alt-lines', } }