Commit be9c799
* Add in progress beta snippets
Change-Id: I2cd8ddc2307a8e40d56ce7e493749dc05c34d164
* Add google-cloud-storage dependency
Change-Id: Iff7bc9b2c82b1e829580a3d4ad628087dbeee8be
* Non-'global' location required for BatchTranslateText
Change-Id: I5198aa6368a088e8f5ee295dc55a5e9e4ca8f494
* Upgrade google-cloud-translate to 1.4.0
1.4.0 includes the new v3beta1 alongside V2
Change-Id: I5adfe78ea7e78d84678db343cd84516e3d05491f
* Update Translate samples
You can now provide your own glossary ID
The tests now run within a randomly created bucket (deleted after each
test)
Change-Id: I5cb2680cd0e9e43c85932a6a0dc19e6fab5008c5
* pytest.fixture for random test bucket
Change-Id: I8e816ed4c95a6235347a29849044b4cab02d40a8
* flake8 spec fixes
Change-Id: I4932bcf856a9498b01d9661c90c6b45ee2958ee1
* Added pytest fixture for creating glossary (WIP)
Change-Id: Iddb5ecbf0eefb9efd2243dc4bc56b585102e9351
* Add assertions, remove placeholder TODOs
Change-Id: If1eb20bca5bfcc87dd0652d5488b2188afa626af
1 parent 4dccad9 commit be9c799
File tree
5 files changed
+533
-1
lines changed- translation/samples/snippets
5 files changed
+533
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
124 | 161 | | |
125 | 162 | | |
126 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments