Skip to content

Commit

Permalink
fix: missing locale (yojo-art#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 authored Aug 11, 2024
2 parents bbb7a50 + 0b1121f commit 83b2d78
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2469,6 +2469,8 @@ _widgets:
chooseList: "Select a list"
clicker: "Clicker"
birthdayFollowings: "Users who celebrate their birthday today"
dice: "Dice"

_cw:
hide: "Hide"
show: "Show content"
Expand Down Expand Up @@ -2994,3 +2996,8 @@ _searchOrApShow:
question: "Want to search?"
search: "Search"
lookup: "Lookup"

_dice:
rollDice: "Roll!"
diceCount: "Number of dice"
diceFaces: "Number of dice's faces"
4 changes: 4 additions & 0 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9753,6 +9753,10 @@ export interface Locale extends ILocale {
* マスコット画像
*/
"mascot": string;
/**
* サイコロ
*/
"dice": string;
};
"_cw": {
/**
Expand Down
1 change: 1 addition & 0 deletions locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2567,6 +2567,7 @@ _widgets:
clicker: "クリッカー"
birthdayFollowings: "今日誕生日のユーザー"
mascot: "マスコット画像"
dice: "サイコロ"

_cw:
hide: "隠す"
Expand Down

0 comments on commit 83b2d78

Please sign in to comment.