File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/scenes/Languages/Detail Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ export const LanguageDetail = () => {
80
80
81
81
const language = data ?. language ;
82
82
const {
83
+ id,
83
84
ethnologue,
84
85
locations,
85
86
projects,
@@ -163,6 +164,7 @@ export const LanguageDetail = () => {
163
164
wrap = { ( node ) => < Grid item > { node } </ Grid > }
164
165
/>
165
166
</ Grid >
167
+ < DisplayProperty label = "ID" value = { id } loading = { ! language } />
166
168
< DisplayProperty
167
169
label = "Pronunciation Guide"
168
170
value = { displayNamePronunciation ?. value }
@@ -192,7 +194,7 @@ export const LanguageDetail = () => {
192
194
loading = { ! language }
193
195
/>
194
196
< DisplayProperty
195
- label = "Registry of Dialects Code"
197
+ label = "Registry of Language Varieties (ROLV) Code"
196
198
value = { registryOfLanguageVarietiesCode ?. value }
197
199
loading = { ! language }
198
200
/>
You can’t perform that action at this time.
0 commit comments