object-Object / Yot

A moderation and utility Discord bot, written in Lua.
MIT License
4 stars 1 forks source link

Lang file formatting #7

Closed object-Object closed 4 years ago

object-Object commented 4 years ago

Need to figure out:

object-Object commented 4 years ago

Pros of sub-objects:

Cons of sub-objects:

time_abbrev_second vs time.abbrev.second

object-Object commented 4 years ago

Idea for plurals:

"string_key": {
    "1": "There is %s apple",
    "default": "There are %s apples"
}
print(f(lang.string_key[n] or lang.string_key.default, "5"))