Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Readded missing acute accent for 'a'
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume committed May 17, 2018
1 parent ed6bdc2 commit a5ac9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/res/xml/catalan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</Row>

<Row>
<Key android:codes="97" android:keyLabel="a" android:popupCharacters="à" android:keyEdgeFlags="left"/>
<Key android:codes="97" android:keyLabel="a" android:popupCharacters="àá" android:keyEdgeFlags="left"/>
<Key android:codes="115" android:keyLabel="s"/>
<Key android:codes="100" android:keyLabel="d"/>
<Key android:codes="102" android:keyLabel="f"/>
Expand Down

0 comments on commit a5ac9d6

Please sign in to comment.