Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
auraes
PunyInformFr
Commits
d5f36fab
Commit
d5f36fab
authored
Feb 03, 2021
by
auraes
💬
Browse files
La suppression de l'apostrophe posait des problèmes avec le pronom l'
parent
03a15eaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
18 deletions
+3
-18
game/cqvdle_v3.inf
game/cqvdle_v3.inf
+0
-3
lib/translation_v3.h
lib/translation_v3.h
+3
-15
No files found.
game/cqvdle_v3.inf
View file @
d5f36fab
...
...
@@ -27,9 +27,6 @@ Constant DE_A_JOUER;
Constant INITIAL_LOCATION_VALUE = FaceMontagne;
! Pour une saisie sans accents, il est possible d'utiliser AccentuerNom() ou de
! rajouter le nom, non accentué, de l'objet dans la propriété name
Include "globals.h";
Include "puny.h";
...
...
lib/translation_v3.h
View file @
d5f36fab
...
...
@@ -8,9 +8,6 @@
System_file
;
!
FRENCH
!
TODO
optimiser
tout
cela
!
é
viter
le
plus
possible
les
appels
à
Tokenise__
()
!
voir
s
'
il
n
'
est
pas
pr
é
f
é
rable
,
pour
les
modifications
,
de
les
faire
dans
!
parser
au
lieu
de
buffer
[
DictWord
at
len
w
i
j
len_dic
;
len_dic
=
(
dict_end
-
dict_start
)
/
dict_entry_size
;
!
TODO
Global
...
...
@@ -56,13 +53,6 @@ System_file;
p
->
1
=
c
;
];
[
PrintToBuffer
str
;
@
output_stream
3
StorageForShortName
;
print
(
string
)
str
;
@
output_stream
-
3
;
return
StorageForShortName
-->
0
;
!
Warning
si
d
é
bordement
];
[
LanguagePronom
w
;
switch
(
w
)
{
'
-
l
^
'
:
print
"l'"
;
!
TODO
...
...
@@ -91,10 +81,8 @@ System_file;
[
DecolleApostrophe
motn
at
lgm
;
!
TODO
ssi
l
'
ou
d
'
?
at
=
PosMot
(
motn
)
+
1
;
lgm
=
WordLength
(
motn
);
if
(
lgm
>
1
&&
buffer
->
at
==
'''
)
{
buffer
->
at
=
'e'
;
if
(
lgm
>
1
&&
buffer
->
at
==
'''
)
LTI_Insert
(
++
at
,
' '
);
}
else
rfalse
;
];
...
...
@@ -117,7 +105,7 @@ System_file;
parse
->
(
i
*
4
)
=
1
;
continue
;
}
if
(
w
==
'
du
'
)
{
if
(
w
==
'
d
^
'
or
'
du
'
)
{
parse
-->
(
i
*
2
-
1
)
=
'
de
'
;
continue
;
}
...
...
@@ -147,7 +135,7 @@ System_file;
!
TODO
optimiser
r
=
2
;
switch
(
w
)
{
!
y
en
'
se
'
:
r
=
1
;
!
s
'
y
asseoir
/
balancer
/
suspendre
'
se
'
,
'
s
^
'
:
r
=
1
;
!
s
'
y
asseoir
/
balancer
/
suspendre
'
l
^
'
:
w
=
'
-
l
^
'
;
r
=
1
;
'
le
'
:
w
=
'
-
le
'
;
...
...
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