From 4c2b466054919a4a17063aa8598e7e9f61923305 Mon Sep 17 00:00:00 2001 From: Hexadecimal Hex <11241929+704009905@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:42:22 +0800 Subject: [PATCH] Fix zh_cn.lang pipe transfer rate unit The fluid pipe transfer rate unit in zh_cn (L/s) was outdated (in en_us, this should be L/s). --- src/main/resources/assets/gregtech/lang/zh_cn.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/gregtech/lang/zh_cn.lang b/src/main/resources/assets/gregtech/lang/zh_cn.lang index f8135da6164..c5affaffe0f 100644 --- a/src/main/resources/assets/gregtech/lang/zh_cn.lang +++ b/src/main/resources/assets/gregtech/lang/zh_cn.lang @@ -4779,7 +4779,7 @@ gregtech.cable.amperage=最大安培: §e%d gregtech.cable.loss_per_block=线损: §c%d§7 EU-V gregtech.cable.superconductor=§d%s 超导体 -gregtech.fluid_pipe.throughput=§9传输效率: %,d L/s +gregtech.fluid_pipe.throughput=§9传输效率: %,d L/t gregtech.fluid_pipe.capacity=§9内容物: %,d L gregtech.fluid_pipe.max_temperature=§c温度范围: %,d K gregtech.fluid_pipe.channels=§ee频道: %d