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
Pédagogies Multimodales
Phonographe
Commits
b4a18ea9
Commit
b4a18ea9
authored
Jan 22, 2023
by
Sylvain Coulange
🌼
Browse files
debug font weight français
parent
36ca4ea9
Changes
6
Hide whitespace changes
Inline
Side-by-side
clavierPhono/__pycache__/__init__.cpython-39.pyc
0 → 100644
View file @
b4a18ea9
File added
clavierPhono/__pycache__/settings.cpython-39.pyc
0 → 100644
View file @
b4a18ea9
File added
clavierPhono/__pycache__/urls.cpython-39.pyc
0 → 100644
View file @
b4a18ea9
File added
static/js/clavier.js
View file @
b4a18ea9
...
...
@@ -363,22 +363,24 @@ function writeGraph(graph,phon){
// GESTION PROSODIE
var
stress
=
''
;
// ajout du stress si besoin
if
(
stress1
)
{
stress
=
"
stress1
"
toggleStress1
()
}
else
if
(
stress2
)
{
stress
=
"
stress2
"
toggleStress2
()
}
//if (phon in ["phon_schwa","phon_schwi","phon_schwu","phon_schwju"]) stress = " schwa"
else
if
(
phon
==
"
phon_schwa
"
||
phon
==
"
phon_schwi
"
||
phon
==
"
phon_schwu
"
||
phon
==
"
phon_schwju
"
||
phon
==
"
phon_schw6
"
)
{
if
(
stress1
)
toggleStress1
if
(
stress2
)
toggleStress2
stress
=
"
schwa
"
}
else
{
stress
=
"
unstressed
"
if
([
"
en
"
,
"
de
"
].
includes
(
thisPageLang
))
{
if
(
stress1
)
{
stress
=
"
stress1
"
toggleStress1
()
}
else
if
(
stress2
)
{
stress
=
"
stress2
"
toggleStress2
()
}
//if (phon in ["phon_schwa","phon_schwi","phon_schwu","phon_schwju"]) stress = " schwa"
else
if
(
phon
==
"
phon_schwa
"
||
phon
==
"
phon_schwi
"
||
phon
==
"
phon_schwu
"
||
phon
==
"
phon_schwju
"
||
phon
==
"
phon_schw6
"
)
{
if
(
stress1
)
toggleStress1
if
(
stress2
)
toggleStress2
stress
=
"
schwa
"
}
else
{
stress
=
"
unstressed
"
}
}
...
...
users/__pycache__/__init__.cpython-39.pyc
0 → 100644
View file @
b4a18ea9
File added
users/__pycache__/apps.cpython-39.pyc
0 → 100644
View file @
b4a18ea9
File added
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