Лимиты Telegram (See in English)
Данный проект описывает всевозможные лимиты и ограничения в Telegram и отображает на странице limits.tginfo.me.
This project describes Telegram limitations and displays them on limits.tginfo.me/en
- Fork
- Create folder in
/localization
named in according to ISO 639-1 withlang.json
, so it will be/localization/es/lang.json
for Spanish - Create file in
/data/<code>.json
. Example:es.json
for Spanish - Translate the files by using any other available language
- Check out
/assets/images/previews/_templates
directory. It contains Illustrator files with templates for OpenGraph and Twitter preview snippets images. Also it containsfonts
folder with required fonts to render the picture correctly - Translate the images and export them as PNGs to
/assets/images/previews/<code>
directory. Example:/assets/images/previews/es/preview.png
and/assets/images/previews/es/twitter.png
for Spanish - Add your language to the
/localization/languages.json
file. Example:"es": ["Español"]
for Spanish - Don't forget to mention yourself at the end of README!
- Well done! You can make a pull-request now.
- All the displayed data is located in
/data
, inru.json
anden.json
etc. - File structure
[
{
// Section name
"name": "Accounts",
// Icon name from material.io/icons
"icon": "account_circle",
// RGB of the section accent color
"color": "110, 80, 200",
// Section contents
"items": [
{
// Element that's being described
"name": "Username",
// Clarification (gray text after the name)
"hint": "(e.g. @cameraman)",
// The limitation
"text": "5 to 32 symbols",
// Icon name from material.io/icons
"icon": "alternate_email"
},
{
...
}
]
},
{
...
}
];
- Turkish: cnpltdncsln
- Italian: DavideGalilei
- Indonesian: mubassari
- Polish: Sebek