Skip to content

Commit

Permalink
Fixed locale errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 6, 2024
1 parent b24724c commit dc60510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/locales/example/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2057,7 +2057,6 @@
"Pose": {
"names": "$?",
"doc": "$?",
"duration": { "doc": "$?", "names": "$?" },
"style": { "doc": "$?", "names": "$?" },
"color": { "doc": "$?", "names": "$?" },
"opacity": { "doc": "$?", "names": "$?" },
Expand Down Expand Up @@ -2176,7 +2175,8 @@
"height": { "doc": "$?", "names": ["altura"] }
},
"spin": { "doc": "$?", "names": ["girar"] },
"fadein": { "doc": "$?", "names": ["revelar"] },
"fadein": { "doc": "$?", "names": ["$?"] },
"fadeout": { "doc": "$?", "names": ["$?"] },
"popup": { "doc": "$?", "names": ["surgir"] },
"shake": { "doc": "$?", "names": ["agitar"] }
},
Expand Down

0 comments on commit dc60510

Please sign in to comment.