Skip to content

alt:V translations / locales & appropriate flags

Notifications You must be signed in to change notification settings

JericoFX/altv-locales

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

altv-locales

This repository contains locales for alt:V Multiplayer and appropriate flags.

Flags

Flags were taken from madebybowtie/FlagKit and licenced under MIT License available here

All credits go to the authors.

Adding your lang

When you wanna any language to appear in alt:V Multiplayer copy en.json to [locale_code].json and replace all string entries. Then find your flag in the repo above and copy it under flags/ directory

Plural keys

For plural keys use keys in KEY_NAME:PLURAL_TYPE format. List of plural types and rules can be found here (beware that plural type should be specified in the uppercase). Lookup order for plural keys is:

  • KEY_NAME:EXPECTED_PLURAL_TYPE
  • KEY_NAME
  • KEY_NAME:OTHER

Currently supported plural keys:

  • PLAYERS_ONLINE
  • SERVERS_ONLINE

About

alt:V translations / locales & appropriate flags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%