1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 13:22:42 +01:00

Add translation for the string "Submit" for the Very Wow translation

Summary: Added Submit translation for Very Wow Locale

Test Plan: Look at the code and hope it works

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D12254
This commit is contained in:
Michael Krasnow 2015-04-01 16:41:45 -07:00 committed by epriestley
parent de737e8039
commit 898ccd7552

View file

@ -18,6 +18,7 @@ final class PhabricatorVeryWowEnglishTranslation
'Send' => 'Bark Bark!', 'Send' => 'Bark Bark!',
'Partial' => 'Pawtial', 'Partial' => 'Pawtial',
'Partial Upload' => 'Pawtial Upload', 'Partial Upload' => 'Pawtial Upload',
'Submit' => 'Such Send!',
); );
} }