我想通过翻译编辑器将翻译添加到另一种语言。所以事实证明,工作室并不想接受他们:
我重新启动了工作室,重建了项目,删除并添加了这个语言环境,但由于某种原因,这些行不想被翻译。也就是说,我可以输入,但表格中什么都没有,如果你在一个单元格中输入了多次翻译,那么它就会出现在strings.xml文件中,例如:
<string name="job_type_fulltime">A tiempo completo</string>
<string name="data_loading_subtitle">A tiempo completo</string>
<string name="data_loading_title">A tiempo completo</string>
<string name="job_type_full_part_time">A tiempo completo</string>
<string name="job_type_fulltime">A tiempo completo</string>
<string name="job_type_parttime">A tiempo completo</string>
<string name="job_type_full_part_time">A tiempo completo</string>
<string name="data_loading_title">A tiempo completo</string>
<string name="job_type_full_part_time">A tiempo completo</string>
<string name="job_type_fulltime">A tiempo completo</string>
<string name="job_type_parttime">A tiempo completo</string>
<string name="data_loading_title">A tiempo completo</string>
<string name="data_loading_subtitle">1</string>
<string name="data_loading_subtitle">1</string>
我不知道出了什么问题以及如何解决它。也许他选择了错误的语言环境或在其他地方钝化了它?

也许解决方案不太正确,但它帮助了我。为了工作室不发誓不接受一切,手动将你需要的翻译写在xml文件中,然后在清除缓存重启IDE后,一切都会正常生根。这当然有点烦人,但我们希望一切都将在下一次更新中得到修复。