Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add Czech donation page #7677

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 35 additions & 26 deletions conf/nginx/sites-available/off
Original file line number Diff line number Diff line change
Expand Up @@ -200,41 +200,55 @@ server {
try_files $uri $uri/ =404;
}

location = /donate-to-open-food-facts {
location = /donate-to-open-food-facts {
try_files /donate/en.html =404;
}

location = /faire-un-don-a-open-food-facts {
location = /faire-un-don-a-open-food-facts {
try_files /donate/fr.helloasso.html =404;
}

location = /dona-a-open-food-facts {
try_files /donate/it.html =404;
# bg: даряване-на-openfoodfacts
# ca: dona a openfoodfacts
location = /darujte-openfoodfacts
try_files /donate/cs.html =404;
}


location = /doner-til-open-food-facts {
try_files /donate/da.html =404;
}

location = /spenden {
try_files /donate/de.html =404;
}

location = /doner-til-open-food-facts {
try_files /donate/da.html =404;
# el: δωρεά σε openfoodfacts doreá se openfoodfacts
location = /dar-a-open-food-facts {
try_files /donate/es.html =404;
}

location = /doniraj-k-open-food-facts {
try_files /donate/sl.html =404;
# ee: anneta-to-openfoodfacts
location = /haz-su-donacion-a-open-food-facts {
try_files /donate/es.html =404;
}

location = /open-food-factse-bagista-bulununs {
try_files /donate/tr.html =404;
location = /dona-a-open-food-facts {
try_files /donate/it.html =404;
}

location = /doneren-aan-openfoodfacts
try_files /donate/nl.html =404;
}
# pl: Przekaż darowiznę na openfoodfacts
location = /pozhertvovat-open-food-facts {
try_files /donate/ru.html =404;
}

location = /donate-to-open-food-facts-ru {
try_files /donate/ru.html =404;
}
location = /doniraj-k-open-food-facts {
try_files /donate/sl.html =404;
}

location = /open-food-factse-bagista-bulununs {
try_files /donate/tr.html =404;
}

location = /donate-to-open-food-facts-he {
try_files /donate/he.html =404;
Expand All @@ -247,18 +261,13 @@ server {
location = /lahjoita-open-food-factsille {
try_files /donate/fi.html =404;
}

location = /dar-a-open-food-facts {
try_files /donate/es.html =404;
location = /donate-to-open-food-facts-ko {
try_files /donate/ko.html =404;
}

# zh-cn: 捐赠给openfoodfacts Juānzèng gěi openfoodfacts

location = /haz-su-donacion-a-open-food-facts {
try_files /donate/es.html =404;
}

location = /donate-to-open-food-facts-ko {
try_files /donate/ko.html =404;
}

location = /hunger-game {
return 301 https://hunger.openfoodfacts.org;
Expand Down