diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-12 18:44:42 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-12 18:44:42 -0400 |
commit | 3b403a1a4b33443ee853556e40d4fe89d3399387 (patch) | |
tree | 3b3105c3a83b00fd7bda76aeda4ddde788e9d663 /app/Model/Config.php | |
parent | 2a150dd3be96692a98c034233a9ae29ff6f219ac (diff) |
Add screenshot support for tasks (copy/paste images directly)
Diffstat (limited to 'app/Model/Config.php')
-rw-r--r-- | app/Model/Config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index 736ae08d..bbcff50c 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -40,6 +40,7 @@ class Config extends Base 'INR' => t('INR - Indian Rupee'), 'JPY' => t('JPY - Japanese Yen'), 'RSD' => t('RSD - Serbian dinar'), + 'SEK' => t('SEK - Swedish Krona'), ); } |