~sircmpwn/hare-dev

harelang.org: Change Russian greeting to Ukrainian v1 APPLIED

Maroš Grego: 1
 Change Russian greeting to Ukrainian

 1 files changed, 1 insertions(+), 1 deletions(-)
#866589 .build.yml success
I thought I'd let you know that this commit rubbed many of my Russian
friends the wrong way.
Some quotes, some translated:
This discussion is off-topic for hare-dev and shall no longer continue
after this reply, on threat of moderator intervention.

It's a small gesture, and the right gesture. Those who were rubbed the
wrong way by a five-character change may want to re-examine their
feelings about the events which motivated those changes.
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/hare-dev/patches/36260/mbox | git am -3
Learn more about email & git

[PATCH harelang.org] Change Russian greeting to Ukrainian Export this patch

---
 content/_index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/_index.html b/content/_index.html
index ba4295d..9ccc8f6 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -25,7 +25,7 @@ export fn main() void = {
		"Hello, world!",
		"¡Hola Mundo!",
		"Γειά σου Κόσμε!",
		"Привет, мир!",
		"Привіт, світ!",
		"こんにちは世界!",
	];
	for (let i = 0z; i < len(greetings); i += 1) {
-- 
2.38.1
harelang.org/patches/.build.yml: SUCCESS in 23s

[Change Russian greeting to Ukrainian][0] from [Maroš Grego][1]

[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/36260
[1]: mailto:maros@grego.site

✓ #866589 SUCCESS harelang.org/patches/.build.yml https://builds.sr.ht/~sircmpwn/job/866589
Thanks!

To git@git.sr.ht:~sircmpwn/harelang.org
   8e4e45c..8eabb87  master -> master