Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-images-generator
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
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
MyCard
ygopro-images-generator
Commits
097f2464
Commit
097f2464
authored
Dec 10, 2016
by
Peter Xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
fee78a37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Test.rb
Test.rb
+3
-3
locales/en-US.yml
locales/en-US.yml
+1
-1
No files found.
Test.rb
View file @
097f2464
...
...
@@ -15,7 +15,7 @@ def unit_test2
data
=
Sqlite
.
split
Sqlite
.
load
data
=
[
data
[
1
]]
require
'./MSETranslator.rb'
MSETranslator
.
generate_mse_all
(
data
)
MSETranslator
.
generate_mse_all
(
data
w
)
end
def
unit_test3
...
...
@@ -25,8 +25,8 @@ end
def
unit_test_god
require
'./Commands.rb'
Global
.
language
=
'
zh-CN
'
Commands
.
generate_single
(
7127502
)
Global
.
language
=
'
en-US
'
p
MSETranslator
.
split_effect
YGOCoreJudgers
.
get_desc
(
Sqlite
.
load
(
17390179
)[
0
]
)
end
unit_test_god
locales/en-US.yml
View file @
097f2464
...
...
@@ -49,7 +49,7 @@ en-US:
-
"
Divine-Beast"
-
"
Creator
God"
-
"
Wyrm"
pendulum_effect_head
:
!ruby/regexp
/Pendulum Scale\s*=\s*\d+\n*\[\s*Pendulum Effect\s*\]\n*(\-n\/a
\-
)*/
pendulum_effect_head
:
!ruby/regexp
/Pendulum Scale\s*=\s*\d+\n*\[\s*Pendulum Effect\s*\]\n*(\-n\/a
(\-)*
)*/
monster_effect_head
:
!ruby/regexp
/\n*(-+?\n+)*\n*\[\s*(Monster Effect|Flavor Text)\s*\]\s*?\n/
mse_language
:
en
mse_stylesheet
:
standard
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