# \[missing {{count}} value\]

**URL:** https://meta.discourse.org/t/missing-count-value/40373
**Category:** Support
**Created:** [March 1, 2016, 6:27am UTC](https://meta.discourse.org/t/missing-count-value/40373 "2016-03-01T06:27:35Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![iamntz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamntz/32/114670_2.png) [@iamntz](https://meta.discourse.org/u/iamntz)
#### Post date: [March 1, 2016, 6:27am UTC](https://meta.discourse.org/t/missing-count-value/40373/1 "2016-03-01T06:27:35Z")

</div>

I tested in french and romanian (I first thought it’s something wrong with romanian translation), but I think there is a problem with any language that’s not English.

 ![](https://global.discourse-cdn.com/meta/original/3X/0/8/08be7c89ab9001b0966ea0f442cdb5c18bde0781.jpg)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [March 1, 2016, 8:29am UTC](https://meta.discourse.org/t/missing-count-value/40373/2 "2016-03-01T08:29:15Z")

</div>

It’s because the variable was changed to `replyCount`

```yaml
summary:
  description: "There are <b>{{replyCount}}</b> replies."
  description_time: "There are <b>{{replyCount}}</b> replies with an estimated read time of <b>{{readingTime}} minutes</b>."

```

---

<div class="post-metadata">

### Author: ![iamntz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamntz/32/114670_2.png) [@iamntz](https://meta.discourse.org/u/iamntz)
#### Post date: [March 1, 2016, 8:37am UTC](https://meta.discourse.org/t/missing-count-value/40373/3 "2016-03-01T08:37:51Z")

</div>

Hmm, indeed. On transifex is still `count`, but on github is `replyCount`.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [March 1, 2016, 8:55am UTC](https://meta.discourse.org/t/missing-count-value/40373/4 "2016-03-01T08:55:52Z")

</div>

I just [updated translations](https://github.com/discourse/discourse/commit/d70e4ac5b6fad2b076e5c37c964a10c08f2e5008), and can see on Transifex that you updated the relevant key, so it’s fixed for Romanian language now.

I also pushed new keys on Transifex, so updated keys are now available in Transifex for translations.

---

<div class="post-metadata">

### Author: ![grxninesix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/grxninesix/32/54339_2.png) [@grxninesix](https://meta.discourse.org/u/grxninesix)
#### Post date: [March 1, 2016, 9:37am UTC](https://meta.discourse.org/t/missing-count-value/40373/5 "2016-03-01T09:37:49Z")

</div>

Got the same case in French on Infinite Flight Community

---

<div class="post-metadata">

### Author: ![MiguelAngelLV](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/miguelangellv/32/121518_2.png) [@MiguelAngelLV](https://meta.discourse.org/u/MiguelAngelLV)
#### Post date: [March 1, 2016, 10:43am UTC](https://meta.discourse.org/t/missing-count-value/40373/6 "2016-03-01T10:43:56Z")

</div>

Spanish have the bug too.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [March 1, 2016, 10:55am UTC](https://meta.discourse.org/t/missing-count-value/40373/7 "2016-03-01T10:55:19Z")

</div>


