Skip to content

YueLengM/kf3db_lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To add new languages

Edit index.json to add a new language.

The object's key is the same name as the language forlder, file contains the json file you want the site to load.

image

Notice

When translating don't leave empty strings like the following image, it will also translate texts into empty strings.

image

So, if you want to skip some texts just delete that line.


By default the site uses jsdelivr to speed up the loading time but this will cause some delay in applying new translations.

You can use localStorage.setItem('langCdn', 'github') in the console to use github directly witch will reduce some delay time.

To change it back uses localStorage.setItem('langCdn', 'jsdelivr').

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages