Skip to content

Commit

Permalink
add web layla (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
imring authored Dec 6, 2022
1 parent 27f8f12 commit d0adead
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/public/locales/IngameNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"cyno": "Cyno",
"nilou": "Nilou",
"nahida": "Nahida",
"layla": "Layla",
"travelerelectro": "Traveler (Electro)",
"traveleranemo": "Traveler (Anemo)",
"travelergeo": "Traveler (Geo)",
Expand Down Expand Up @@ -358,6 +359,7 @@
"cyno": "赛诺",
"nilou": "妮露",
"nahida": "纳西妲",
"layla": "莱依拉",
"travelerelectro": "旅行者 (雷元素)",
"traveleranemo": "旅行者 (风元素)",
"travelergeo": "旅行者 (岩元素)",
Expand Down Expand Up @@ -616,6 +618,7 @@
"cyno": "セノ",
"nilou": "ニィロウ",
"nahida": "ナヒーダ",
"layla": "レイラ",
"travelerelectro": "旅人 (雷元素)",
"traveleranemo": "旅人 (風元素)",
"travelergeo": "旅人 (岩元素)",
Expand Down Expand Up @@ -874,6 +877,7 @@
"cyno": "Cyno",
"nilou": "Nilou",
"nahida": "Nahida",
"layla": "Laila",
"travelerelectro": "Viajera (Electro)",
"traveleranemo": "Viajera (Anemo)",
"travelergeo": "Viajera (Geo)",
Expand Down Expand Up @@ -1132,6 +1136,7 @@
"cyno": "Сайно",
"nilou": "Нилу",
"nahida": "Нахида",
"layla": "Лайла",
"travelerelectro": "Путешественница (Электро)",
"traveleranemo": "Путешественница (Анемо)",
"travelergeo": "Путешественница (Гео)",
Expand Down Expand Up @@ -1390,6 +1395,7 @@
"cyno": "Cyno",
"nilou": "Nilou",
"nahida": "Nahida",
"layla": "Layla",
"travelerelectro": "Reisende (Elektro)",
"traveleranemo": "Reisende (Anemo)",
"travelergeo": "Reisende (Geo)",
Expand Down Expand Up @@ -1547,4 +1553,4 @@
"xiphosmoonlight": "Mondlicht von Xiphos"
}
}
}
}
5 changes: 5 additions & 0 deletions app/src/Data/character_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@
"element": "electro",
"weapon_class": "sword"
},
"layla": {
"rarity": 4,
"element": "cryo",
"weapon_class": "sword"
},
"lisa": {
"rarity": 4,
"element": "electro",
Expand Down

0 comments on commit d0adead

Please sign in to comment.