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

[Wallet] Fix missing spanish translation #2539

Merged
merged 2 commits into from
Jan 24, 2020
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .env.alfajoresstaging
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GETH_EXPORTER_DOCKER_IMAGE_TAG="ed7d21bd50592709173368cd697ef73c1774a261"
NETWORK_ID=1101
CONSENSUS_TYPE="istanbul"
BLOCK_TIME=5
# Minimum epoch length is 15 minutes
# Epoch length is 10 minutes
EPOCH=120
LOOKBACK=12
ISTANBUL_REQUEST_TIMEOUT_MS=10000
Expand Down
15 changes: 8 additions & 7 deletions packages/mobile/locales/es-419/accountScreen10.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@
"sendIssueReport": "Reportar un incidente",
"analytics": "Estadisticas de uso",
"shareAnalytics": "Compartir estadisticas de uso",
"shareAnalytics_detail": "Recopilamos datos anónimos sobre cómo utiliza Celo para ayudar a mejorar la aplicación para todos.",
"dataSaver": "Data Saver",
"enableDataSaver": "Habilitar Data Saver",
"dataSaverDetail": "El modo Data Saver te permite comunicarte con la Red Celo a través de un nodo confiable. Puedes cambiar este modo en la configuración de la aplicación.",
"shareAnalytics_detail":
"Recopilamos datos anónimos sobre cómo utiliza Celo para ayudar a mejorar la aplicación para todos.",
"dataSaver": "Ahorro de Datos",
"enableDataSaver": "Habilitar Ahorro de Datos",
"dataSaverDetail":
"El modo de Ahorro de Datos te permite comunicarte con la Red Celo a través de un nodo confiable. Puedes cambiar este modo en la configuración de la aplicación.",
"restartModalSwitchOff": {
"header": "Reiniciar para apagar Data Saver",
"body": "Para encender y apagar Data Saver repetidamente, deberá reiniciar la aplicación.",
"header": "Reiniciar para apagar Ahorro de Datos",
"body": "Para encender y apagar Ahorro de Datos repetidamente, deberá reiniciar la aplicación.",
"restart": "Reiniciar para alternar"
},
"restartModalSwitchOn": {
"header": "La aplicación se reiniciará",
"body": "En caso de ingresar un PIN incorrecto, la aplicación se reiniciará.",
"understand": "Entendido"
},

"testFaqLink": "Las Preguntas Frecuentes del Monedero Celo",
"termsOfServiceLink": "Las Condiciones de Servicio",
"editProfile": "Editar perfil",
Expand Down
1 change: 1 addition & 0 deletions packages/mobile/src/redux/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const loggerBlacklist = [
'IDENTITY/UPDATE_E164_PHONE_NUMBER_ADDRESSES',
'IDENTITY/FETCH_PHONE_ADDRESSES',
'INVITE/REDEEM_INVITE',
'EXCHANGE/UPDATE_CELO_GOLD_EXCHANGE_RATE_HISTORY', // Not private, just noisy
]

function* loggerSaga() {
Expand Down