Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
/ Translations Public archive

The central library for all translations for Cepi.

License

Notifications You must be signed in to change notification settings

Project-Cepi/Translations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translations

The central library for all translations for Cepi.

Format

All translations are located in src/. Each translation is seperated via namespace.

There is one common namespace, called common. This namespace is shared between everything, EX unknown command or no permission messages.

Namespaces usually depend on the extension, EX item for the item extension namespace.

Locale codes can be found in the Minecraft Wiki.

The whole format goes as this:

src/{namespace}/bundle_{locale_code}.properties

The file format for .properties can be found at Wikipedia

It's usually seperated by key, for example:

some.value = Hello
some.value2 = World

other.value = We
other.value2 = He

Common Errors

From Wikipedia

The key characters =, and : should be written with a preceding backslash to ensure that they are properly loaded.

Don't use quotes (to contain the message) -- if you contributed a bunch of translations but they all have quotes, use the regex "([\w \d%!':]+)" on the src/ folder.

About

The central library for all translations for Cepi.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published