Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,8 +78,8 @@ if lang is not None:
|
|
78 |
|
79 |
st.write(f"Broader tags for this language, if any:")
|
80 |
st.write(broader_tags)
|
81 |
-
st.write(f"Try also: https://r12a.github.io/app-subtags/?lookup={lang}")
|
82 |
-
st.write(f"https://glottolog.org/glottolog?search={t_variant} may be of interest, with links to
|
83 |
|
84 |
# ethnologue prefers T for german (deu), and T for French
|
85 |
st.write("## Older Codes")
|
|
|
78 |
|
79 |
st.write(f"Broader tags for this language, if any:")
|
80 |
st.write(broader_tags)
|
81 |
+
st.write(f"Try also: https://r12a.github.io/app-subtags/?lookup={lang}, which will likely have links to Ethnologue, Wikipedia, and Character usage.")
|
82 |
+
st.write(f"https://glottolog.org/glottolog?search={t_variant} may be also of interest, with links to various resources including WALS, Wikidata, Odin, and OLAC. If that doesn't work, try https://glottolog.org/glottolog?search={b_variant}, or put in a [custom search query](https://glottolog.org/glottolog)")
|
83 |
|
84 |
# ethnologue prefers T for german (deu), and T for French
|
85 |
st.write("## Older Codes")
|