Andy-K-Sparklight / Alicorn

A high performance custom Minecraft launcher.
https://alc.pages.dev
GNU General Public License v3.0
44 stars 7 forks source link

Some tips do not appear in BuildUp #71

Closed iamyou closed 2 years ago

iamyou commented 2 years ago

Describe

https://github.com/Andy-K-Sparklight/Alicorn/blob/78b812d4df7d4d4746dd6de0dada9f41c95eec72/resources/shared/defaults/PonyCN.lang#L2838-L2869

Problem recurrence

Try to build up a mod pack

Andy-K-Sparklight commented 2 years ago

Just because the entire key could not be found doesn't mean it's not referenced. Read the code carefully, some keys are referenced with prefix, for example:

const fun = (s) => {
    return tr("A.B.C." + s);
}
fun("D"); // Already referenced A.B.C.D