mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Fix «the compass points ...» localization
This commit is contained in:
@@ -52,14 +52,14 @@
|
||||
_('not enough cloth'),
|
||||
_('not enough teeth'),
|
||||
_('not enough leather'),
|
||||
_('the compass points east.'),
|
||||
_('the compass points west.'),
|
||||
_('the compass points north.'),
|
||||
_('the compass points south.'),
|
||||
_('the compass points northeast.'),
|
||||
_('the compass points northwest.'),
|
||||
_('the compass points southeast.'),
|
||||
_('the compass points southwest.')
|
||||
_('the compass points east'),
|
||||
_('the compass points west'),
|
||||
_('the compass points north'),
|
||||
_('the compass points south'),
|
||||
_('the compass points northeast'),
|
||||
_('the compass points northwest'),
|
||||
_('the compass points southeast'),
|
||||
_('the compass points southwest')
|
||||
];
|
||||
|
||||
delete keywords;
|
||||
|
||||
Reference in New Issue
Block a user