Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Kig
Commits
7899ab90
Commit
7899ab90
authored
Jul 31, 2022
by
Laurent Montel
Browse files
Use i18n
parent
791a4759
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/special_constructors.cc
View file @
7899ab90
...
...
@@ -305,8 +305,8 @@ public:
ConicRadicalConstructor
::
ConicRadicalConstructor
()
:
StandardConstructorBase
(
I
18
N_NOOP
(
"Radical Lines for Conics"
),
I
18
N_NOOP
(
"The lines constructed through the intersections "
i
18
n
(
"Radical Lines for Conics"
),
i
18
n
(
"The lines constructed through the intersections "
"of two conics. This is also defined for "
"non-intersecting conics."
),
"conicsradicalline"
,
mparser
),
...
...
@@ -741,8 +741,8 @@ static const struct ArgsParser::spec argsspecpv[] =
};
PolygonVertexTypeConstructor
::
PolygonVertexTypeConstructor
()
:
StandardConstructorBase
(
I
18
N_NOOP
(
"Vertices of a Polygon"
),
I
18
N_NOOP
(
"The vertices of a polygon."
),
:
StandardConstructorBase
(
i
18
n
(
"Vertices of a Polygon"
),
i
18
n
(
"The vertices of a polygon."
),
"polygonvertices"
,
margsparser
),
mtype
(
PolygonVertexType
::
instance
()
),
margsparser
(
argsspecpv
,
1
)
...
...
@@ -808,8 +808,8 @@ static const struct ArgsParser::spec argsspecps[] =
};
PolygonSideTypeConstructor
::
PolygonSideTypeConstructor
()
:
StandardConstructorBase
(
I
18
N_NOOP
(
"Sides of a Polygon"
),
I
18
N_NOOP
(
"The sides of a polygon."
),
:
StandardConstructorBase
(
i
18
n
(
"Sides of a Polygon"
),
i
18
n
(
"The sides of a polygon."
),
"polygonsides"
,
margsparser
),
mtype
(
PolygonSideType
::
instance
()
),
margsparser
(
argsspecps
,
1
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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