From 24a0c22e419c19b1a3b5538eb9d757badf92ea94 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 14 Nov 2018 01:10:02 +0100 Subject: Internationalizing vulnerability --- tdd/tdd-handrecord-tpl.php | 4 ++-- tdd/translations.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tdd/tdd-handrecord-tpl.php b/tdd/tdd-handrecord-tpl.php index da2335a..c9e9b84 100644 --- a/tdd/tdd-handrecord-tpl.php +++ b/tdd/tdd-handrecord-tpl.php @@ -3,7 +3,7 @@

dealer; ?>
- vuln; ?> + vuln); ?>

format_hand(0); ?> @@ -12,7 +12,7 @@ format_hand(3); ?> <?php echo $this->dealer.'/'.$this->vuln; ?> + alt="dealer.'/'.Protocol::__($this->vuln); ?>" /> format_hand(1); ?> diff --git a/tdd/translations.json b/tdd/translations.json index 9761aeb..e4cc46c 100644 --- a/tdd/translations.json +++ b/tdd/translations.json @@ -1,5 +1,6 @@ { "Stół": "Table", "Rozdanie": "Board", - "Maksymalna liczba lew": "Makeable tricks" + "Maksymalna liczba lew": "Makeable tricks", + "Obie": "All" } -- cgit v1.2.3