add translations and some fixes
This commit is contained in:
parent
155fb6c239
commit
b005bbf6c7
9 changed files with 155 additions and 67 deletions
|
|
@ -5,10 +5,10 @@ angular.module('copayApp.services').factory('feeService', function($log, $stateP
|
|||
|
||||
// Constant fee options to translate
|
||||
root.feeOpts = {
|
||||
priority: gettext('Priority'),
|
||||
normal: gettext('Normal'),
|
||||
economy: gettext('Economy'),
|
||||
superEconomy: gettext('Super Economy')
|
||||
priority: gettextCatalog.getString('Priority'),
|
||||
normal: gettextCatalog.getString('Normal'),
|
||||
economy: gettextCatalog.getString('Economy'),
|
||||
superEconomy: gettextCatalog.getString('Super Economy')
|
||||
};
|
||||
|
||||
root.getCurrentFeeLevel = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue