diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-04 12:10:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-04 12:10:24 +0900 |
| commit | b3817240b8e9f6698a300bd234a7e7fa694e8de3 (patch) | |
| tree | 824a32bfe4b0732e6f235ec7af1d1f473d816d71 /src/client | |
| parent | 1.7.0 (diff) | |
| parent | i18n: Add Polish translation (diff) | |
| download | misskey-b3817240b8e9f6698a300bd234a7e7fa694e8de3.tar.gz misskey-b3817240b8e9f6698a300bd234a7e7fa694e8de3.tar.bz2 misskey-b3817240b8e9f6698a300bd234a7e7fa694e8de3.zip | |
Merge pull request #1568 from m4sk1n/master
i18n: Add Polish translation
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/desktop/views/components/settings.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/desktop/views/components/settings.vue b/src/client/app/desktop/views/components/settings.vue index 77606d4254..9439ded2fc 100644 --- a/src/client/app/desktop/views/components/settings.vue +++ b/src/client/app/desktop/views/components/settings.vue @@ -83,6 +83,7 @@ <el-option label="ja-JP" value="ja"/> <el-option label="en-US" value="en"/> <el-option label="fr" value="fr"/> + <el-option label="pl" value="pl"/> </el-option-group> </el-select> <div class="none ui info"> |