MCPcopy Create free account
hub / github.com/SoraWebui/SoraWebui / getQuestionLanguageText

Function getQuestionLanguageText

src/configs/languageText.ts:35–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35export const getQuestionLanguageText = async () => {
36 const tIndexQuestion = await getTranslations('indexQuestion');
37 return {
38 h2_1: tIndexQuestion('h2_1'),
39 h2_1_p1: tIndexQuestion('h2_1_p1'),
40 h2_1_p2: tIndexQuestion('h2_1_p2'),
41 h2_1_p3: tIndexQuestion('h2_1_p3'),
42 h2_1_p4: tIndexQuestion('h2_1_p4'),
43 h2_2: tIndexQuestion('h2_2'),
44 h2_2_p1: tIndexQuestion('h2_2_p1'),
45 h2_2_p2: tIndexQuestion('h2_2_p2'),
46 h2_2_p3: tIndexQuestion('h2_2_p3'),
47 h2_2_p4a: tIndexQuestion('h2_2_p4a'),
48 h2_2_p4b: tIndexQuestion('h2_2_p4b'),
49 }
50}
51
52
53export const getWorksPageLanguageText = async () => {

Callers 1

IndexPageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected