Régis Décamps
Régis Décamps
> % bazel info release > release 0.18.0
Digging into existing bugs, it could be a duplicate of #184
Yes, workaround is to add these options in `dependencies.yml`: ``` options: languages: ["java"] resolverType: "coursier" ```
Do you have a translation tool such as https://www.getlocalization.com/ or http://pootle.translatehouse.org/ ?
I just had a look, and poeditor.com has github integration https://poeditor.com/help/how_to_translate_a_language_file_from_a_github_project They are free up to 1000 strings (which seems enough for a small applike WAIL)
Hmm, poeditor is limited to 1000 strings in total (that would be 10*languages as of today). Mainly their github integration is not awesome (it's ok for the import, I don't...
A few other things that might be useful: - #182 RTL Support - #183 Remove custom language support in settings - #184 Delete SoundNotificationManager
TODO 1. Update layout to use "start" rather than "left", and "end" rather than "right" (in most cases) 2. Update code to avoid string concatenation, eg: don't `setContentText(track.getArtist() + "...
See https://github.com/bazelbuild/bazel/issues/6761
> Turns out data-plane-api doesn’t actually expose the proto libraries in a way that java_proto_library can consume them (due to visibility rules). I’ve filed an issue I'm curious what problem...