Module talk:I18n/date

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

hu-form[edit]

{{Editprotected}}

In

['hu-form']

please change

Y='Y.',

to

Y='Y',

Thanks! --Tacsipacsi (talk) 18:28, 9 July 2014 (UTC)[reply]

✓ Done thanks for verifying correctness of those formats. --Jarekt (talk) 18:57, 9 July 2014 (UTC)[reply]

vi-form[edit]

{{Sudo}}

Please correct the entry for Vietnamese:

	['vi-form'] = {
		YMDHMS='j F "năm" Y "lúc" H:i:s',	
		YMDHM ='j F "năm" Y "lúc" H:i',	
		YMD   ='j F "năm" Y',	
		YM    ='F "năm" Y',		
		MD    ='j F',		
		Y     ='Y',
		M     ='F'
	},

Thanks!

 – Minh Nguyễn (talk, contribs) 10:02, 8 September 2014 (UTC)[reply]

✓ Done thank you --Jarekt (talk) 11:23, 8 September 2014 (UTC)[reply]

sl-form[edit]

{{Edit request}} There is a bug for sl language, I think it is caused by code for space (&-nbsp;), so just replace it with normal space as in other languages. --Sporti (talk) 08:07, 15 September 2014 (UTC)[reply]

Fixed ? --Jarekt (talk) 01:55, 16 September 2014 (UTC)[reply]
Not totally. For example File:Dani Pedrosa Cool Down (13897572994).jpg shows "13. aprila 2014 2014b 14.46" instead of "13. aprila 2014 ob 14:46" (o turns into year), also there should be ':' for time instead of '.'.--Sporti (talk) 05:45, 16 September 2014 (UTC)[reply]
I fixed both issues. By the way the "." instead of ":" was some kind of special request for this single language only and the old version of the {{ISOdate}} template went into a lot of extra complications to support that option. But I guess we did not need it after all. Thanks for alerting us to this issue. --Jarekt (talk) 14:47, 16 September 2014 (UTC)[reply]
Thanks, it's ok now. Also checked "." vs ":" and actually both are permissible for time in sl[1] (":" is way more common though). -Sporti (talk) 15:56, 16 September 2014 (UTC)[reply]

hsb-form[edit]

{{Edit request}}

Hello! Please add:

p.DateLang = {
	['hsb'] 		= 'hsb-form', -- Upper Sorbian

p.DateFormat = {
        ['hsb-form'] = {
		YMDHMS='j. xg Y, H:i:s',	
		YMDHM ='j. xg Y, H:i',	
		YMD   ='j. xg Y',		
		YM    ='F Y',		
		MD    ='j. xg',		
		Y     ='Y',
		M     ='F'
               },

DateFormat should be with -- day/month/year slavic languages. Thanks, j.budissin+/- 22:30, 18 April 2015 (UTC)[reply]

It’s the same as Czech, so just p.DateLang.hsb = 'cs-form' is enough. --Tacsipacsi (talk) 22:57, 18 April 2015 (UTC)[reply]
That's right. -- j.budissin+/- 00:43, 19 April 2015 (UTC)[reply]
✓ Done thanks --Jarekt (talk) 01:51, 19 April 2015 (UTC)[reply]

eu-form[edit]

{{Editprotected}}

Can you add this form ?

['eu-form'] = {
		YMDHMS='Yko Fren ja, H:i:s',		
		YMDHM ='Yko Fren ja, H:i',		
		YMD   ='Yko Fren ja',		
		YM    ='Yko F',		
		MD    ='Fren ja',		
		Y     ='Y',
		M     ='F'
	},

['eu-form11'] = { -- 11th of the month form
                YMDHMS='Yko Fren j, H:i:s',		
		YMDHM ='Yko Fren j, H:i',		
		YMD   ='Yko Fren j',		
		YM    ='Yko F',		
		MD    ='Fren j',		
		Y     ='Y',
		M     ='F'
	},

['eu-form31'] = { -- 31st of the month form
                YMDHMS='Yko Fren j, H:i:s',		
		YMDHM ='Yko Fren j, H:i',		
		YMD   ='Yko Fren j',		
		YM    ='Yko F',		
		MD    ='Fren j',		
		Y     ='Y',
		M     ='F'
	},

Example: today : 2015ko maiatzaren 18a

No a for the 11th and 31st, so that's why a is in parenthesis.

Month is in minuscule (lower case).

Basque date form.

 Thank you. --Zorion (talk) 19:20, 18 May 2015 (UTC)[reply]

@Zorion: You meant eu-form11 and -form31, didn’t you? --Tacsipacsi (talk) 19:50, 18 May 2015 (UTC)[reply]
Oops sorry, wrong cut and paste. --Zorion (talk) 19:58, 18 May 2015 (UTC)[reply]
✓ Done so now "{{date|2015|5|21|eu}}" gives "2015ko maiatzaren 21ea" and {{date|2015|5|11|eu}} gives "2015ko maiatzaren 11" --Jarekt (talk) 03:57, 26 May 2015 (UTC)[reply]
 Thank you. --Zorion (talk) 11:47, 26 May 2015 (UTC)[reply]

{{Editprotected}} Can you add this form that I forgot to mention last time ?

['eu-form1'] = { -- 1st of the month form
                YMDHMS='Yko Fren jea, H:i:s',		
		YMDHM ='Yko Fren jea, H:i',		
		YMD   ='Yko Fren jea',		
		YM    ='Yko F',		
		MD    ='Fren jea',		
		Y     ='Y',
		M     ='F'
	},

['eu-form21'] = { -- 21st of the month form
                YMDHMS='Yko Fren jea, H:i:s',		
		YMDHM ='Yko Fren jea, H:i',		
		YMD   ='Yko Fren jea',		
		YM    ='Yko F',		
		MD    ='Fren jea',		
		Y     ='Y',
		M     ='F'
	},

Example: 2015ko maiatzaren 1ea and 2015ko maiatzaren 21ea

 Thank you. --Zorion (talk) 15:22, 4 June 2015 (UTC)[reply]

✓ Done --Jarekt (talk) 16:40, 4 June 2015 (UTC)[reply]

ce-form[edit]

{{Edit request}} Per Commons:Administrators' noticeboard/Archive 53#Date_format, please add support for Chechen dates:

p.DateLang = {
	['ce'] 		= 'ce-form', -- Chechen

p.DateFormat = {
	['ce-form'] = {
		YMDHMS='Y "шеран" j F, H:i:s',	
		YMDHM ='Y "шеран" j F, H:i',	
		YMD   ='Y "шеран" j F',	
		YM    ='Y "шеран" F',	
		MD    ='j F',		
		Y     ='Y "шо"',
		M     ='F'
	},

The 'ce-form' entry in the DateFormat table should be added to the -- year/day/month languages section. Thanks. —RP88 (talk) 19:31, 26 August 2015 (UTC)[reply]

If only the year (шо). --Дагиров Умар (talk) 20:05, 26 August 2015 (UTC)[reply]
Thanks, i've added шо to the year in the proposed edit. —RP88 (talk) 20:09, 26 August 2015 (UTC)[reply]
✓ Done  Thank you. --Jarekt (talk) 11:54, 16 September 2015 (UTC)[reply]
I updated the code. Move please! --Takhirgeran Umar (talk) 17:50, 15 May 2021 (UTC)[reply]
@Jarekt You can fix it from "шаран" to "шеран"? Takhirgeran Umar (talk) 21:38, 5 July 2022 (UTC)[reply]

sk-form[edit]

Cann you please add support for slovakian date format? It is the same like the cs-form.--LacoR (talk) 20:39, 24 November 2015 (UTC)[reply]

✓ Done. I'd appreciate it if you could confirm that dates now look correct for you in Slovakian. —RP88 (talk) 20:57, 24 November 2015 (UTC)[reply]
 Thank you.. It looks OK.--LacoR (talk) 09:55, 25 November 2015 (UTC)[reply]

ca-form[edit]

{{Edit request}} Please, add forms for Catalan:

p.DateLang = {
	['ca'] 		= 'ca-form', -- Catalan

p.DateFormat = {
	['ca-form'] = {
		YMDHMS='j xg "de" Y, H:i:s',
		YMDHM ='j xg "de" Y, H:i',
		YMD   ='j xg "de" Y',
		YM    ='F "de" Y',
		MD    ='j xg',
		Y     ='Y',
		M     ='F'
	},
	['ca-form1'] = { -- 1st of the month form
		YMDHMS='j"r" xg "de" Y, H:i:s',
		YMDHM ='j"r" xg "de" Y, H:i',
		YMD   ='j"r" xg "de" Y',
		YM    ='F "de" Y',
		MD    ='j"r" xg',
		Y     ='Y',
		M     ='F'
	},

--V.Riullop (talk) 12:34, 19 November 2018 (UTC)[reply]

✓ Done Jon Kolbert (talk) 12:17, 24 December 2018 (UTC)[reply]
Thanks. For the record, additional request made at Module talk:Date#Form for Catalan. --V.Riullop (talk) 12:35, 24 December 2018 (UTC)[reply]

ckb-form[edit]

{{Edit request}} Please, add following form for Central Kurdish:

p.DateLang = {
	['ckb'] 		= 'ckb-form', -- Central Kurdish

p.DateFormat = {
	['ckb-form'] = {
		YMDHMS='jی Fی Y، H:i:s',		
		YMDHM ='jی Fی Y، H:i',		
		YMD   ='jی Fی Y',		
		YM    ='Fی Y',		
		MD    ='jی F',		
		Y     ='Y',
		M     ='F'		
	},

Thanks! Aram (talk) 19:56, 16 November 2019 (UTC)[reply]

@Aram: ✓ Done. Next time please don’t append tl| to your {{edit request}}, because this disables the request, meaning nobody has to act on it, which is certainly not what you want. :) (It also hides this page from various tracking places, meaning fewer people will notice it to start with.) —Tacsipacsi (talk) 12:19, 17 November 2019 (UTC)[reply]
@Tacsipacsi: Thank you for adding ckb and your advice! Aram (talk) 14:07, 17 November 2019 (UTC)[reply]