Skip to content

Commit

Permalink
hano/hnn-globals: Fix summary chart language
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Dec 20, 2023
1 parent 1373cba commit b1c56ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hano/hnn-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ blockDirection='' // ltr/rtl or '' for ltr; used by block.html
blockDirectoryName='hano' // folder name where block file is found, no slash
orthogFilePath='hano/hnn' // path below /scripts, including filename, but no extension, eg. lana/nod
pickerDir='hano' // directory name for picker, no slash at end
scriptSummaryTableName='hnn' // id used for langs record in xx-langdata.js; used to make summary table
scriptSummaryTableName='hnn-hano' // id used for langs record in xx-langdata.js; used to make summary table
charUsageBCP='hnn-hano' // bcp tag to find the orthography in the charuse app; used in makeIndexIntro only
orthogName = 'Hanunó’o' // natural language name for the orthography; used only in makeIndexIntro
languageName = 'Hanunó’o' // natural language name of language; used in various places, esp block
Expand Down

0 comments on commit b1c56ba

Please sign in to comment.