Fix Polish name to capitalize

This commit is contained in:
AkiraFukushima 2018-08-21 00:46:21 +09:00
parent 2f2bae8bb2
commit f453c7e43c

View File

@ -20,7 +20,7 @@ export default {
key: 'ko' key: 'ko'
}, },
pl: { pl: {
name: 'polski', name: 'Polski',
key: 'pl' key: 'pl'
} }
} }