Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,8 +88,8 @@ if lang is not None:
|
|
88 |
|
89 |
st.write("## Older Codes")
|
90 |
|
91 |
-
st.write(f"ISO 639-3 'alpha3' code, 'terminology' variant (deprecated): {t_variant}")
|
92 |
-
st.write(f"ISO 639-3 'alpha3' code, 'bibliographic' variant (deprecated): {b_variant}")
|
93 |
|
94 |
# ethnologue prefers T for german (deu), and T for French
|
95 |
st.write(f"If it exists, the ISO 639 Code Tables entry for the T variant would be at https://iso639-3.sil.org/code/{t_variant}. That is also the code variant that typically has a working link to Ethnologue.")
|
|
|
88 |
|
89 |
st.write("## Older Codes")
|
90 |
|
91 |
+
st.write(f"ISO 639-3 'alpha3' code, 'terminology' or 'T' variant (deprecated): {t_variant}")
|
92 |
+
st.write(f"ISO 639-3 'alpha3' code, 'bibliographic' or 'B' variant (deprecated): {b_variant}")
|
93 |
|
94 |
# ethnologue prefers T for german (deu), and T for French
|
95 |
st.write(f"If it exists, the ISO 639 Code Tables entry for the T variant would be at https://iso639-3.sil.org/code/{t_variant}. That is also the code variant that typically has a working link to Ethnologue.")
|