Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
1ed444bd
Commit
1ed444bd
authored
Jul 16, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix i18n strings
parent
bc8d4c08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
app/ygopro.component.html
app/ygopro.component.html
+2
-4
No files found.
app/ygopro.component.html
View file @
1ed444bd
...
...
@@ -92,7 +92,7 @@
<div
id=
"join-private"
class=
"input-group input-group-sm"
>
<i
class=
"fa fa-key input-group-addon"
aria-hidden=
"true"
></i>
<input
[(ngModel)]=
"join_password"
type=
"text"
class=
"form-control"
i18n-placeholder
placeholder=
"在这输入你朋友的私密房间密码就可以进去了哦!"
>
<span
i18n
class=
"input-group-btn"
><butto
n
class=
"btn btn-secondary"
type=
"button"
(click)=
"join_private(join_password)"
>
加入私密房间
</button></span>
<span
class=
"input-group-btn"
><button
i18
n
class=
"btn btn-secondary"
type=
"button"
(click)=
"join_private(join_password)"
>
加入私密房间
</button></span>
</div>
</div>
...
...
@@ -227,9 +227,7 @@
<th
class=
"mode"
>
<!--<span i18n>游戏模式</span>-->
<div
id=
"watch-filter"
class=
"dropdown"
>
<button
i18n
class=
"btn btn-secondary dropdown-toggle btn-sm"
type=
"button"
id=
"watchDropdownMenuButton"
aria-haspopup=
"true"
aria-expanded=
"false"
>
游戏模式
</button>
<button
i18n
class=
"btn btn-secondary dropdown-toggle btn-sm"
type=
"button"
id=
"watchDropdownMenuButton"
aria-haspopup=
"true"
aria-expanded=
"false"
>
游戏模式
</button>
<div
class=
"dropdown-menu"
>
<h6
i18n
class=
"dropdown-header"
>
匹配
</h6>
<label
i18n
class=
"form-check dropdown-item"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment