unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33657] [PATCH] website: contact: Improve language tag for traditional Chinese.
@ 2018-12-07  8:47 Alex Vong
  2018-12-07  9:08 ` Alex Vong
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Vong @ 2018-12-07  8:47 UTC (permalink / raw)
  To: 33657; +Cc: alexvong1995


[-- Attachment #1.1: Type: text/plain, Size: 79 bytes --]

Hello,

The following patch improve the language tag for traditional Chinese:


[-- Attachment #1.2: 0001-website-contact-Improve-language-tag-for-traditional.patch --]
[-- Type: text/x-diff, Size: 1177 bytes --]

From c364c00d5feb5fbd8735caa79c698d7f00f7d81e Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Fri, 7 Dec 2018 16:06:45 +0800
Subject: [PATCH] website: contact: Improve language tag for traditional
 Chinese.

See the discussion at:
<https://lists.gnu.org/archive/html/guix-devel/2018-03/msg00055.html>

* website/apps/base/data.scm (contact-media): Use "zh-Hant" langauge
tag.
---
 website/apps/base/data.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index b6e9361..9bc9ff1 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -80,7 +80,7 @@ het Nederlands.")
        "Подпишитесь на список рассылки «Help», чтобы получить помощь от
 сообщества GuixSD и GNU Guix по электронной почте.  Вы можете писать на русском
 языке.")
-      ("zh"
+      ("zh-Hant"
        "訂閱「Help」郵件群組以電郵從GuixSD及GNU Guix社群取得支援。你可以使用
 正體、繁體中文發送訊息"))
 
-- 
2.19.2


[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#33657] [PATCH] website: contact: Improve language tag for traditional Chinese.
  2018-12-07  8:47 [bug#33657] [PATCH] website: contact: Improve language tag for traditional Chinese Alex Vong
@ 2018-12-07  9:08 ` Alex Vong
  2019-09-18 13:36   ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Vong @ 2018-12-07  9:08 UTC (permalink / raw)
  To: 33657; +Cc: alexvong1995


