From b2e1a2956fbd6631c5ff8417d42cc812df6fdc51 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 15 Sep 2017 12:26:45 +0100 Subject: [PATCH] Include Finnish translation Which is 100% on riot-web and 40% on react-sdk which is probably at a point where it can be useful. --- scripts/copy-res.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copy-res.js b/scripts/copy-res.js index ac3daf60c4..59f716929f 100755 --- a/scripts/copy-res.js +++ b/scripts/copy-res.js @@ -17,6 +17,7 @@ const INCLUDE_LANGS = [ {'value': 'eo', 'label': 'Esperanto'}, {'value': 'es', 'label': 'Español'}, {'value': 'eu', 'label': 'Euskal'}, + {'value': 'fi', 'label': 'Suomi'}, {'value': 'fr', 'label': 'Français'}, {'value': 'hu', 'label': 'Magyar'}, {'value': 'ko', 'label': '한국어'},