mwpowellhtx / Ellumination.NGettext.Wpf

WPF adaptation of the NGettext netstandard resource.
GNU General Public License v3.0
1 stars 0 forks source link

Clean up legacy project artifacts #2

Closed mwpowellhtx closed 4 months ago

mwpowellhtx commented 6 months ago

We can probably drop artifacts such as .nuspec, AssemblyInfo.cs files, etc. Especially now that source has been proven, is building, passing unit tests, and so forth. Just a routine sweep and triage of the code before we dive into much of anything further.

mwpowellhtx commented 4 months ago

Sorted, and then some. Elaborated on the build .props throughout. Also introduced a Build Task which facilitates "compiling" the gettext .po source files to .mo binary catalog files. This is working quite nicely. As such, we also think that the .mo files are not strictly necessary to commit as source code, per se; rather treat the .po files as source.

mwpowellhtx commented 4 months ago

For now closing. But if we encounter any other opportunities for clean up tasks, sorting out artifacts, better organizing them, may re-open.