[-- Attachment #1.1: Type: text/plain, Size: 89 bytes --]

Hmm, I find out the translation is missing a full stop. Re-sending to
fix this as well:


[-- Attachment #1.2: 0001-website-contact-Improve-language-tag-for-traditional.patch --]
[-- Type: text/x-diff, Size: 1414 bytes --]

From ab77b866cff820a36a9fbd8a600facb12bd4d267 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Fri, 7 Dec 2018 16:06:45 +0800
Subject: [PATCH] website: contact: Improve language tag for traditional
 Chinese.

Also add the missing trailing full stop.

See the discussion at:
<https://lists.gnu.org/archive/html/guix-devel/2018-03/msg00055.html>

* website/apps/base/data.scm (contact-media): Use "zh-Hant" langauge
tag. Add trailing full stop.
---
 website/apps/base/data.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index b6e9361..265d894 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -80,9 +80,9 @@ het Nederlands.")
        "Подпишитесь на список рассылки «Help», чтобы получить помощь от
 сообщества GuixSD и GNU Guix по электронной почте.  Вы можете писать на русском
 языке.")
-      ("zh"
+      ("zh-Hant"
        "訂閱「Help」郵件群組以電郵從GuixSD及GNU Guix社群取得支援。你可以使用
-正體、繁體中文發送訊息"))
+正體、繁體中文發送訊息。"))
 
     #:url "https://lists.gnu.org/mailman/listinfo/help-guix"
     #:log "https://lists.gnu.org/archive/html/help-guix")
-- 
2.19.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#33657] [PATCH] website: contact: Improve language tag for traditional Chinese.
  2018-12-07  9:08 ` Alex Vong
@ 2019-09-18 13:36   ` Ludovic Courtès
  2019-09-18 14:05     ` Ricardo Wurmus
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2019-09-18 13:36 UTC (permalink / raw)
  To: Alex Vong; +Cc: 33657

Hi Alex,

Alex Vong <alexvong1995@gmail.com> skribis:

> From ab77b866cff820a36a9fbd8a600facb12bd4d267 Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1995@gmail.com>
> Date: Fri, 7 Dec 2018 16:06:45 +0800
> Subject: [PATCH] website: contact: Improve language tag for traditional
>  Chinese.
>
> Also add the missing trailing full stop.
>
> See the discussion at:
> <https://lists.gnu.org/archive/html/guix-devel/2018-03/msg00055.html>
>
> * website/apps/base/data.scm (contact-media): Use "zh-Hant" langauge
> tag. Add trailing full stop.

This one had fallen through the cracks…  Please push!

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#33657] [PATCH] website: contact: Improve language tag for traditional Chinese.
  2019-09-18 13:36   ` Ludovic Courtès
@ 2019-09-18 14:05     ` Ricardo Wurmus
  2019-09-18 19:33       ` bug#33657: " Alex Vong
  0 siblings, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2019-09-18 14:05 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Alex Vong, 33657


Ludovic Courtès <ludo@gnu.org> writes:

> Hi Alex,
>
> Alex Vong <alexvong1995@gmail.com> skribis:
>
>> From ab77b866cff820a36a9fbd8a600facb12bd4d267 Mon Sep 17 00:00:00 2001
>> From: Alex Vong <alexvong1995@gmail.com>
>> Date: Fri, 7 Dec 2018 16:06:45 +0800
>> Subject: [PATCH] website: contact: Improve language tag for traditional
>>  Chinese.
>>
>> Also add the missing trailing full stop.
>>
>> See the discussion at:
>> <https://lists.gnu.org/archive/html/guix-devel/2018-03/msg00055.html>
>>
>> * website/apps/base/data.scm (contact-media): Use "zh-Hant" langauge
>> tag. Add trailing full stop.
>
> This one had fallen through the cracks…  Please push!

Perhaps after fixing the typo: langauge –> language.  ;)

-- 
Ricardo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#33657: [PATCH] website: contact: Improve language tag for traditional Chinese.
  2019-09-18 14:05     ` Ricardo Wurmus
@ 2019-09-18 19:33       ` Alex Vong
  2019-09-18 20:44         ` [bug#33657] " Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Vong @ 2019-09-18 19:33 UTC (permalink / raw)
  To: 33657-done

[-- Attachment #1: Type: text/plain, Size: 1149 bytes --]


Ricardo Wurmus writes:

> Ludovic Courtès <ludo@gnu.org> writes:
>
>> Hi Alex,
>>
>> Alex Vong <alexvong1995@gmail.com> skribis:
>>
>>> From ab77b866cff820a36a9fbd8a600facb12bd4d267 Mon Sep 17 00:00:00 2001
>>> From: Alex Vong <alexvong1995@gmail.com>
>>> Date: Fri, 7 Dec 2018 16:06:45 +0800
>>> Subject: [PATCH] website: contact: Improve language tag for traditional
>>>  Chinese.
>>>
>>> Also add the missing trailing full stop.
>>>
>>> See the discussion at:
>>> <https://lists.gnu.org/archive/html/guix-devel/2018-03/msg00055.html>
>>>
>>> * website/apps/base/data.scm (contact-media): Use "zh-Hant" langauge
>>> tag. Add trailing full stop.
>>
>> This one had fallen through the cracks…  Please push!
>

> Perhaps after fixing the typo: langauge –> language.  ;)

Pushed as 3517bad38c1f56bec525489ddb69a52aa3b51280 -
134460d7fdb5372198941407ca15ba72651fdece.

I accidentally pushed an old version of the patch, so I have to fix it
w/ another commit...

-- 
Stand with Hong Kong!
#passHKHumanRightsDemocracyAct
#BoycottMulan
Alex

https://twitter.com/freedomhkg
https://twitter.com/stand_with_hk

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#33657] [PATCH] website: contact: Improve language tag for traditional Chinese.
  2019-09-18 19:33       ` bug#33657: " Alex Vong
@ 2019-09-18 20:44         ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2019-09-18 20:44 UTC (permalink / raw)
  To: Alex Vong; +Cc: 33657-done

Alex Vong <alexvong1995@gmail.com> skribis:

> Pushed as 3517bad38c1f56bec525489ddb69a52aa3b51280 -
> 134460d7fdb5372198941407ca15ba72651fdece.
>
> I accidentally pushed an old version of the patch, so I have to fix it
> w/ another commit...

Heheh, mistakes are fine, no worries.  Thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-18 20:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-07  8:47 [bug#33657] [PATCH] website: contact: Improve language tag for traditional Chinese Alex Vong
2018-12-07  9:08 ` Alex Vong
2019-09-18 13:36   ` Ludovic Courtès
2019-09-18 14:05     ` Ricardo Wurmus
2019-09-18 19:33       ` bug#33657: " Alex Vong
2019-09-18 20:44         ` [bug#33657] " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).