Steven Powell
7ee9c6df69
make generate-docs
2021-05-27 10:39:32 -07:00
Sharif Elgamal
e1b4e70c62
generate-docs
2021-05-26 15:34:51 -07:00
Medya Ghazizadeh
b3541115b2
Merge pull request #11478 from sharifelgamal/error-codes
...
Add list of error codes to documentation
2021-05-24 15:25:58 -07:00
Sharif Elgamal
e89aca810a
Add list of error codes to documentation
2021-05-21 11:07:59 -07:00
Medya Ghazizadeh
d0d62a90e5
Merge pull request #11334 from daehyeok/close_asset
...
Add `Close() error` function into assets.CopyableFile
2021-05-21 09:23:41 -07:00
Daehyeok Mun
d6691e796c
Add `Close() error` function into assets.CopyableFile
...
Add `Close` function and implemetions to explicitly close os.File which opend by
NewFileAsset.
2021-05-20 21:05:09 -07:00
Ilya Zuyev
5600ee6755
Reorganize functional tests
2021-05-20 14:43:51 -07:00
Ilya Zuyev
6454527a1e
generate docs
2021-05-19 16:19:21 -07:00
Andriy Dzikh
46884123a8
Run make generate-docs.
2021-05-18 14:10:39 -07:00
ilya-zuyev
2a2ffeb380
Merge pull request #11304 from daehyeok/copy_node
...
Implement target node option for cp command
2021-05-14 15:59:11 -07:00
Evan Baker
eca8a2d540
fix typo in flag documentation: sytemd -> systemd
...
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2021-05-14 17:00:03 -05:00
Medya Ghazizadeh
33e26502dd
Merge pull request #11366 from spowelljr/fixImageLoad
...
`image load`: overwrite same image unless `--overwrite=false`
2021-05-13 21:18:29 -07:00
Daehyeok Mun
7c2e963392
Implement target node option for cp command
2021-05-13 10:47:09 -07:00
Steven Powell
bcc6b46185
ran make generate-docs
2021-05-12 14:28:51 -07:00
Steven Powell
826f1852ab
replace over-write with overwrite
2021-05-12 14:26:34 -07:00
Steven Powell
83366b7929
added over-write flag for image load
2021-05-12 14:26:32 -07:00
Anders F Björklund
24cba1f734
Update translations
2021-05-12 07:15:53 +02:00
Sharif Elgamal
7982396834
remove unnecessary logging from extract
2021-05-11 16:56:15 -07:00
Sharif Elgamal
971c74f381
fix spelling
2021-05-11 15:23:07 -07:00
Sharif Elgamal
972dae8133
Make sure all tests have comments
2021-05-11 15:17:43 -07:00
Medya Gh
3aef16647a
finish french trasnlation
2021-05-07 16:04:37 -07:00
Medya Gh
1b78ce48a5
update translation strings
2021-05-07 15:12:57 -07:00
Emanuel
1ff063e049
Restored tabs characters and fixed other issues with the tab
2021-03-03 20:31:18 -03:00
Emanuel
1ebbb59709
Revert "Replaced tab characters for spaces"
...
This reverts commit a1f5db1213
.
2021-03-03 20:20:09 -03:00
Emanuel
a1f5db1213
Replaced tab characters for spaces
2021-03-03 13:49:27 -03:00
Emanuel
fcb352acc6
Translated to spanish up to line 178
2021-03-02 14:26:16 -03:00
Emanuel
61d7473daa
Translated to spanish up to line 52
2021-03-01 12:22:07 -03:00
Emanuel
713b6e60cd
Added translations up to line 18
2021-03-01 11:41:21 -03:00
Ilya Zuyev
306e7fedc4
fix translations for unsupported driver changes
2021-02-11 12:22:27 -08:00
Peter Lin
6fc6bfc0d0
Ran go run cmd/extract/extract.go
...
Compiling translation strings...
Writing to de.json (51 translated, 687 untranslated)
Writing to es.json (51 translated, 687 untranslated)
Writing to fr.json (161 translated, 577 untranslated)
Writing to ja.json (281 translated, 457 untranslated)
Writing to ko.json (137 translated, 601 untranslated)
Writing to pl.json (82 translated, 656 untranslated)
Writing to zh-CN.json (214 translated, 524 untranslated)
Done! to make sure all strings are up to date
2020-11-05 21:10:04 -05:00
Li Zhijian
40992173ff
fix extract
...
$ make extract
go run cmd/extract/extract.go
Compiling translation strings...
Writing to de.json (53 translated, 671 untranslated)
Writing to es.json (53 translated, 671 untranslated)
Writing to fr.json (67 translated, 657 untranslated)
Writing to ja.json (295 translated, 429 untranslated)
Writing to ko.json (143 translated, 581 untranslated)
Writing to pl.json (85 translated, 639 untranslated)
Writing to zh-CN.json (221 translated, 503 untranslated)
Done!
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
2020-09-04 16:54:37 +08:00
Li Zhijian
906bcb9cab
fix typo miniube
...
$ sed -i 's/miniube start/minikube start/g' $(git grep -l 'miniube start')
Fixes : #9018
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
2020-08-20 13:43:59 +08:00
Sharif Elgamal
58b113a503
run make extract to update translation files
2020-08-10 13:28:14 -07:00
Sharif Elgamal
35ef02b4fb
updating some french translations for minikube start
2020-04-09 11:39:39 -07:00
Medya Ghazizadeh
35248a1f31
Merge pull request #7451 from loftkun/exit-when-driver-validation-failed
...
fix validateDriver() to exit() when it detects an error.
2020-04-08 15:30:02 -07:00
tomocy
4e1eed8602
Run make extract
2020-04-08 22:38:39 +09:00
loftkun
fb2c3ed4b7
fix validateDriver() to exit when detects an error
2020-04-06 23:45:54 +09:00
Anders F Björklund
fe39b0ce52
Update translations files by running extract
...
This should probably be part of the release
2020-04-05 10:15:58 +02:00
Anders F Björklund
e4fb49304a
Make node start message easier to translate
2020-04-04 12:47:04 +02:00
tomocy
989cae5549
Run make extract
2020-04-04 02:04:29 +09:00
tomocy
c81b4696df
Run make extract
2020-04-03 00:30:01 +09:00
Thomas Stromberg
edd3cf5bc4
Run 'make extract' to update translation samples
2020-04-01 14:05:24 -07:00
Sharif Elgamal
2d825d6498
translations facelift
2020-03-26 18:04:49 -07:00
anencore94
9d3a756bdc
Update translations by 'make extract'
...
- match translations file with code
Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2020-03-06 18:42:15 +09:00
Sharif Elgamal
e2ce45c6f0
Switch --vm-driver paramter to --driver
2020-03-04 13:32:43 -08:00
Sharif Elgamal
744efaa330
REFACTOR COMPLETE?
2020-02-11 17:06:59 -08:00
Sharif Elgamal
dd6e5de82c
Update translation files with new strings
2020-02-04 11:28:03 -08:00
Anders F Björklund
71b561e344
Add note to remember to end the minikube flags
...
And add some whitespace before the next section
2020-01-14 18:22:45 +01:00
Anders F Björklund
3207b27c11
Fix syntax of minikube kubectl example command
...
Need to terminate the minikube flags with --,
before starting with the kubectl command flags.
2020-01-09 19:52:58 +01:00
Sharif Elgamal
9ab993da17
Initial translations for fr, es, de, ja, and zh-CN
2019-09-25 18:32:22 -07:00