RobWunderlich / Qlikview-Components

A library for common Qlikview Scripting tasks
197 stars 99 forks source link

Error in Qvc_Language_RU.qvs #69

Open Andrey-Fomichev opened 6 years ago

Andrey-Fomichev commented 6 years ago

` // Localization for Russian

SET Qvc.Calendar.v.Field.Date=Дата;

SET Qvc.Calendar.v.Field.Day=День;

SET Qvc.Calendar.v.Field.Weekday=День недели;

SET Qvc.Calendar.v.Field.Year=Год;

SET Qvc.Calendar.v.Field.Month=Месяц;

SET Qvc.Calendar.v.Field.YearMonth=Год-Месяц;

SET Qvc.Calendar.v.Field.Quarter=вартал;

SET Qvc.Calendar.v.Field.YearQuarter=Год-вартал;

`

Change: ` SET Qvc.Calendar.v.Field.Quarter=Квартал;

SET Qvc.Calendar.v.Field.YearQuarter=Год-Квартал;

`

RobWunderlich commented 6 years ago

I think I may be having problems with the characters involved here as I previously merged a pull request that doesn't display correctly in my git client. Can you upload to this issue the the entire Qvc_Language_RU.qvs file as you think it should look?

Andrey-Fomichev commented 6 years ago

In the attachment, the file is completely

Qvc_Language_RU.zip