Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fixed spacebar strings for polish and Danish
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Oct 11, 2019
1 parent 6eb7a64 commit 8890887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/non_L10n.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<string name="language_ru" translatable="false">Русский</string>
<string name="language_ko_KR" translatable="false">한국어</string>
<string name="language_it_IT" translatable="false">Italiano</string>
<string name="language_pl_PL" translatable="false">Polish</string>
<string name="language_da_DK" translatable="false">Danish</string>
<string name="language_pl_PL" translatable="false">Polskie</string>
<string name="language_da_DK" translatable="false">Dansk</string>

<string name="pinyin_spacebar_selection" translatable="false">选定</string>
<string name="pinyin_spacebar_space" translatable="false">空格</string>
Expand Down

0 comments on commit 8890887

Please sign in to comment.