Commit Graph

12 Commits (f898de070927b55405e990f37bd199caa5864383)

Author SHA1 Message Date
Medya Gh 1b78ce48a5 update translation strings 2021-05-07 15:12:57 -07:00
Predrag Rogic 06d4313f3f
kvm2 driver: add static ip 2021-03-27 23:33:24 +00:00
Patrik Freij a39238ece2 Correct spelling of "Expected formats" 2021-03-06 13:30:02 +01:00
Ilya Zuyev 306e7fedc4 fix translations for unsupported driver changes 2021-02-11 12:22:27 -08:00
cxsu 80c8bc9db8 Run 'make extract' 2020-12-28 01:41:14 +09: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
Anders F Björklund e6b510543e Don't trim whitespace while extracting strings
Remove some leading and trailing whitespace from non-string
constructs like description and automatic extraction filters.

But don't change all the translations or the translations here,
since that would make this code change impossible to review.
2020-09-27 17:59:06 +02:00
Anders F Björklund 37e521272c Fix copy/paste error in virtualbox nic-type help
It used type "host only" twice, instead of "nat".
2020-09-13 17:25:02 +02: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
Anders F Björklund a8a80f5e27 Write all empty translations strings to a file
Useful for seeing which strings have been removed

Use .txt instead of .json, to avoid including it
2020-04-15 20:26:17 +02:00