1
0
mirror of https://github.com/altlinux/admc.git synced 2024-10-26 17:25:38 +03:00

add comment about country codes

This commit is contained in:
Dmitry Degtyarev 2020-08-11 15:06:32 +04:00
parent a5c4832ae8
commit d785d8d956

View File

@ -29,6 +29,8 @@
#include <algorithm>
// TODO: translate country strings to Russian (qt doesn't have it)
// NOTE: country codes are 3 digits only, so 0-999 = 1000
QString country_strings[1000];
QString country_abbreviations[1000];