Skip to content

Commit

Permalink
Merge pull request #1 from matkoniecz/patch-1
Browse files Browse the repository at this point in the history
cuisine is lowercase
  • Loading branch information
depth221 authored Aug 29, 2024
2 parents 208eb81 + 7b30102 commit 17beffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FranchisesInKorea.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ baselanguage="en">
<label text="Chaesundang" ko.text="채선당"/>
<space />
<key key="amenity" value="restaurant"/>
<key key="cuisine" value="Japanese;shabu-shabu"/>
<key key="cuisine" value="japanese;shabu-shabu"/>
<key key="brand" value="채선당"/>
<key key="brand:en" value="Chaesundang"/>
<key key="operator" value="채선당"/>
Expand Down Expand Up @@ -606,7 +606,7 @@ baselanguage="en">
<label text="Ebadom" ko.text="이바돔감자탕"/>
<space />
<key key="amenity" value="restaurant"/>
<key key="cuisine" value="Korean"/>
<key key="cuisine" value="korean"/>
<key key="brand" value="이바돔감자탕"/>
<key key="brand:en" value="Ebadom"/>
<key key="operator" value="(주)이바돔"/>
Expand Down

0 comments on commit 17beffd

Please sign in to comment.