Skip to content

Commit

Permalink
Merge pull request #12015 from CesiumGS/japan-sandcastle
Browse files Browse the repository at this point in the history
JP translations
  • Loading branch information
jjhembd committed Jun 3, 2024
2 parents b78ce3b + 08ceb56 commit bf44caa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Apps/Sandcastle/gallery/Japan Buildings.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,43 +202,43 @@

const options1 = [
{
text: "Hiroshima",
text: "Hiroshima | 広島",
onselect: function () {
scene.camera.flyTo(hiroshima);
},
},
{
text: "Tokyo Tower",
text: "Tokyo Tower | 東京タワー",
onselect: function () {
scene.camera.flyTo(tokyoTower);
},
},
{
text: "Kyoto - Nijo Castle",
text: "Kyoto - Nijo Castle | 京都 - 二条城",
onselect: function () {
scene.camera.flyTo(kyotoNijoCastle);
},
},
{
text: "Hakone",
text: "Hakone | 箱根",
onselect: function () {
scene.camera.flyTo(hakone);
},
},
{
text: "Mt. Fuji - Gotemba",
text: "Mt. Fuji - Gotemba | 富士山 - 御殿場",
onselect: function () {
scene.camera.flyTo(mtFujiGotemba);
},
},
{
text: "Sapporo",
text: "Sapporo | 札幌",
onselect: function () {
scene.camera.flyTo(sapporo);
},
},
{
text: "Kaga",
text: "Kaga | 加賀",
onselect: function () {
scene.camera.flyTo(kaga);
},
Expand Down

0 comments on commit bf44caa

Please sign in to comment.