Make catalog file line number references optional
See original GitHub issueProblem description Having line numbers in catalog files creates a lot of merge conflicts in a GitFlow-ish workflow when multiple developers are working on the same codebase. The same conflicts happen in each language catalog file and each one must be manually merged twice: first when merging feature branches to develop, and once more when merging to master.
Preferred solution There should be an option to turn off the line numbers from catalog output.
Alternatives considered
This could be accomplished by using the minimal
format, but it would also strip the obsolete
info, which is needed for development. The PO format also includes line numbers, so it would create the same amount of conflicts.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:7 (5 by maintainers)
Top Results From Across the Web
MakeCat - Win32 apps - Microsoft Learn
The MakeCat tool is a CryptoAPI tool that creates a catalog file. MakeCat is available as part of the Microsoft Windows Software Development ......
Read more >Reference - Catalog - Meta for Developers - Facebook
The following table defines the fields used to create a catalog, including the requirement level (required vs. optional). For best practice column-naming ...
Read more >Catalog format reference - Evonik Industries
For each item in a static catalog, simply create a line entry with the desired ... is a catalog item without an explicit...
Read more >CREATE FILE FORMAT - Snowflake Documentation
The documents can be comma-separated (and optionally enclosed in a big array). A single JSON document may span multiple lines. Note: When loading...
Read more >GNU make
GNU make has no limit on the length of a statement line, ... you can specify the makefile name with the ' -f...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It has just been released in 2.9.0.
@joshhunt Not yet, but it’s available in v3 (pre-release). It’s not documented (yet), but I’ve definitely merged it https://github.com/lingui/js-lingui/blob/next/packages/conf/src/index.ts#L58