Skip to content

DuckovModding/LocalizationLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Localization Lib for Duckov

This mod is used for easier localization in Duckov mods.

Usage

Call ModTypeProvider.RegisterModType(typeof(ModBehaviour)) in your mod's OnEnable method to register your mod type.

Use the same format as Duckov's builtin localization system: Put a Localization folder under your mod's folder, then create different language csv files with the same format in official game. Then you should be able to just use the game's extension methods to get localized text.

Default Fallback Language: English

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages