i18n #80
3 changed files with 7 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -5649,8 +5649,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lbryinc": {
|
"lbryinc": {
|
||||||
"version": "github:lbryio/lbryinc#69fcd910a61f191e6eae1bdb0baf0e55bae7cf5f",
|
"version": "github:lbryio/lbryinc#9ffb883cc11e36d55a729c65b70c405a4a56d35e",
|
||||||
"from": "github:lbryio/lbryinc#69fcd910a61f191e6eae1bdb0baf0e55bae7cf5f",
|
"from": "github:lbryio/lbryinc#9ffb883cc11e36d55a729c65b70c405a4a56d35e",
|
||||||
"requires": {
|
"requires": {
|
||||||
"reselect": "^3.0.0"
|
"reselect": "^3.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"@expo/vector-icons": "^8.1.0",
|
"@expo/vector-icons": "^8.1.0",
|
||||||
"gfycat-style-urls": "^1.0.3",
|
"gfycat-style-urls": "^1.0.3",
|
||||||
"lbry-redux": "lbryio/lbry-redux#8ac92e3abfa0a9aacdb2fa4a144c3fadc4da6b11",
|
"lbry-redux": "lbryio/lbry-redux#8ac92e3abfa0a9aacdb2fa4a144c3fadc4da6b11",
|
||||||
"lbryinc": "lbryio/lbryinc#69fcd910a61f191e6eae1bdb0baf0e55bae7cf5f",
|
"lbryinc": "lbryio/lbryinc#9ffb883cc11e36d55a729c65b70c405a4a56d35e",
|
||||||
"lodash": ">=4.17.11",
|
"lodash": ">=4.17.11",
|
||||||
"merge": ">=1.2.1",
|
"merge": ">=1.2.1",
|
||||||
"moment": "^2.22.1",
|
"moment": "^2.22.1",
|
||||||
|
|
|
@ -38,16 +38,18 @@ function checkMessageAndSave(message, messagesFilePath) {
|
||||||
No, the commented code can be removed. No, the commented code can be removed.
do you want this here? do you want this here?
No, the commented code can be removed. No, the commented code can be removed.
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
// successful write
|
// successful write
|
||||||
// send to transifex (should we do this even if the file doesn't get saved?)
|
// send to transifex (should we do this even if the file doesn't get saved?)
|
||||||
doTransifexUpload(
|
// TODO: load token from .env
|
||||||
do you want this here? do you want this here?
No, the commented code can be removed. No, the commented code can be removed.
do you want this here? do you want this here?
No, the commented code can be removed. No, the commented code can be removed.
|
|||||||
|
/* doTransifexUpload(
|
||||||
do you want this here? do you want this here?
No, the commented code can be removed. No, the commented code can be removed.
|
|||||||
contents,
|
contents,
|
||||||
'lbry-mobile',
|
'lbry-mobile',
|
||||||
|
'*token*',
|
||||||
do you want this here? do you want this here?
No, the commented code can be removed. No, the commented code can be removed.
|
|||||||
() => {
|
() => {
|
||||||
// successful
|
// successful
|
||||||
},
|
},
|
||||||
err => {
|
err => {
|
||||||
// failed
|
// failed
|
||||||
}
|
}
|
||||||
);
|
); */
|
||||||
do you want this here? do you want this here?
No, the commented code can be removed. No, the commented code can be removed.
do you want this here? do you want this here?
No, the commented code can be removed. No, the commented code can be removed.
|
|||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|
||||||
do you want this here? do you want this here?
No, the commented code can be removed. No, the commented code can be removed.
do you want this here? do you want this here?
No, the commented code can be removed. No, the commented code can be removed.
|
Loading…
Reference in a new issue
do you want this here?